I'm trying to create nextjs-app. But when I've tried to install it. This error below is occuring:
I've tried to run yarn cache clean.
I've tried to update node.
Also I've tried to put
"engines": {
"node": "18.16.0"
}
in the package.json
I'm trying to create nextjs-app. But when I've tried to install it. This error below is occuring:
I've tried to run yarn cache clean.
I've tried to update node.
Also I've tried to put
"engines": {
"node": "18.16.0"
}
in the package.json
Copyright © 2021 Jogjafile Inc.


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