13
Sep 2017
How to install node JS
For installing node and NPM follow below steps:
1. Download the appropriate installer from below link
2. Run the installer (the .msi file you downloaded in the previous step.)
3. Test node JS is installed or not.
(i) check node version by node -v
(ii) check NPM version npm -v