I tried to pull and tried to build two different bootstrap repos for Electron apps:
- https://github.com/pastahito/electron-react-webpack
- https://github.com/duskload/react-electron-webpack
Followed the instructions only to be getting this error while starting the app using npm start
AVDCreateGPUAccelerator: Error loading GPU renderer
I am using a Mac Pro with macOS Mojave 10.14.5. From what I read: Mac Pros (2013 model)'s GPU architecture stumbles Electron/Chromium [for reasons beyond me]. I do have Electron apps like Slack and Atom running on that machine without problems, but for some reason, it would appear building Electron apps is impossible on Mac Pro. I find that very odd.
Is there anything I can do to be able to develop/build Electron apps on a Mac Pro or is it the official stance of the Electron platform that no development can be done on Mac Pros?