stuck on starting main process..
See original GitHub issuePrerequisites
- Using yarn
- Using an up-to-date master branch
- Using latest version of devtools. See wiki for howto update
- Link to stacktrace in a Gist (for bugs)
- For issue in production release, devtools output of
DEBUG_PROD=true yarn build && yarn start
- Tried solutions mentioned in #1635
Expected Behavior
Electron client won’t initiate as it should.
Identical to the issue described in #1635
Current Behavior
Starting Main Process…
electron-react-boilerplate@0.17.0 start-main-dev C:\Users\Projects\test cross-env HOT=1 NODE_ENV=development electron -r @babel/register ./app/main.dev.js
the terminal will just hang at this point
Steps to Reproduce (for bugs)
-
Follow quickstart instructions
-
Yarn dev
Context
I had no issues with the boilerplate few days ago and it randomly started hanging like this in the terminal. I’ve added multiple modules following the two package.json structure. When I encountered the issue for the first time I’ve cloned the project as it is and it worked out for some time but ended up with the same issue after few hours of development.
Currently not even a fresh clone of the boilerplate’s master branch initiates an electron client.
I’ve tried multiple node and yarn versions. Tried out the debugging solutions you have listed here
I’ve cloned & built the project on another system and it works fine. So the problem is in my machine (most likely due to chrome debugger on electron and breakpoints) but I couldn’t really find a fix through.
Your Environment
- Node version : v10.13
- Version or Branch used : Master
- Operating System and version : Windows 10
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7
Cleaning cache did not help, but removing the whole Electron directory inside AppData/Roaming & AppData/Local did help
Yes, switching back to windows light mode also worked for me as mentioned in your issue!