Install a list of nodes all at once

Not looking to copy an install of node red but if I have a new install of node red is there any method to take a list of nodes and have that list of nodes install into node red without further intervention? Not from the CLI but from within node red? if not might not this be useful?

Have a look at how npm works with the package.json file. You can define the nodes to install using the package.json file in your ~/.node-red folder.

1 Like

that way I was aware of but haven't used it. What I'm looking for is an install method inside of node red itself. But thanks for pointing that out.

You potentially can run npm from within Node-RED but you just need to understand a little about how it works. Just note that you will need to restart Node-RED after installing nodes this way.

v4.1 has two new mechanisms:

1 Like

Have not heard about that button but I like it!

What is v4.1? I'm seeint latest as v4.0.8.

Next feature release - date of release not yet announced.

1 Like