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.

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

github_iconTop GitHub Comments

1reaction
JCMaiscommented, Apr 12, 2020

@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. 🎉

0reactions
pranavwanicommented, Apr 6, 2020

Thanks

Try to cover the following options in testing:

Method:

  • GET
  • POST
  • HEAD

Request body

  • Multipart/form-data
  • x-www-form-urlencoded
  • JSON
  • Text
  • xml

SSL

  • Option: Curl.option.CAINFO with .PEM
  • Option: Curl.option.PROXY_CAINFO with .PEM

Proxy

  • Option: Curl.option.PROXY with https

Try to cover the options which I know.

Read more comments on GitHub >

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

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