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

install fails on serial dependency #8

Closed
hex705 opened this issue Apr 17, 2017 · 4 comments
Closed

install fails on serial dependency #8

hex705 opened this issue Apr 17, 2017 · 4 comments

Comments

@hex705
Copy link

hex705 commented Apr 17, 2017

HI ---

tried to global install OSC via npm on rPi.
rPI 3.0
Node version v6.10.2

Get this error:
pi@raspberrypi:~ $ sudo npm install osc -g

serialport@4.0.7 install /usr/local/lib/node_modules/osc/node_modules/serialport
node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.10.2 (node-v48 ABI) (falling back to source compile with node-gyp)

The ARM version of serial for this release (4.0.7) does not exist.

thots?

steve

@colinbdclark
Copy link
Owner

Hi @hex705, sorry to hear you're having trouble.

Unfortunately I don't have a Raspberry Pi on hand at the moment, so I can't test it myself. Based on the snippet of the message you're receiving, it looks to me like the error isn't fatal—if node-pre-gyp doesn't find a pre-built binary, it will compile it.

In your case, does the compilation fail? If so, what does the rest of the error message say? Have you followed all the instructions for compiling node-serialport on Raspberry Pi in their documentation?

When I find time, I am planning to modularize osc.js' transports so the core will not depend directly on node-serialport for those users who aren't using OSC over serial, but for now unfortunately it is a direct dependency of the project.

@hex705
Copy link
Author

hex705 commented Apr 18, 2017 via email

@hex705
Copy link
Author

hex705 commented Apr 24, 2017 via email

@colinbdclark
Copy link
Owner

I'm closing this issue since it sounds like it was resolved years ago. :)

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