I packaged a Node-RED subflow into a node module and put it into a repository. Fortunately, I have the original subflow .json file available to make changes.
But what should I do if I lost it and wanted to make changes? I cannot modify the subflow if I install it via npm.
Thanks for your reply!
I actually considered this idea, but I was thinking there might be an even better way to approach this. Still, I appreciate your input.