-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Electron error when building for Aarch64 on Raspberry Pi #4135
Comments
AFAIK, you failed to download electron 7.1. electron/electron#8466 (comment) |
@ivanwonder Excuse the dumb question, but how do I download it correctly? I've spent hours trying to get it. With npm, yarn, apt, etc. Obviously the first thing that I did was do I think the error actually comes from the post-installation phase. When |
Solved on raspberry Pi4 with: |
I had the same issue, so I spent some time fixing the arm64 build: https://github.com/danacr/hyper/releases/tag/v3.0.2-arm64-fpm-1.10.2 |
How'd you fix it? Awesome!! |
This is the diff: 3.0.2...danacr:3.0.2-build Disregard the Dockerfile, I was using that for testing |
Wow, great fixes! Why didn't I try that lol |
Can you try the build from here and tell if it's working for you? |
[x ] I am on the latest Hyper.app version
[ x] I have searched the issues of this repo and believe that this is not a duplicate
Raspbian 10 (buster) (64-bit mode):
Canary:
Issue
I am trying to get Hyper working on the Raspberry Pi. This is a feature people have been asking for for years now. Trying to run
yarn run app
gives the errorSpecifically,
Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
I have attempted to do this—many times�—to no avail. Even though I can get electron installed independently with
npm install -g electron@6
Edit: I think I was able to fix the first error by replacing electron 7.1 with 6.1.7. But now I get his error when compiling for distribution
I get this error when trying to
yarn run app
:Me, and many other people, would love to have Hyper on ARM. I would appreciate all the help I can get in trying this
The text was updated successfully, but these errors were encountered: