Skip to content

Instantly share code, notes, and snippets.

@luislobo
Created April 2, 2016 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislobo/fd95f8ed8f09d348977e5f505c9421fe to your computer and use it in GitHub Desktop.
Save luislobo/fd95f8ed8f09d348977e5f505c9421fe to your computer and use it in GitHub Desktop.
how to find all versions of a package installed inside a node_modules directory
grep version `find -iname lodash -type d -exec find {} -iname package.json \;`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment