Need to update Electron dependency
See original GitHub issue@JCMais Please update the electron dependency as Electron v8.0.0
is released.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Update to latest Electron version - Christian Engvall
This tutorial shows how to update an electron app to use the latest electron version.
Read more >Advanced Installation Instructions | Electron
To install prebuilt Electron binaries, use npm. The preferred method is to install Electron as a development dependency in your app:
Read more >Auto Update - electron-builder
Install electron-updater as an app dependency. · Configure publish. · Use autoUpdater from electron-updater instead of electron : JavaScript. const { autoUpdater } ......
Read more >Can I update Electron version in a project based on an ...
If yes, how do I do it? do I just run upgrade commands for all related to Electron dependencies?: yarn upgrade electron --latest....
Read more >Rebuilding native dependencies don't work for Electron 20 ...
I seem to be having the same issue when upgrading from electron 19 to 20. Rebuilding native modules fails due to c++17 not...
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
@pranavwani as soon as I can I will add more tests, for now, I’m closing this as v2.1.0 (see the release page for full changelog) has been finally released. 🎉
Thanks
Try to cover the following options in testing:
Method:
Request body
SSL
Curl.option.CAINFO
with.PEM
Curl.option.PROXY_CAINFO
with.PEM
Proxy
Curl.option.PROXY
withhttps
Try to cover the options which I know.