[email protected]: The engine "node" is incompatible with this module. Expected version ">=18.17.0". Got "18.16.0"

4.8k Views Asked by At

I'm trying to create nextjs-app. But when I've tried to install it. This error below is occuring:

enter image description here

I've tried to run yarn cache clean. I've tried to update node.

enter image description here

Also I've tried to put

"engines": {
  "node": "18.16.0"
}

in the package.json

1

There are 1 best solutions below

2
On

create-next-app seems to require Node.js 18.17.0 or higher. Upgrade your Node.js version and you should be good to go.