npm: npm install on windows

Trablanpm: npm install on windows


npm install on windows 7 tutorial


npm (the node package manager) is the default package manager for the JavaScript runtime environment Node.js.

This turorial explain how to quickly setup  npm on windows.

Solving:

1. The best and quickest way to install npm - use node.js installer.

Goto https://nodejs.org/en/download/stable/
select your platform and download windows installer

npm install on windows 7 tutorial screenshot 1


2. Run installer - double click on .exe file

npm install on windows 7 tutorial screenshot 2


3.  Click "run"

npm install on windows 7 tutorial screenshot 3

4. "Node.js Setup" welcome screen - click "Next"

npm install on windows 7 tutorial screenshot 4

5. Set checkbox "I accept ..." and click "Next" button

npm install on windows 7 tutorial screenshot 5

6. "Destination Folder" screen - click "Next" button

npm install on windows 7 tutorial screenshot 6

7. "Custom Setup" screen - press "Next".
As you can see npm is included in installation.

npm install on windows 7 tutorial screenshot 7

8. Click "Install"

npm install on windows 7 tutorial screenshot 8

9. Installation progress ...

npm install on windows 7 tutorial screenshot 9

10. Click "Finish"


npm install on windows 7 tutorial screenshot 10


11. Now check npm in windows command line.
Run cmd.
Type following command to get npm version:

npm -v

npm install on windows 7 tutorial screenshot 11


No comments:

Post a Comment