Open AiFxApp opened 2 years ago
I have the same issue
OS: mac os 12.3.1 npm: 8.5.5 node: 17.8.0
When running in debug mode using the command npm run dev I do see JavaScript errors
Same Issue:
I also encountered this problem!
Same Issue here
I have run into the same error
The same
[Mickey]已经收到了,谢谢
Sadly, same here (OSX Big Sur) -- just a white blank screen (no error dialog even)
npm i electron@^7.2.4
npm start
Same issue.
@jwoo92
❯ yarn add electron@^7.2.4
❯ node_modules/.bin/electron .
(electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead.
[19:55:24.494] [info] update-electron-app config looks good; aborting updates since app is in development mode
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
[5863:0919/195526.182579:FATAL:gpu_data_manager_impl_private.cc(986)] The display compositor is frequently crashing. Goodbye.
It's always the same with Js app, they can't work more than 3 months...
[Mickey]已经收到了,谢谢
Same issue.
@jwoo92
❯ yarn add electron@^7.2.4 ❯ node_modules/.bin/electron . (electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead. [19:55:24.494] [info] update-electron-app config looks good; aborting updates since app is in development mode Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" [5863:0919/195526.182579:FATAL:gpu_data_manager_impl_private.cc(986)] The display compositor is frequently crashing. Goodbye.
It's always the same with Js app, they can't work more than 3 months...
@acantepie steps I recommended fix only the white screen issue.
[Mickey]已经收到了,谢谢
Warning Message after cloning repo and running 'npm install'