NodeJS NPM不再起作用

时间:2012-10-03 16:19:16

标签: javascript package npm

当我尝试使用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或告诉我如何卸载它或者有没有办法手动安装包这可能是最好的方法。

0 个答案:

没有答案