Skip to content

Instantly share code, notes, and snippets.

@jasonhinkle
Last active February 3, 2016 22:30
Show Gist options
  • Save jasonhinkle/03a86d09c8d4d351eccf to your computer and use it in GitHub Desktop.
Save jasonhinkle/03a86d09c8d4d351eccf to your computer and use it in GitHub Desktop.
npm commands
# global packages are located at:
# /usr/local/lib/node_modules/
# see all installed global packages
npm ls -g
# see all outdated global packages
npm outdated -g --depth=0
# npm update all global packages
npm update -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment