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
You can use Nodist for this purpose. Download it from here.
Usage:
nodist List all installed node versions.
nodist list
nodist ls
nodist Use the specified node version globally (downloads the executable, if necessary).
nodist latest Use the latest available node version globally (downloads the executable, if necessary).
nodist add Download the specified node version.
More Nodist commands here