Skip to content

Instantly share code, notes, and snippets.

@malinky
Last active June 16, 2016 10:23
Show Gist options
  • Save malinky/68021f62a76a6b5aa25e9245e970c251 to your computer and use it in GitHub Desktop.
Save malinky/68021f62a76a6b5aa25e9245e970c251 to your computer and use it in GitHub Desktop.
NPM global packages
#Saved at /usr/local/lib
# cd /usr/local/lib
# List globally installed packages
npm list -g --depth 0
# List outdated globally installed packages
npm outdated -g --depth 0
# Update globally installed package
npm install -g <package name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment