homebridge-zigbee icon indicating copy to clipboard operation
homebridge-zigbee copied to clipboard

Installation issues on Raspbian

Open Davst opened this issue 5 years ago • 1 comments

Tried installing this, and couldnt get past issues with github access.

I installed a few other plugins fine.. this one.. since it wouldn't install without sudo had the issue of running a sudo global install i got the following.

pi@raspberrypi:~ $ sudo npm install -g --unsafe-perm homebridge-zigbee
npm ERR! code 128
npm ERR! Command failed: /usr/bin/git clone --depth=1 -q -b master git://github.com/itsmepetrov/zigbee-shepherd.git /root/.npm/_cacache/tmp/git-clone-9f676f28
npm ERR! fatal: kunde inte skapa inledande kataloger för "/root/.npm/_cacache/tmp/git-clone-9f676f28": Åtkomst nekas
npm ERR! 

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2019-04-11T23_26_52_215Z-debug.log

Not sure how to solve this or if this is a problem with the pi or the plugin

Davst avatar Apr 11 '19 22:04 Davst

@Davst Hi, try "sudo sudo npm install -g --unsafe-perm itsmepetrov/homebridge-zigbee". homebridge-zigbee package is outdated.

mrdc avatar May 08 '19 21:05 mrdc