VTVLsim icon indicating copy to clipboard operation
VTVLsim copied to clipboard

err message failed to fetch from registry grunt-contrib-jshint

Open shearichard opened this issue 11 years ago • 1 comments

When I try to do

npm install 

I get an error like this

npm ERR! Error: failed to fetch from registry: grunt-git-authors/1.2.0
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:412:12)
npm ERR!     at ClientRequest.emit (events.js:67:17)
npm ERR!     at HTTPParser.onIncoming (http.js:1261:11)
npm ERR!     at HTTPParser.onHeadersComplete (http.js:102:31)
npm ERR! You may report this log at:
npm ERR!     <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR!     reportbug --attach /home/rshea/dev/rocket/VTVLsim/js/external/jquery/npm-debug.log npm
npm ERR! 
npm ERR! System Linux 3.8.0-42-generic
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /home/rshea/dev/rocket/VTVLsim/js/external/jquery
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! message failed to fetch from registry: grunt-git-authors/1.2.0
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/rshea/dev/rocket/VTVLsim/js/external/jquery/npm-debug.log
npm not ok

In case it helps

rshea@ubdesktop0:~/dev/rocket/VTVLsim/js/external/jquery$ node -v
v0.6.12

I'm not a nodey person - just interested to try your sim out. If you have any suggestions/information about how to resolve this I'd be grateful.

shearichard avatar Jun 27 '14 11:06 shearichard

Thanks for reporting this issue.

I'm using:

$ node -v v0.10.26 $ npm -v 1.4.3

Try with a newer version of node.

crackleware avatar Jun 28 '14 21:06 crackleware