Hi,
I copied some flows from a friend to extract some functionalities.
Unfortunately there are some unknown nodes included and Node-Red refuses to start.
I would love to have these copied flows being ignored by Node-Red - I just want to peek from time to time.
Is there a way to do this?
I tried to delete the unknown nodes in the Konfiguration node, but unfortunately I seem not to find all unknown nodes. Deactivating the nodes does not help here.
My last idea is to set up a second server, but there has to be an easier way...
Once you have deleted all the unknown nodes in the flow there may be configuration nodes in the import. To find those look in the Menu for Configuration Nodes. Click Unused at the top of the list and it will show you if there are any of those. You can select and delete them.
I think that if you disable the flows containing the unknown nodes that that might allow it to run, but I am not certain. Again configuration nodes might be an issue. If you double click the flow tab then there is an Enabled status down the bottom that you can click to disable it.
@Colin
thanks for the answer.
Certainly ther are some unused nodes, but how do I identify the broken (or non-existing) ones?
Actually there are several flows and subflows. As I was not able to disable a subflows I just deleted all unknown nodes from all flows. That seems not to be sufficient / some nodes seem to be hiding...
Why not install the missing nodes?
I do not need them. That flow comes from a bigger system with a lot of different databases, user handling and multi-server support. I just want to copy some functionalities of the full system.
I do not know which are the missing ones. On deploy I get a warning about missing nodes (e.g. excel), but I do not find the nodes - neither in the node list, nor in the configuration nodes.
I believe they show up as unknown type. Though you can delete any unused config nodes, unless there is a reason you want to keep them around. They are just using up resources to no good purpose.
There are no unknown configuration nodes. And there are no unknown node in Any Flow. But still: Node red alerts some missing nodes on deploy and rejects Starting (After deploy)
They were in one of the inserted flows. I searched them thoroughly (in the workspace) and they did not show up there.
So it seems they were not in use but still in the list... ? Or hidden behind a known node?