I\'d like to find out which packages depend on express among the installed sails/kraken/loopback/hapi/koa etc. Are there npm sub-comma
express
sails/kraken/loopback/hapi/koa
npm
I specifically wanted to find what package used a dependency that was breaking an initial install. This may help somebody out trying todo the same:
find ./node_modules/ -name package.json | xargs grep