You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello folks!
Wanted to give this feedback in case someone else runs into it.
My project utilizes node-red-contrib-sht/SHT3x. After upgrading nodered as described here the SHT3x node did not work anymore: 29 Nov 00:54:21 - [warn] [node-red-contrib-sht/SHT3x] Error: Error relocating /data/node_modules/i2c-bus/build/Release/i2c.node: _ZN2v82V818GlobalizeReferenceEPNS_8internal7IsolateEPm: symbol not found
After some research, I was able to resolve the issue in the docker container like so:
Hello folks!
Wanted to give this feedback in case someone else runs into it.
My project utilizes node-red-contrib-sht/SHT3x. After upgrading nodered as described here the SHT3x node did not work anymore:
29 Nov 00:54:21 - [warn] [node-red-contrib-sht/SHT3x] Error: Error relocating /data/node_modules/i2c-bus/build/Release/i2c.node: _ZN2v82V818GlobalizeReferenceEPNS_8internal7IsolateEPm: symbol not found
After some research, I was able to resolve the issue in the docker container like so:
To get this all clean, I finally did the following:
The text was updated successfully, but these errors were encountered: