Last active
June 16, 2016 10:23
-
-
Save malinky/68021f62a76a6b5aa25e9245e970c251 to your computer and use it in GitHub Desktop.
NPM global packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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