ioBroker/ioBroker.node-red

confusing release notes

ChrisPrefect opened this issue · 5 comments

The release notes for version 5.0.0 say:

NodeJS 16.4.x is required

So this means it won't work with my version v18.17.1?

So the release notes seem to be true. It does not work after updating with V18.17.1.

I just get this when clicking on the node red tab.

image

And when "open in new tab" icon in the adapter list, it tries to open this broken link:

httpundefined://192.168.20.20:1880/

from the log:

image

Authentication is set to none.

NodeJS 16.4.x is required

That is the minimum required version. Will also work with nodejs 18.x and even 20.x

Please share a log with debug log level

Ah, so the release notes were wrong and "minimum" was missing. That solves it.

After letting iobroker sit for one night without changing anything and without restarting the adapter, the errors just went away, and the node red panel is loading now...

Thanks!

Ah, so the release notes were wrong and "minimum" was missing.

Mh, okay... But: No adapter requires a specific NodeJS version.
Everything is specified as a minimum (like js-controller or admin dependencies).