After merged 0.18.0 and run 'yarn dev',the app not start.
See original GitHub issuePrerequisites
- Using yarn
- Using node 10.x
- 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 #400
Expected Behavior
Step 1: 0.17.x is ok, merged 0.18.0
Step 2: rm -rf node_modules && yarn cache clean && yarn && yarn electron-rebuild && yarn dev
Step 3: expect app start.
Current Behavior
windows 10
but nothing happend.
run ‘yarn package’ is ok.
λ yarn dev
`yarn run v1.19.1 $ cross-env START_HOT=1 node -r @babel/register ./internals/scripts/CheckPortInUse.js && cross-env START_HOT=1 yarn start-renderer-dev $ cross-env NODE_ENV=development webpack-dev-server --config configs/webpack.config.renderer.dev.babel.js Starting Main Process…
electron-react-boilerplate@0.18.0 start-main-dev D:\WorkSpace\HCCN_Projects\sapp-deployment-tools cross-env HOT=1 NODE_ENV=development electron -r @babel/register ./app/main.dev.js
libpng warning: iCCP: cHRM chunk does not match sRGB`
Your Environment
- Node version : v10.16.3
- Version or Branch used : master
- Operating System and version : Windows 10 1909 18963.476
- Link to your project : master, no code change
Issue Analytics
- State:
- Created 4 years ago
- Comments:41 (19 by maintainers)
Top Results From Across the Web
Error: yarn start - error Command "start" not found
I was trying to run a command that it is not in my scripts. Specifically, yarn start is not in the scripts part...
Read more >firebase | Yarn - Package Manager
The Firebase JavaScript SDK implements the client-side libraries used by applications using Firebase services. This SDK is distributed via:.
Read more >xlsx - npm
Start using xlsx in your project by running `npm i xlsx`. ... experience but not amenable to tree shaking using the current developer...
Read more >Package List — Spack 0.20.0.dev0 documentation
This allows legacy applications to start taking advantage of libFLAME with ... from: https://github.com/FTHPC/ARC to support Spack after developer left grad ...
Read more >Dataproc release notes - Google Cloud
The following preview Dataproc image versions are available: ... Configured Zeppelin Spark interpreter to run in YARN client mode by default for image ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try turning off dark mode in Win10.
https://github.com/electron/electron/issues/19468
This worked for me. Running
yarn build
like @AntonGarasko recommended helped, but live-reloading didn’t work still and was fixed by #2341 for me.