How to know where NPM is installing its binaries?

2019-09-11 11:04发布

问题:

After updating NPM, my binaries are not getting installed properly. The module itself is getting installed at /usr/local/lib/node_modules, but the binary is not getting installed at /usr/local/bin.

How do I know the path where the binaries are getting installed?

Thanks!

标签: node.js npm