-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cannot use with Node 10 #19
Comments
hi there, same issue here, were you able to figure it out? thanks in advance |
Not yet (lack of time) but my options are:
|
I found that replacing |
Merged and also updated the code. Thanks for all your help to maintain this project, you rock! |
Thanks for this!!! If you're so kind, could you please add some steps on how to set it up? I have a rpi4 with latest raspbian and getting a lot of errors still. Got the source from here with: npm install git+https://[email protected]/Irrelon/node-blinkt.git this throws a LOT of warnings but seems to go on. from here, a myriad of errors that get fixed by adding a new babel runtime dependency, node-gyp etc... could you please share some steps on how to set this up to finally flash the blinkt from node (i'm currently on 10.15.2 on the pi)? also, maybe sharing the package.json if you don't mind? thanks a lot!!! |
Upgrading my apps to Node 10, I found I can no longer use this above node 8. When building wiringPi:
I found a related issue: WiringPi/WiringPi-Node#95
The upshot appears to be that the
wiringpi-node
npm module just isn't maintained anymore.However, this newer package could be a possible alternative, as it is based on the old library: https://www.npmjs.com/package/node-wiring-pi
The text was updated successfully, but these errors were encountered: