I want to install this module: node-poormansmysql.
My nodejs application is installed in C:\Program Files\NodeJS\.
I have here the folder – node_modules.
Here I added a folder – node-poormansmysql. In this folder I copied the content from github.
I still have the error – Can not find module – node-poormansmysql
Where am I going wrong?
Try to copy to
C:\Users\{username}\node_modulesOr just type in cmd
"C:\Program Files\NodeJS\npm.cmd" install node-poormansmysql