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
Error: Cannot find module '../build/Release/wiringPi'
at Function.Module._resolveFilename (module.js:555:15)
at Function.Module._load (module.js:482:25)
at Module.require (module.js:604:17)
at require (internal/module.js:11:18)
at Object. (/home/pi/node_modules/wiring-pi/lib/exports.js:1:80)
at Module._compile (module.js:660:30)
at Object.Module._extensions..js (module.js:671:10)
at Module.load (module.js:573:32)
at tryModuleLoad (module.js:513:12)
at Function.Module._load (module.js:505:3)
how i can solve it?
The text was updated successfully, but these errors were encountered:
I had similar problems on my Raspberry Pi 2 Model B v1.1. After switching back to kernel 4.4 (using command rpi-update 52241088c1da59a359110d39c1875cda56496764) and switching to Node.js v8.9.4 it could be installed and it was working.
Installing wiringpi-node instead of wiring-pi was also working on kernel 4.14.20-v7+ (using command rpi-update to update kernel to latest version).
when i try to install wiringpi it always fail
https://pastebin.com/VJ4mS4MG
and when i try to launch it
how i can solve it?
The text was updated successfully, but these errors were encountered: