ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 29 forks source link

confusing release notes #410

Closed ChrisPrefect closed 5 months ago

ChrisPrefect commented 10 months ago

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?

ChrisPrefect commented 10 months ago

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.

klein0r commented 10 months ago

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

ChrisPrefect commented 10 months ago

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!

klein0r commented 10 months ago

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).

Apollon77 commented 5 months ago

fixed in readme