Install NPM on Windows within 5 minutes

Аватар автора
JS Откровения
NPM (Node Package Manager) is a command line interface, is a part of node js for windows. If you install node js, NPM is automatically installed along with node js. Step by step instruction to install NPM 2. click on button download node js and npm 3. click on download for windows and save 4. go to download directory 5. double click on "node-v8.11.3-x64.msi" 6. click next 7. check "I accept the terms in the license agreement" 8. click next 9. choose your directory, default it is in program files 10. click on finish, done. 11. click on start menu -- node js -- node js command prompt 12. check it is installed it properly or not 13. run command "node -v", it will show "v8.11.3" 14. run command "npm -v", it will show "5.6.0"

0/0


0/0

0/0

0/0