homebridge-nest
homebridge-nest copied to clipboard
index from here is different
i install homebridge-nest using "sudo npm install -g homebridge-nest" but when i compare the index.js from here and the installation is different. what i'm doing wrong?
The one published to npm right now is based on one of the branches.
How I install from github?
I'm not sure why you'd want to do that (I'm pretty sure the npm version is newer than master).
But I'm pretty sure this would work:
npm install -g "https://github.com/KraigM/homebridge-nest"
Great news! I have taken up maintenance of the homebridge-nest plugin in npm. The source code now lives at https://github.com/chrisjshull/homebridge-nest/. To update to the latest version of homebridge-nest, simply run npm update -g homebridge-nest.
If this is still a problem, please file this issue against that repo. Thanks!