Node.js : Simple Steps To Install Node.js and NPM on Windows

This tutorial is a step-by-step guide for walk you through on installing the Node.js and Node Package Manager (NPM) in your local windows system.
Download the Node.js binary file (.msi) from the Node.js download page. Click on the Windows installer and save the .msi file in your local windows system. Once download the file, it is very simple to install the Node.js and Node Package Manager (NPM) in your windows system similar to installing any other software in the windows OS. You have to just follow the navigation of windows installer until the installation is completed. I have tried this installation on my Windows 7 machine.
The below screenshots tells you the steps to complete the Node.js installation.
Open Node.js installation Wizard
Download Node.js
Install Node.js in Windows
Accept the Licence Agreement
Node.js Programming in Windows
Select the installation path for Node.js
Node.js Installation Path on Windows
Node.js Package Manager in Windows
NPM Installation in Windows
Node.js and NPM Installation Completed
With the above screenshot, now your windows machine has Node.js and NPM installed and ready for the use. Now it is time for you to test the installation by using the command line. Type the below commands in the command prompt to know the status of installed version.
1D:\>node -v
2v0.10.28
3 
4D:\>npm -v
51.4.9
6 
7D:\>
npm-nodejs
I hope this tutorial helped you to understand how to install Node.js and NPM on Windows. We have published several interesting tutorials on Node.js in our blog, please enjoy reading our tutorials. If you have any questions regarding how to install Node.js and NPM on Windows  , please write it in the comments section.

Commentaires