嗨,当我尝试使用 npm 安装新软件包时,出现了一个非常严重的错误:
PS C:\dev\js\test1> npm install mysql
npm.cmd : npm http GET https://registry.npmjs.org/mysql
Bei Zeile:1 Zeichen:4
+ npm <<<< install mysql
+ CategoryInfo : NotSpecified: (npm http GET ht...npmjs.org/mysql:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
npm
http
304
..
npm
http
GET
..
npm
http
304
...
npm
http
GET
..
npm
http
304
...
mysql@0.9.6 node_modules\mysql
ÔööÔöÇÔöÇ hashish@0.0.4 (traverse@0.6.3)
我怎样才能摆脱它。我想像往常一样使用它。我想过卸载并重新安装,但我不知道如何摆脱* *..
请帮助我修复我的 npm 或告诉我如何卸载它,或者有没有办法手动安装软件包,这可能是最好的方法。