Open hunhejj opened 3 years ago
Hi @hunhejj,
Sorry for getting back to you this late. Seems like this is a generic issue with npm installing git package globally. A quick search on this error message yields plenty results.
As a workaround you could clone the git library as normal user and then use sudo to install globally. Something along the lines of:
git clone https://github.com/mlaurijsse/homebridge-rflink-gateway
sudo npm install -g homebridge-rflink-gateway/
I got the following error when running
sudo npm install -g https://github.com/mlaurijsse/homebridge-rflink-gateway
:Any ideas @mlaurijsse ?