-
List All Packages,
- ...with all dependencies
npm list -g
- ...avoid including every package’s dependencies in the tree view
npm list -g --depth=0
- ...with all dependencies
-
Update All Packages
npm update -g <pkg>
List All Packages,
npm list -g
npm list -g --depth=0
Update All Packages
npm update -g <pkg>