I just ran into the same problem and found it was because the module was installed in:
./node_modules/node-mysql/node_modules/
So, I just moved them all:
mv ./node_modules/node-mysql/node_modules/* ./node_modules/
I just ran into the same problem and found it was because the module was installed in:
./node_modules/node-mysql/node_modules/
So, I just moved them all:
mv ./node_modules/node-mysql/node_modules/* ./node_modules/