Skip to content

Instantly share code, notes, and snippets.

@tmurphree
Last active September 11, 2017 03:22
Show Gist options
  • Save tmurphree/f388bed29d39391ce1c01670315345cd to your computer and use it in GitHub Desktop.
Save tmurphree/f388bed29d39391ce1c01670315345cd to your computer and use it in GitHub Desktop.
npm-reference

NPM reference

List global libraries

npm list -g --depth=0

Remove global libraries

npm uninstall -g <libraryName>

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