Skip to content

Instantly share code, notes, and snippets.

@dphoebus
Last active April 18, 2017 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dphoebus/d453affc1d76ed644822aaf62bd55439 to your computer and use it in GitHub Desktop.
Save dphoebus/d453affc1d76ed644822aaf62bd55439 to your computer and use it in GitHub Desktop.
List of useful NPM commands
// List globally installed packages and their versions
// -------------------------------------------------------
npm list -g --depth=0
// List outdated globally installed packages
// -------------------------------------------------------
npm outdated -g
// Reduce duplication in global packages
// -------------------------------------------------------
npm dedupe -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment