Skip to content
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

Error: Failed to find Electron v2.0.2 for darwin-arm64 at https://github.com/electron/electron/releases/download/v2.0.2/electron-v2.0.2-darwin-arm64.zip #5655

Closed
mikemainguy opened this issue Aug 14, 2022 · 4 comments · Fixed by MozillaReality/lib-hubs#46
Labels
bug P2 Address when able

Comments

@mikemainguy
Copy link

Description
checkout master and run npm ci, receive error on mac m1:
Error: Failed to find Electron v2.0.2 for darwin-arm64 at https://github.com/electron/electron/releases/download/v2.0.2/electron-v2.0.2-darwin-arm64.zip

To Reproduce
Steps to reproduce the behavior:

  1. checkout master (hub-cloud also fails with same error)
  2. run npm ci
  3. build doesn't complete

Expected behavior
Expected command to complete

Screenshots

Hardware

  • Mac M1 (not M1 Max)

Additional context

  • Node v16.16.0
  • npm v8.11.0
@mikemainguy mikemainguy added bug needs triage For bugs that have not yet been assigned a fix priority labels Aug 14, 2022
@matthewbcool
Copy link
Contributor

Thanks for submitting.
Related:
#5603
#5621

@emclaren emclaren added P2 Address when able and removed needs triage For bugs that have not yet been assigned a fix priority labels Aug 16, 2022
@knev
Copy link

knev commented Sep 5, 2022

I'm also getting this.

@rawnsley
Copy link
Contributor

rawnsley commented Oct 12, 2022

I get this as well and the cause is a bit opaque as the electron package is not an obvious dependency of the project. I believe it is being downloaded by an installation script and that the problem has been addressed, more or less, in the root project in response to this issue. That said, I'm really not sure how to fix it or even how to identify which dependency is pulling it in.

@epleaner
Copy link

epleaner commented Nov 4, 2022

Also getting this on Mac M1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P2 Address when able
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants