homebridge-eq3ble icon indicating copy to clipboard operation
homebridge-eq3ble copied to clipboard

can not install on node 10

Open aleksandrsivanovs opened this issue 5 years ago • 4 comments

hi!

the plugin is not installable using node 10 (LTS version now). this is most probably because of https://github.com/noble/node-bluetooth-hci-socket/issues/84.

dependencies: homebridge-eq3ble <- eq3ble (https://github.com/maxnowack/node-eq3ble/blob/master/package.json) <- noble-device (which is not installable with node 10)

one solution would be to switch the eq3ble to https://www.npmjs.com/package/@nullent1ty/noble-device, wdyt ?

aleksandrsivanovs avatar Apr 16 '19 20:04 aleksandrsivanovs

Yes, it would be great to have this plugin running with node 10

cosmo84 avatar Apr 17 '19 15:04 cosmo84

Agree. I would be very happy if the plugin works with node 10 LTS

patafix18 avatar Jun 19 '19 16:06 patafix18

That would be great!

unamuno avatar May 24 '20 13:05 unamuno

Even though the line "eq3ble": "git+https://github.com/maxnowack/node-eq3ble.git" in package.json should install a version of bluetooth-hci-socket that builds with node 12, it somehow doesn't (noble-device already points to @abandonware/noble that is using a supposedly fixed version: https://github.com/abandonware/node-bluetooth-hci-socket). Even installing node-eq3ble alone works fine (with npm install -g https://github.com/maxnowack/node-eq3ble --unsafe-perm).

kjyv avatar Dec 23 '20 23:12 kjyv