
Check Node JS Version: Use the following command to know your Node JS Version from Command prompt.Now we are able to see “>” prompt, that means our Node JS Base Environment Setup is done.

Open Command prompt at NODSJS_HOME or anywhere like D:\.If we use other formats or if these are missing in your system environment variables, please add the following variables to SYSTEM properties.This installer will take care of everything. If we use Windows Installer like “node-v0.12.0-圆4.msi” or exe file then we doesn’t need to do anything to SYSTEM variables.NODEJS_NPM= D:\NodeJS.V.0.12.0\node_modules\npm NODEJS_MODULES= D:\NodeJS.V.0.12.0\node_modules Now onwards, we will refer the following names for easier discussion purpose

Here we can observe node.exe and npm.cmd files and also “node_modules” folder. Open Node JS Platform Home in your Explorer.Choose Default values and click on “Install” Button.Choose your required location to install.Accept License Agreement and Click on “Next” Button.

