SomeKay / sound-machine-electron-guide

Accompanying repository for the Electron guide
MIT License
318 stars 134 forks source link

Needs Node 4.0.0 while 10.15.3 is installed? #14

Open schroef opened 4 years ago

schroef commented 4 years ago

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.

Run yarn start does work