Hi everyone,
I'm currently working with Node-RED inside a monorepo setup using Turborepo, and while the basic setup functions smoothly, I'm encountering an issue with module dependencies.
Every time I add a new module dependency through a function node in Node-RED, the module installs correctly. However, I've noticed that after this installation, all other modules from different packages within the same monorepo seem to disappear. To resolve this, I have to manually run a yarn install
each time I add a module to a function node.
Has anyone else experienced this issue or have any tips on how to streamline this process? I'm looking for a solution that can maintain the integrity of my monorepo's module dependencies without the need for manual intervention after each module addition in Node-RED.
Any insights or suggestions would be greatly appreciated!