-
Notifications
You must be signed in to change notification settings - Fork 95
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
Does not build #73
Comments
sudo apt-get install git-core |
|
same problem here. |
The problem here is that V8 has removed ForceSet method in the V8 version that Node 10 uses. then you can do npm remove wiring-pi |
Make external CC declaration possible
Trying to install
wiring-pi
on a Mac laptop with Node v7.7.3, I get:And in
npm-debug.log
:Even if eventually my code will run on a Raspberry Pie I'd still like to be able to write it on my laptop. I tried to install GpIO and it doesn't seem to give any problem.
Any idea how to fix this? Thx!
The text was updated successfully, but these errors were encountered: