简体   繁体   English

NPM:注册表丢失

[英]NPM: Registry is missing

npm http GET https://registry.npmjs.org/n

npm ERR! Error: failed to fetch from registry: n
npm ERR!     at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12
npm ERR!     at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9)
npm ERR!     at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18)
npm ERR!     at Request.callback (/usr/lib/nodejs/request/main.js:119:22)
npm ERR!     at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58)
npm ERR!     at Request.emit (events.js:88:20)
npm ERR!     at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:209:10)
npm ERR!     at ClientRequest.emit (events.js:67:17)
npm ERR!     at CleartextStream.<anonymous> (http.js:1137:11)
npm ERR!     at CleartextStream.emit (events.js:67:17)
npm ERR! You may report this log at:
npm ERR!     <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR!     reportbug --attach /var/www/npm-debug.log npm
npm ERR! 
npm ERR! System Linux 3.2.0-58-generic
npm ERR! command "node" "/usr/bin/npm" "install" "-g" "n"
npm ERR! cwd /var/www
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! message failed to fetch from registry: n
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /var/www/npm-debug.log
npm not ok

I was trying to update the nodejs installation but i couldn't. 我正在尝试更新nodejs安装,但无法。

I followed the steps here . 我按照这里的步骤进行。

Ok so i have answered my own question. 好的,所以我已经回答了我自己的问题。

Aparently sudo apt-get install nodejs directly from the repository would only give you a maximum of v.0.06. 显然,直接从存储库直接进行sudo apt-get install nodejs只会给您最多v.0.06。

So what i did was the following 所以我做了以下

https://launchpad.net/~chris-lea/+archive/node.js/

i added the PPA, then did the whole install nodejs again. 我添加了PPA,然后再次进行了整个安装nodejs。

Afterwhich, the version is now v.0.10 之后,该版本现在为v.0.10

Hope this would help anyone in my case. 希望这会对我的情况有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM