Next.js Discord

Discord Forum

npx create-next-app@13.0.3 my-next-app

Unanswered
Mulo posted this in #help-forum
Open in Discord
Installing dependencies:
- react
- react-dom
- next

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'next@14.2.4',
npm WARN EBADENGINE   required: { node: '>=18.17.0' },
npm WARN EBADENGINE   current: { node: 'v18.15.0', npm: '9.5.0' }
npm WARN EBADENGINE }

this auto downlaods v14?
How to still use v 13?

1 Reply

 "dependencies": {
    "@next/env": "13.0.3",
    "@swc/helpers": "0.4.11",
    "caniuse-lite": "^1.0.30001406",
    "postcss": "8.4.14",
    "styled-jsx": "5.1.0",
    "use-sync-external-store": "1.2.0"
  },
I have specifically installed v13