asednev / homebridge-plugin-govee

Govee H-series Thermometer Hygrometer plugin for Homebrige.
Apache License 2.0
53 stars 9 forks source link

Update to 1.25 from 1.1.4 fails due to 404 #73

Closed smazo closed 2 years ago

smazo commented 2 years ago

node-pre-gyp ERR! install response status 404 Not Found on https://github.com/abandonware/node-bluetooth-hci-socket/releases/download/0.5.3-8/bluetooth_hci_socket-0.5.3-8-node-v93-linux-arm.tar.gz

asednev commented 2 years ago

@smazo node-bluetooth-hci-socket is most likely a dependency of noble which hasn't changed the version between v1.1.4 and v1.2.5.

Try cleaning node cache and see if that helps: $ npm cache clean –force

If you still have this issue, tell me more about your setup. What is you OS and node versions?