I'm using Raspberry Pi model b Type 3 with ARM7 processor. I checked the internet connection, and i tried to install the npm rpi-gpio multiple times even after restarting the pi. I'm using Raspbian jessie installed witnoobs. npm have also generated a log file.
The image of the error messages are as below, enter image description here
What could be the reason. How to solve this?
1 Answer 1
In my case, I solved this by installing an other version of node
with the procedure described on adafruit webpage.
I get this link from the npn page of rpi-gpio
You should remove node and npm with sudo apt-get autoremove --purg npm node
then install node according to adafruit instructions and then run npm install rpi-gipo