Troubleshooting Electron 39.6.0 Tag Build Failure on Windows
It’s been quite a while since I last built Electron on Windows. Yesterday afternoon, I tried building the [email protected] tag, but it failed repeatedly. Strangely, the latest commit built without any issues. I ended up debugging it late into the night.
I tried both PowerShell and Command Prompt, rebuilt the entire source tree from scratch, and even restarted my machine — to no avail.
Reproduction Environment:
Electron 39.6.0 (tag) Windows 10/11 Tested in both PowerShell and Cmd My first suspicion was a depot_tools version issue, but @electron/build-tools updates depot_tools automatically before starting the build, so that wasn’t the culprit.