Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Last active August 29, 2015 14:23
Show Gist options
  • Save wtnabe/430477cb64f2e790e624 to your computer and use it in GitHub Desktop.
Save wtnabe/430477cb64f2e790e624 to your computer and use it in GitHub Desktop.
really wanted npm list
npm list -g -p --depth 1 | \grep node_modules | xargs basename | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment