I simple wanted to check the behavior of the app.quit() in this app. We are making an app with a tray icon as well. But they trying to implement osx behavior by not quiting app when all windows are closed. However the normal command cmd + q now needs to be pressed twice??
But trying package this app i get this error in return. Im not really into electron lets make that clear.
CANNOT RUN WITH NODE 10.15.3
Electron Packager requires Node 4.0 or above.
error Command failed with exit code 1.
I simple wanted to check the behavior of the app.quit() in this app. We are making an app with a tray icon as well. But they trying to implement osx behavior by not quiting app when all windows are closed. However the normal command cmd + q now needs to be pressed twice??
But trying package this app i get this error in return. Im not really into electron lets make that clear.
Run yarn start does work