Created
April 2, 2016 03:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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