-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onoff/epoll compile fails with Node 10 #19
Comments
I got this working with some changes see pull request #22 |
Sorry for being dumb; how can I install the fixed version if it hasn't been merged? I had to upgrade node to get another plugin working and now this one wont install. Eeeek Please help :) Thank you |
npm i @bluephlame/homebridge-gpio-garagedoor |
Tried above and this:- npm I -g @bluephlame/homebridge-gpio-garagedoor Yet I still get Error: The requested accessory 'GPIOGarageDoor' was not registered by any plugin. Any ideas? |
pi@raspberrypi:~ $ npm install -g @bluephlame/homebridge-gpio-garagedoor
But its not in the in the usr/lib/node_modules for some reason? |
I can not install this at all. It adds it to the Nodes_Modules folder under @bluephlame folder. Then when I run homebridge it states the plugin isn't registered anywhere. Any help would be much appreciated. At a loss of where to go now. I did download to Nodesjs 8x just to get it to install |
thank you so much @bluephlame it solved my issue |
The fixed version of
onoff
specified by this module, and henceepoll
, includes anan
module that uses a deprecatedv8::Object::ForceSet
method, which breaks install:The text was updated successfully, but these errors were encountered: