googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 276 forks source link

npm fails to install dependand packages for coder #93

Closed siritsch closed 9 years ago

siritsch commented 9 years ago

npm ERR! Error: failed to fetch from registry: express/3.1.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. (/usr/lib/nodejs/request/main.js:212:58) npm ERR! at Request.emit (events.js:88:20) npm ERR! at ClientRequest. (/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/coder/coder-dist/coder-base/npm-debug.log npm npm ERR! npm ERR! System Linux 3.10.18 npm ERR! command "node" "/usr/bin/npm" "install" npm ERR! cwd /home/coder/coder-dist/coder-base npm ERR! node -v v0.6.12 npm ERR! npm -v 1.1.4 npm ERR! message failed to fetch from registry: express/3.1.0 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/coder/coder-dist/coder-base/npm-debug.log npm not ok

siritsch commented 9 years ago

updated node to version v0.10.33. Now it works. So the wiki should include instruction how to updates the node version.

jmstriegel commented 9 years ago

Thanks for reporting this. I've just published the latest release, which contains a more recent version of node and is more explicit about which packages it supports.