Trabla: npm: npm install on windows
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
2. Run installer - double click on .exe file
3. Click "run"
4. "Node.js Setup" welcome screen - click "Next"
5. Set checkbox "I accept ..." and click "Next" button
6. "Destination Folder" screen - click "Next" button
7. "Custom Setup" screen - press "Next".
As you can see npm is included in installation.
8. Click "Install"
9. Installation progress ...
10. Click "Finish"
11. Now check npm in windows command line.
Run cmd.
Type following command to get npm version:
npm -v
No comments:
Post a Comment