-
Notifications
You must be signed in to change notification settings - Fork 92
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
Unable to install on Raspberry Pi 3 running Raspbian Jessie #80
Comments
As the readme says, this version does not support the node.js version you use. Upgrade node.js to 4.6 or use the 0.18 version of i2c. |
Ah, yes. I didn't read down that far. It's too bad the default experience on Raspian isn't nicer for node. I've switched over to Python for now. Thanks! |
Why not upgrading nodejs to 4.6 or above? Op 8 okt. 2016 16:12 schreef "Kevin Lindsey" notifications@github.com:
|
I ran out of time with that project and needed a solution right then. I may give node a try next time around. FWIW, I have 'n' running now, so it's easy switch versions. I was able to build i2c with 5.12.0 and 6.6.0 just fine on the Pi 3. |
It looks like I'm running node v0.10.29 and npm 1.4.21. When I run
sudo npm install i2c
I get the following:Thanks for any suggestions on how to get around this.
The text was updated successfully, but these errors were encountered: