[ANNOUNCE] node-red-contrib-rfxcom updated

Hi! I just updated my NR nodes on Ubuntu 22.04.02 . Ran into troublewith rfxcom. I start over with a new install of 2.12.1
In the palette it says: ERR_DLOPEN_FAILED.
The log says

[warn] [node-red-contrib-rfxcom/rfxcom] Error: The module '/home/uwe/.node-red/node_modules/@serialport/bindings/build/Release/bindings.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 72. This version of Node.js requires
NODE_MODULE_VERSION 93. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install).

I tried different things (rebuild, reinstall both), but to no avail. What can I do?
Cheers, Uwe

You have changed the version of nodejs, so compiled nodes need rebuilding.
Go into your .node-red directory (I guess you did not do that when you tried previously) and run
npm rebuild

I thougt I had started it from there, but obviously I was wrong. Works! Thanks, Uwe

1 Like