Search code examples
node.jsreactjsnpmwebmern

The term 'node.exe' is not recognized- [Node JS]


While trying to create a MERN project, I'm getting an error. My system already has Nodejs installed. I'm not sure where I'm going wrong.

This is what it shows enter image description here


Solution

  • I think you are missing the PATH for Node.js. Try to add it in environment variables so it is available in your PATH. If already added, please reopen the command prompt.

    Environment variables configuration screen