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
When you run yarn in this repo, you get an error about Electron not having pre-built binaries for your platform:
GotError [HTTPError]: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v8.5.2/electron-v8.5.2-darwin-arm64.zip
Electron 11 now has support for Apple Silicon, and then we can provide users with optimized versions of the Wallet.
I think upgrading to 11 is less important, if we can figure out how to setup a development environment on apple silicon. I'm still figuring out how to deal with this kind of thing - I'm sure it's possible.
The text was updated successfully, but these errors were encountered:
When you run
yarn
in this repo, you get an error about Electron not having pre-built binaries for your platform:Electron 11 now has support for Apple Silicon, and then we can provide users with optimized versions of the Wallet.
I think upgrading to 11 is less important, if we can figure out how to setup a development environment on apple silicon. I'm still figuring out how to deal with this kind of thing - I'm sure it's possible.
The text was updated successfully, but these errors were encountered: