Skip to content

Instantly share code, notes, and snippets.

@awkale
Last active March 9, 2020 20:26
Show Gist options
  • Save awkale/4849911329670fd5f500fb68792abc51 to your computer and use it in GitHub Desktop.
Save awkale/4849911329670fd5f500fb68792abc51 to your computer and use it in GitHub Desktop.
NPM cheatsheet #cheatsheet
npm list -g --depth=0
// lists globally installed packages
npm outdated -g --depth=0
// lists globally outdated packages
npm update -g
// updates all globally installed packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment