I need to install node.js of version 4.0.0 I tried this:
npm install -g [email protected]
But I got this message: npm is not recognized as an internal or external command, operable program or batch file
Go here and find the version you want to install and then download the correct msi file and run the installer. You cannot install node by running this command, also the error you receive is stating that npm is not on your path which suggests machine doesn't currently have node installed on it