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
For windows, best is: nvm-windows
1)install the .exe
2)restart (otherwise, nvm will not be undefined)
3)run CMD as admin,
4)nvm use 5.6.0
Note: You MUST run as Admin to switch node version every time.