Bug-Reaper
Bug-Reaper
Is there a solution for this? I'm still getting the error after accepting the license agreement
@stephomi I'll definitely take a look at it. It's such a great tool! Probably gonna take me a while to get around to it, but I'd love to start making...
Seems like a good fix for a bug only discovered if you were already knee-deep in production implementation ➕1️⃣
Updating nugget also fixes issue https://github.com/electron/windows-installer/issues/308
Building for windows x64 on M1 MacOS via electron forge: ```stderror An unhandled rejection has occurred inside Forge: Error: Failed with exit code: 1 Output: Attempting to build package from...
Examination of `spawn-promise.js` did not yield anything interesting at a glance. Though I added extra logging and it appears we're attempting to run: ``` nuget.exe pack [temp dir]/[app name].nuspec -BasePath...
Fixed it via using a newer version of NuGet.exe : 1. Download https://dist.nuget.org/win-x86-commandline/latest/nuget.exe 2. In your project folder replace `node_modules/electron-winstaller/vendor/nuget.exe` with the exe you downloaded. 3. Re-run your build. ---...
Yikes, got linked here from an NPM install. Thanks for the heads up and sorry to hear about this -- will report back if I find anything helpful.
+1 for more examples on auto-scale config.
> @ckerr, I believe the decision during the last Ecosystem WG meeting was to merge #526 to provide the escape hatch mechanism, but otherwise close these individual upgrades to NuGet...