NPM ERR! code
Unanswered
Blue orchard bee posted this in #help-forum
Blue orchard beeOP
I have been stuck trying to start my next js project but it is not working
6 Replies
@Blue orchard bee I have been stuck trying to start my next js project but it is not working
the error message is saying you defined specific Node.js versions required to run the project but your current Node version does not satisfy these defined constraints. see the "Required" and "Actual" lines
Blue orchard beeOP
so i have to resinstall node.js to a better version?
short answer: yes, your current Node.js version is incompatible
long answer: I recommend using a version manager tool like [nvm](https://github.com/nvm-sh/nvm), when you work with a lot of projects it is normal to switch between node versions, so it is not ideal to keep reinstalling it. with a version manager tool you can jump versions with short terminal commands
long answer: I recommend using a version manager tool like [nvm](https://github.com/nvm-sh/nvm), when you work with a lot of projects it is normal to switch between node versions, so it is not ideal to keep reinstalling it. with a version manager tool you can jump versions with short terminal commands
Blue orchard beeOP
ah i like the long ansawer
gotcha will do
thank yuo for the help