Created
June 3, 2015 18:35
-
-
Save ubergoober/d429a34f686af3db57cc to your computer and use it in GitHub Desktop.
Get current node modules and their versions that are installed.
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
| #run command from root of node project after npm install has been run. | |
| ls node_modules | xargs -I % grep \"_id\" node_modules/%/package.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment