Hi, I am still busy with a CD/CI config. I do dev on Docker on Mac - push the flows.json etc back top github, then want to install - without Projects - on RPi.
Is their some command to run against Node-RED once the cloned git repo with the package.json is on the target host (RPi) ? As mine is not bringing down the packages when I startup Node-RED.
Adding Nodes
Installing extra Node-RED nodes into an instance running with Docker can be achieved by manually installing those nodes into the container, using the cli or running npm commands within a container shell, or mounting a host directory with those nodes as a data volume.
Node-RED Admin Tool
Using the administration tool, with port forwarding on the container to the host system, extra nodes can be installed without leaving the host system.
$ npm install -g node-red-admin
$ node-red-admin install node-red-node-openwhisk