-
Notifications
You must be signed in to change notification settings - Fork 31
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 build fails (Pre-built binaries not found) #84
Comments
This seems to be affecting the entire package, not just anything related to Electron, FWIW. |
I am currently facing the same problem with a raspberry pi - error 404 as the URL in the installation process is wrong. In my case it has "arm" in the URL, which simply doesn't exsist... |
So I found out that a solution may be to build the packages by self from the sources? But this also failes on my system. |
Sorry everyone, I targeted the most popular architectures and OSes. You can see which combinations are currently supported by going to a version like v2.6.0. I may do ARM at some point but have no plans for Electron, happy to take a PR though. @erwstout which versions/processor/OS? @florianze see #9 @denniskawurek Electron is not supported for prebuilds, you'll have to follow the instructions in the node-canvas repo to make sure it can build |
When trying to build an electron application which uses the canvas module the step
fails with the following message:
When updating to the current Electron version it also fails. It seems that the package is missing.
The text was updated successfully, but these errors were encountered: