Node-red and Electron node_modules issue

Hi Team,
I am facing one issue related to node-red and electron js combined installer.
Scenario:
I have a desktop application (Angular) that is being packaged or created installer using ElectronJS.
I have integrated node-red with it.
The nodes like serial-port etc are being mentioned in package.json.
After creating an installer I am not able to see the serial-port nodes when node-red is up and running.
So I directly pushed the node_modules(serial-port and other node-red related modules) by maintaining another package under the app.
It started working.
But is there any other approach for windows installers to make node-red up and running along with serial-port nodes installed with a single package.json?

Is there any

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