Option for auto install specific pallate

Hello All,
Is there option to load set of pallate while installing or launching instance on node red.
This way don't need to manually install individual and save time for repetition.

You can create an installation with all the nodes you want and then make a copy at the file package.json
Then in the new installation, after installing node red, place the package file in the .node-red folder, go into that folder, and run
npm install
That will install all the nodes required.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.