Skip to content
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

can not install on node 10 #24

Open
aleksandrsivanovs opened this issue Apr 16, 2019 · 4 comments
Open

can not install on node 10 #24

aleksandrsivanovs opened this issue Apr 16, 2019 · 4 comments

Comments

@aleksandrsivanovs
Copy link
Collaborator

hi!

the plugin is not installable using node 10 (LTS version now).
this is most probably because of noble/node-bluetooth-hci-socket#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 ?

@cosmo84
Copy link

cosmo84 commented Apr 17, 2019

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

@patafix18
Copy link

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

@unamuno
Copy link

unamuno commented May 24, 2020

That would be great!

@kjyv
Copy link

kjyv commented Dec 23, 2020

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants