Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 node_module foo,它具有bar. 我想从目录中npm run postinstall打开barnode_module 。foo这是否可能以及如何使用 npm 2 或更高版本?
foo
bar
npm run postinstall
foo └── node_modules └── bar