Hi, before I opening a Github Issue, I want to ask maybe I am missing something.
I'm looking for a way to implement a new flow on my local environment, and then push the updates to remote Docker deployment.
The only problem is that I have to run npm install in the remote machine, in case I added a new library.
Why not add an option to the Node-Red instance to run npm install on startup?