Search for your projects that have a particular dependancy
If you have all of your projects in one folder ( I try to keep everything in ~/git/
) then you can run the following to see which of your projects depend on a particular npm dependency.
The dependency in question is mongoose-nconf-connect
grep -ir "mongoose-nconf-connect" --include '*package.json' . --exclude '*node_modules*'
Written by Chris Manson
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Npm
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#