WiringPi / WiringPi-Node

Node.js bindings to wiringPi
333 stars 94 forks source link

project is dead? #74

Open carterw opened 7 years ago

carterw commented 7 years ago

The last commit was Nov. 16. I can't get 'npm install wiring-pi' to work on a Pi Zero W.

FATAL: Cloning libWiringPi failed.

But I can clone libWiringPi manually using the same command that appears in the install.sh script. The npm install works on my Pi B and version 3, and I have programs that use it successfully.

On the Pi Zero W;

# node --version
v7.7.3
# npm --version
4.1.2
shoutrain commented 7 years ago

I just met the same issue on the OrangePi Zero.

On the OrangePi Zero:

root@OrangePI:~# node --version
v6.10.3
root@OrangePI:~# npm --version
3.10.10