🎉 Node-RED 5 now available

Another small issue with the script, or actually the service file. There should be a line defaulting NODE_RED_OPTIONS to an empty string
Environment="NODE_RED_OPTIONS="

Without that line this warning is shown when the service is started
nodered.service: Referenced but unset environment variable evaluates to an empty string: NODE_RED_OPTIONS

Possibly also take out the max_old_space node options at the same time, changing that line to
Environment="NODE_OPTIONS="

2 Likes

5 posts were split to a new topic: Issue with node-red-context-monitor and Node-RED 5

1:
I've read and like the sorting of the link nodes.
By name not time made.

But one thing I think would be nice is a find option.

(Ok, I guess if they are sorted by name, finding a link by name may be moot.)

2:
The documents help option for a node.
I am using a new node and am not familiar with what it wants.
I click on the node and open the documents help to see the stuff.

I then want to edit a function node (for example) to construct the required message format.

But as soon as I do that the help window changed to the function node's help.

It would be nice if you could lock the help to the original node so you keep the new/useful/needed information visible as you are working in/on other nodes.

1 Like