You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: