- Node Package Manager (NPM) is needed to install modules in Node.
- NPM can be download for window machine using below link :-
http://code.google.com/p/msysgit/downloads/list
- The EXE file name that is downloaded is similar to Git-1.8.1.2-preview20130201.exe.
- This Demo, “How to install NPM in windows and shows how to verify the installation”.
- By double clicking the EXE file will start the installation process. During the installation it will ask to select one of the three radio button. In this demo we have selected the last option that have a warning to override the sort and find command on windows command prompt.
- The below screenshot shows the last window during installation,
- We can verify the installation by opening a new command prompt in window and running the “npm -l” in it.It will show all the help option for NPM,