grover / homebridge-ranger

A HomeKit range extender for Bluetooth Low Energy (BLE) accessories.
MIT License
73 stars 15 forks source link

raspberry pi 0 w install failes #23

Closed SFKV closed 5 years ago

SFKV commented 5 years ago

Following the instructions on a freshly installed raspbian, I end up with the following error:

sudo npm install -g homebridge-ranger --unsafe-perm npm ERR! code 1 npm ERR! Command failed: /usr/bin/git checkout pull/840/head npm ERR! error: pathspec 'pull/840/head' did not match any file(s) known to git. npm ERR!

SFKV commented 5 years ago

Seems to have been caused by an error with permissions. ran the whole thing in sudo su - and it worked, after upgrading npm npm install npm -g