Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Unable to run with electron 11 #487

Open
halton opened this issue Jan 25, 2021 · 4 comments
Open

Unable to run with electron 11 #487

halton opened this issue Jan 25, 2021 · 4 comments

Comments

@halton
Copy link

halton commented Jan 25, 2021

  • What operating system are you using?
    Linux Mint 19.30
  • What version of Node.js is on your system?
    V14.7.0
  • Steps:
  1. Bump electron version to latest stable version: package.json
  2. npm install && npm start
  • Expected result: App can start and show correctly.
  • Actual Result: App shows with the white screen.
@whtjs
Copy link

whtjs commented Feb 6, 2021

i think its because HTML import is removed in recent chrome engine.You can confirm it on console. if you want to run it you have to downgrade your electron version or replace all <link rel='import' href='something'> code and also change js code to import it.

@alasdair-sli
Copy link

This is also an issue with electron 12. I'm also seeing

Uncaught ReferenceError: require is not defined at index.html:105

in the console.

@tsflow
Copy link

tsflow commented Sep 27, 2021

i have same problem when i run electron 15。
how to resolve it?
image

@ballonura
Copy link

also here

Screen Shot 2022-02-07 at 15 59 11

Screen Shot 2022-02-07 at 15 59 46

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@halton @ballonura @whtjs @tsflow @alasdair-sli and others