Last active
March 9, 2020 20:26
-
-
Save awkale/4849911329670fd5f500fb68792abc51 to your computer and use it in GitHub Desktop.
NPM cheatsheet #cheatsheet
This file contains 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
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