hybridgroup / cylon-gpio

Cylon drivers for GPIO devices
http://cylonjs.com
Other
19 stars 14 forks source link

Cannot install cylon-gpio on Raspberry Pi #8

Closed alecthegeek closed 10 years ago

alecthegeek commented 10 years ago

root@acp1:~# npm install -g cylon-gpio npm http GET https://registry.npmjs.org/cylon-gpio npm http 304 https://registry.npmjs.org/cylon-gpio npm http GET https://registry.npmjs.org/cylon-gpio/-/cylon-gpio-0.7.0.tgz npm http 404 https://registry.npmjs.org/cylon-gpio/-/cylon-gpio-0.7.0.tgz npm ERR! fetch failed https://registry.npmjs.org/cylon-gpio/-/cylon-gpio-0.7.0.tgz npm ERR! Error: 404 Not Found npm ERR! at WriteStream. (/usr/local/node-v0.10.17-linux-arm-pi/lib/node_modules/npm/lib/utils/fetch.js:57:12) npm ERR! at WriteStream.EventEmitter.emit (events.js:117:20) npm ERR! at fs.js:1596:14 npm ERR! at /usr/local/node-v0.10.17-linux-arm-pi/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:103:5 npm ERR! at Object.oncomplete (fs.js:107:15) npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com

npm ERR! System Linux 3.6.11+ npm ERR! command "/usr/local/node/bin/node" "/usr/local/node/bin/npm" "install" "-g" "cylon-gpio" npm ERR! cwd /root npm ERR! node -v v0.10.17 npm ERR! npm -v 1.3.8 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /root/npm-debug.log npm ERR! not ok code 0

edgarsilva commented 10 years ago

This seems to be an issue with the actual NPM module manager for NodeJS, since it appears you are getting errors when hitting the service to install the modules.

Give it sometime and try again in a few, to check if they have solved the problems.

deadprogram commented 10 years ago

It this working for you now, @alecthegeek?

alecthegeek commented 10 years ago

I just tried and still had the same failure. Thanks for chasing up

zankich commented 10 years ago

@alecthegeek, can you please try again, the issue should be fixed

alecthegeek commented 10 years ago

All is now good

make: Leaving directory `/usr/local/node-v0.10.17-linux-arm-pi/lib/node_modules/cylon-gpio/node_modules/cylon/node_modules/express.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' cylon-gpio@0.7.0 /usr/local/node/lib/node_modules/cylon-gpio ├── node-namespace@1.0.0 └── cylon@0.8.0 (commander@2.1.0, async@0.2.9, wrench@1.5.4, ejs@0.8.5, glob@3.2.7, express.io@1.1.13)

Thanks