You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You CANNOT use electron-log from the background process. Anyway, stderr and stdout are redirected if using process.fork or spawn,so,logs ends up in the logfile managed by electron-log.
Remember that the background process should theoretically be runnable as a standalone node program.
in production build I get the error saying Cannot find module electron-log/main when I start the application
I have an electron app that is wrapping a Angular app and I use electron-build to build the app
package.json
electron-builder.json
The text was updated successfully, but these errors were encountered: