Filebased installation of Nodes

Hi everybody,
are there any plans for a possibility to install new Nodes from a file which was created via npm pack?

Kind Regards,
Dennis

from the command line ?

No sorry, actually I meant by using an upload button or something like that inside the UI of Node-RED. Maybe located at the "Manage palette" section.

Kind Regares

Sorry for bringing this topic up again: are there any plans for a filebased installation of Nodes via UI?

Kind Regards
Dennis

You could do it yourself if you really need it. Any node red package placed in node-red\nodes folder will get loaded upon node red start up.

So create a flow with an endpoint that lets you upload a pack, then use the zip node to unpack it into the nodes folder.

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