Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix demo electron setup #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wolfgang42
Copy link

npm run electron was crashing with a Pango error:

(electron:48633): Pango-ERROR **: 16:49:09.562: Harfbuzz version too old (1.4.2)

So I upgraded Electron (npm also wanted to adjust the lockfile version, so I let it), and window.require vanished, with the very confusing result that the "File" menu didn't actually change anything. Turning contextIsolation back off fixed that, and now everything seems to be working as far as I can tell, though there are some errors and warnings in the console.

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

Successfully merging this pull request may close these issues.

1 participant