Last active
December 27, 2021 06:09
-
-
Save mw866/ee0400a1edbe3f9ef9b8721930ce1f1c to your computer and use it in GitHub Desktop.
#node
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
#[update \| npm Documentation](https://docs.npmjs.com/cli/update) | |
# npm: List all global npm packages | |
npm ls -g --depth 0 | |
# List oudated packages | |
npm outdated | |
npm -g install | |
npm -g update | |
npm -g prune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment