不知何故,我无法在我的Node.js中安装mysql模块。我键入了典型的" npm install mysql",但它只是不起作用。这就是它:
npm install mysql
mysql@2.7.0 node_modules\mysql
├── require-all@1.0.0
├── bignumber.js@2.0.7
└── readable-stream@1.1.13 (isarray@0.0.1, inherits@2.0.1, string_decoder@0.10.3
1, core-util-is@1.0.1)
它没有做任何事情;当我检查模块是否已经安装时,它就不是了。我该怎么办?