zwave-js / node-red-contrib-zwave-js

The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.
MIT License
47 stars 6 forks source link

Downgrade serialport to 9.0.7 #68

Closed marcus-j-davies closed 3 years ago

marcus-j-davies commented 3 years ago

Seems as if some arm Images don't contain a recent glibc library. Serialport 9.1.0 wants glibc 2.28, which is not available in some OS images.

until such a time, I will stick to 9.0.7 of serialport

We will also override the 9.1.0 version dependency in Z-Wave JS.

marcus-j-davies commented 3 years ago

Reverted!!

This is not as simple as one thought. Presently, glibc 2.28 is a requirement.