Hello,
Sorry, I think there is already an anwer for this question, but I didn't find the exact use case.
My question :
I presently run a node-red instance on a mac computer, but I want to change to another (mac-mini).
I can easily migrate the flows, but I need to restore all used nodes.
Is it possible to transfer the global instance (flows + nodes) from a computer to another ?
Assuming you are not using docker, then, after installing node red, transfer the whole .node-red folder except the node_modules folder. Then go into the .node-red folder and run npm install
And it will install all the contrib nodes for you.