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

Dependency on serialport causing issues on Raspberry Pi #29

Open
jbjw opened this issue Feb 10, 2016 · 3 comments
Open

Dependency on serialport causing issues on Raspberry Pi #29

jbjw opened this issue Feb 10, 2016 · 3 comments

Comments

@jbjw
Copy link

jbjw commented Feb 10, 2016

I'm running (or trying to, rather) object on a raspberry pi 2 with node v4.2.6. Installing the dependencies (npm install) installs everything except for serialport. Looking into it, I see people with similar issues, but no clear cause/resolution. I'm sure this is more of an issue with serialport, but maybe it would be appropriate to change object's dependencies to a version that runs on the pi.

@vheun
Copy link

vheun commented Feb 11, 2016

If you install Node.js v0.10.42 it should work. This version is from 2016-02-09.

@jbjw
Copy link
Author

jbjw commented Feb 15, 2016

Ah, found some good discourse on the issue with serialport here. It looks like downgrading to v0.12.6 will work just fine, although according to this, it has issues with memory leaks, and iojs v2.5.0 doesn't, so that's what I'm now running OpenHybrid with.

@vheun
Copy link

vheun commented May 5, 2016

@jbjw has this issue been solved with version 3.0.1?

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