HELP Lost everything

If you backup everything in the .node-red directory except the node-modules folder, then to restore you just need to restore that directory, then go into the directory and run
npm install
and it will install all the contrib nodes you had before.

3 Likes