NPM Tips References https://www.npmjs.com/ Documentation https://docs.npmjs.com/cli-documentation/ Commands List All Packages, ...with all dependencies npm list -g ...avoid including every package’s dependencies in the tree view npm list -g --depth=0 Update All Packages npm update -g <pkg>