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
run:
npm install -g node@7.10.1
- or whatever version you want after the @ symbol (This works as of 2019)