Skip to content

Instantly share code, notes, and snippets.

@vitaliy-kravchenko-dev
Last active May 16, 2018 13:39
Show Gist options
  • Save vitaliy-kravchenko-dev/184484751dc34cc7759548f1019be694 to your computer and use it in GitHub Desktop.
Save vitaliy-kravchenko-dev/184484751dc34cc7759548f1019be694 to your computer and use it in GitHub Desktop.
NPM usefull commands

Show list of dependencies with versions

npm list --depth=0

Show list of outdated dependencies with versions

npm outdated --depth=0

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