标签: node.js npm npm-run
我有一个node_module foo,其依赖关系为bar。我希望在npm run postinstall目录的bar node_module上foo。这是可能的以及如何使用npm 2或以上?
foo
bar
npm run postinstall
foo └── node_modules └── bar