NPM 无法正常安装

npm http GET https://registry. npmjs.org/supervisor
 
npm  ERR!  Errorfailed  to  fetch  from  registry: supervisor
npm ERR!     at /usr/share/ npm/lib/utils/ npm- registry-client/get.js:1 39: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:1 36: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:2 0)
npm  ERR!     at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:2 09:1 0)
npm  ERR!     at ClientRequest.emit (events.js:67:17)
npm  ERR!     at ClientRequest.on Error (/usr/lib/nodejs/request/tunnel.js:164:21)
npm  ERR!     at ClientRequest.g (events.js:156:14)
npm  ERR! You may report this log at:
npm ERR!     <http://bugs.debian.org/ npm>
npm  ERR! or use
npm ERR!     reportbug --attach /home/jon/ npm-debug.log  npm
npm  ERR! 
npm  ERR! System Linux 3.2. 0-2 3-generic
npm ERR! command "node" "/usr/bin/ npm" "install" "supervisor" "-g"
npm  ERR! cwd /home/jon
npm  ERR! node -v v 0.6.12
npm ERR!  npm -v 1.1.4
npm  ERR! message  failed  to  fetch  from  registry: supervisor
npm  ERR! 
npm  ERR! Additional logging details can be found in:
npm ERR!     /home/jon/ npm-debug.log
npm not ok
 
 
 
解决方法:
Java代码   收藏代码
  1. npm config set registry http://registry.npmjs.org/  

猜你喜欢

转载自coolwhy1.iteye.com/blog/2244526