Can someone tell me where can I find the Node.js modules, which I installed using npm?
npm
If you are looking for the executable that npm installed, maybe because you would like to put it in your PATH, you can simply do
npm bin
or
npm bin -g