[Question] How to upgrade to electron 7
See original GitHub issueI just tried to upgrade package.json:
"electron": "7.0.0",
npm install was fine, but npm run start.electron.{app-name} gives
and
Any ideas?
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to upgrade electron to latest version?
You need to update everything with the latest version. ## update electron # 1. Check node version or if use nvm auto script...
Read more >Upgrading Electron from 7 to 12
I upgraded Electron from 7 to 12 in this project, and here are some troubleshootings. Upgrading packages. npm i electron@12.0.0 electron-rebuild ...
Read more >Advanced Installation Instructions
To install prebuilt Electron binaries, use npm. The preferred method is to install Electron as a development dependency in your app:
Read more >It is recommended to update the dependent version #855
It is recommended to update the dependent version,for example:electron.
Read more >electron-builder
Auto Update ready application packaging. ... Docker images to build Electron app for Linux or Windows on any platform. ... Question, Answer ...
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 FreeTop 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
Top GitHub Comments
@skorunka hi - Electron 7 support is now in xplat
8.1.1
. Huge thanks to @vladimirdrayling for the repo which the electron generator now models after (including the nice additions he added 👍 ) You can review the changeset here: https://github.com/nstudio/xplat/pull/172/files@NathanWalker great! It would be nice if you add those migrations whenever a new framework version is supported in a Xplat release.