Can someone tell me where can I find the Node.js modules, which I installed using npm
?
Windows 10: When I ran npm prefix -g
, I noticed that the install location was inside of the git shell's path that I used to install. Even when that location was added to the path, the command from the globally installed package would not be recognized. Fixed by:
npm config edit