Electron react app doesnt launch after installing, it keeps running in the background, how to make the app run on front?
I have created an app which uses react-electron for frontend, also in the same code i have integrated python using python-shell and i have also used pm2 module to run backend from the electron app only.
The problem that i’m facing is that this code is running when i’m using it on local server, but when i’m trying to build the app, i’m not able to build the app due to an error of pm2-deploy module.