In our Bluetooth approach, we use the package 'hci-socket'. When I upgrade Node.js to Node23 or Node24, its compile crashes. This is on an older Linux install, so that might cause this, but it is weird. Downgrading Node to Node22 resolves this.
Some weird stuff is going on, as 'hci-socket' is not part of the package list, but is a dependency of 'ble-host'. However, it is imported explicitly.
We have some time left to resolve this as Node22 is supported until mid 2027, but it seems something breaks this.
In our Bluetooth approach, we use the package 'hci-socket'. When I upgrade Node.js to Node23 or Node24, its compile crashes. This is on an older Linux install, so that might cause this, but it is weird. Downgrading Node to Node22 resolves this.
Some weird stuff is going on, as 'hci-socket' is not part of the package list, but is a dependency of 'ble-host'. However, it is imported explicitly.
We have some time left to resolve this as Node22 is supported until mid 2027, but it seems something breaks this.