Skip to content

Instantly share code, notes, and snippets.

@MadMaxMcKinney
Last active February 16, 2017 17:13
Show Gist options
  • Save MadMaxMcKinney/fe4218020bc4aa326b832643866ff3f1 to your computer and use it in GitHub Desktop.
Save MadMaxMcKinney/fe4218020bc4aa326b832643866ff3f1 to your computer and use it in GitHub Desktop.
npm - Useful Commands

List all globally installed npm packages

npm list -g --depth=0

View outdated global packages only

npm outdated -g --depth=0

Update global packages

npm update -g

Install a global package

npm install *packagename* -g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment