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.
fooの依存関係を持つnode_moduleがありbarます。ディレクトリからnode_modulenpm run postinstallを使いたいです。これは可能ですか?npm 2以降ではどうですか?barfoo
foo
bar
npm run postinstall
foo └── node_modules └── bar