Last active
February 3, 2016 22:30
-
-
Save jasonhinkle/03a86d09c8d4d351eccf to your computer and use it in GitHub Desktop.
npm commands
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
# 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