
Exit from Node CLI: We can use “process.exit()” command to exit from Node CLI.Check Node JS Version: Use the following command to know your Node JS Version from Command prompt.Run “node.exe” command 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 PATH=C:\Users\\AppData\Roaming\npm D:\NodeJS.V.0.12.0\ %PATH%.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.Now onwards, we will refer the following names for easier discussion purpose NODSJS_HOME= D:\NodeJS.V.0.12.0 NODEJS_MODULES= D:\NodeJS.V.0.12.0\node_modules NODEJS_NPM= D:\NodeJS.V.0.12.0\node_modules\npm NOTE: 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. Please double click on “node-v0.12.0-圆4.msi” file to start Installation process.Please click on “INSTALL” button to download latest Node JS Platform Version 0.12.0, this is the latest version as of writing this post.If we want to select Node JS Platform based on our Hardware and Software requirements like Windows 32bit or 64bit OS, please click on “Downloads” button and select your required Node JS version to download.

If we want to download latest stable version, we can click on this button. Access Node JS Official Website “ ” Here we can find “INSTALL” button.Node JS Base Environment Setup on Windows In this post, we will discuss about “ How to setup Node JS Base Environment” in Windows OS and Mac OS X.

Now we have some idea about what is Node JS and what is not Node JS. In my previous post, we have discussed about “ Introduction to Node JS Platform”.
