I need to install node.js of version 4.0.0 I tried this:
npm install -g npm@4.0.0
But I got this message: npm is not recognized as an internal
Just uninstall whatever node version you have in your system. Then go to this site https://nodejs.org/download/release/ and choose your desired version like for me its like v7.0.0/ and click on that go get .msi file of that. Finally you will get installer in your system, so install it. It will solve all your problems.