NPM
Node Package Manager
→ npmjs.com
Installation
→ nodejs.org
CLI
Basic commands
Registries
Recipes
Update packages
Install and use npm-check-updates
Working with MyGet
Read the documentation about MyGet NPM support
Add another registry on MyGet:
npm config set @mycompany:registry https://www.myget.org/F/mycompany/npm/
npm install @mycopmpany/mypackage@1.0.1
Or add directly the zip url:
Last updated