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!