Skip to content

Instantly share code, notes, and snippets.

@nalaka526
Last active May 25, 2019 14:26
Show Gist options
  • Save nalaka526/f3951f5da05a10a172b419dc5c33f5ba to your computer and use it in GitHub Desktop.
Save nalaka526/f3951f5da05a10a172b419dc5c33f5ba to your computer and use it in GitHub Desktop.
NPM Commands
// List installed global NPM modules
npm list -g --depth=0
// Uninstall
npm uninstall [module name] -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment