question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After merged 0.18.0 and run 'yarn dev',the app not start.

See original GitHub issue

Prerequisites

  • 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:closed
  • Created 4 years ago
  • Comments:41 (19 by maintainers)

github_iconTop GitHub Comments

5reactions
wilbacommented, Dec 27, 2019

Try turning off dark mode in Win10.

https://github.com/electron/electron/issues/19468

4reactions
jakeolscommented, Dec 11, 2019

Try #2341 possible solution. It’s helped me work correctly.

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found