Skip to content

Instantly share code, notes, and snippets.

@mw866
Last active December 27, 2021 06:09
Show Gist options
  • Save mw866/ee0400a1edbe3f9ef9b8721930ce1f1c to your computer and use it in GitHub Desktop.
Save mw866/ee0400a1edbe3f9ef9b8721930ce1f1c to your computer and use it in GitHub Desktop.
#node
#[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