Error: No update available, can't quit and install
See original GitHub issue- Version: “electron-builder”: “^20.28.2”
“electron-updater”: “^3.1.1”
- Target: Mac
Recently I updated electron-builder from ^19.19.1 to the lastest version, ^19.19.1 worked very well but the lastest version failed. I see the log show follows: `
2018-08-22 17:10:01:838 info:Update has already been downloaded to /Users/mymac/Library/Application Support/MyApp/update/myapp-2.1.0.zip). 2018-08-22 17:10:01:848 warn:Error: No update available, can’t quit and install ` I saw the updates has been downloaded, but it can not be installed. Look forward to your favourable reply.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:29
- Comments:16 (1 by maintainers)
Top Results From Across the Web
electron auto updater not installing in OSx - Stack Overflow
When the user click on "Quit and Install" which calls autoUpdater.quitAndInstall() the app does not actually close (still appear as open in the ......
Read more >If an error occurred while updating or installing macOS
If an error occurred while updating or installing macOS · Check your internet connection · Install in safe mode · Install after repairing...
Read more >Error: No update available, can't quit and install - Bountysource
Error : No update available, can't quit and install.
Read more >Quick-fixes for "Mac won't update" issue - Setapp
Go to System Preferences > Software Update. If there's a MacBook update available, click Update Now. macOS update operating system Mac. In 95% ......
Read more >Fix Chrome update problems & failed updates - Google Support
Update failed (Error: 7 or 12) An error occurred while checking for updates: Download failed; This computer will no longer receive Chrome updates...
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
Glad to see I’m not the only one having this same exact issue
Yep…issue with the
3.1.x
package(s).3.0.3
works great.