homebridge-gpio-device
homebridge-gpio-device copied to clipboard
Node.js 12.14.1 not compatible?
Hello,
I have tried to make this plugin work with Node.js 12.14.1 but it looks like it will not work. Maybe it is depending on wipingPi that is not compatible with latest node version.
The problem is there are other plugins that require the latest node.js version.
Is there any update planned to make it work with lates node.js version?
Any workaround?
Thanks, Dan
Edit: Downgraded again to version 8.17.0 and have been able to get this working again
Hi,
I also made the mistake in updating the node.js to v12.14.1, seems to have broken this great add-on..
Would appreciate any guidance here
I downgraded to Node 10.18.1 still seems to have the issue..
Edit: Downgraded again to version 8.17.0 and have been able to get this working again, downgrading node.js was easy:
sudo npm install -g n 8 sudo n 8
after that I had to re-install a few things, mainly UI-x (if you re using it) and GPIODevice: sudo npm uninstall -g homebridge-config-ui-x sudo npm install -g --unsafe-perm homebridge-config-ui-x npm uninstall -g homebridge-gpio-device npm install -g homebridge-gpio-device