You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build for Electron 33.2.0 and while executing:
npx electron-rebuild --use-electron-clang
I found the following error
An unhandled error occurred inside electron-rebuild
Failed to fetch a clang resource, run with DEBUG=electron-rebuild for more information
Error: Failed to fetch a clang resource, run with DEBUG=electron-rebuild for more information
I was trying to build for Electron 33.2.0 and while executing:
I found the following error
When debugging, I see the URL is: https://commondatastorage.googleapis.com/chromium-browser-clang/Mac_arm64/clang-llvmorg-20-init-3847-g69c43468-28.tgz, which doesn't exist, however https://commondatastorage.googleapis.com/chromium-browser-clang/Mac_arm64/clang-llvmorg-20-init-3847-g69c43468-28.tar.xz does exist, is there any way of telling electron-rebuild to use that instead?
The text was updated successfully, but these errors were encountered: