Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install on rpi #52

Closed
jacobrosenthal opened this issue Jun 18, 2014 · 2 comments
Closed

npm install on rpi #52

jacobrosenthal opened this issue Jun 18, 2014 · 2 comments

Comments

@jacobrosenthal
Copy link
Member

Node version v0.10.29, installed via dpkg from http://node-arm.herokuapp.com/node_latest_armhf.deb

I'm getting:

735 verbose /usr/local/bin,[object Object] binRoot
736 info postuninstall ibeacon-cli@0.1.0
737 error bleno@0.1.5 install: `node install.js`
737 error Exit status 1
738 error Failed at the bleno@0.1.5 install script.
738 error This is most likely a problem with the bleno package,
738 error not with npm itself.
738 error Tell the author that this fails on your system:
738 error     node install.js
738 error You can get their info via:
738 error     npm owner ls bleno
738 error There is likely additional logging output above.
739 error System Linux 3.10.25+
740 error command "/usr/local/bin/node" "/usr/local/bin/npm" "i" "-g" "ibeacon-cli"
741 error cwd /home/pi
742 error node -v v0.10.29
743 error npm -v 1.4.14
744 error code ELIFECYCLE
745 verbose exit [ 1, true ]
@sandeepmistry
Copy link
Collaborator

@jacobrosenthal did you run sudo apt-get install libbluetooth-dev prior to npm install (like mentioned in the read me)?

If that doesn't solve the issue, I'd need the full log to help you out ...

@jacobrosenthal
Copy link
Member Author

That was it. Thanks, bleno was a dependency from another package that didn't mention it so I missed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants