Skip to content

Instantly share code, notes, and snippets.

@tonifisler
Last active August 29, 2015 13:55
Show Gist options
  • Save tonifisler/3b96eb6a066d129379d1 to your computer and use it in GitHub Desktop.
Save tonifisler/3b96eb6a066d129379d1 to your computer and use it in GitHub Desktop.
npm list all packages without dependencies
npm list --depth=0
@tonifisler
Copy link
Author

Use to list all npm packages without all dependencies.

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