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
{{ message }}
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
I'm trying to add electron to my React app, and have followed I get the error below when running electron .
Uncaught Exception:
TypeError: Cannot use 'in' operator to search for 'name' in undefined at createCompilerHostFromBabelRcSync (/Users/xxx/Sites/tester/node_modules/electron-compile/lib/config-parser.js:363:14)
Is there an example of it working with React that maybe I could follow? Thanks for your time!
The text was updated successfully, but these errors were encountered:
I'm trying to add electron to my React app, and have followed I get the error below when running
electron .
Is there an example of it working with React that maybe I could follow? Thanks for your time!
The text was updated successfully, but these errors were encountered: