Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Can't install on mac m1 #485

@e1732a364fed

Description

@e1732a364fed
  • What operating system are you using?
    mac m1 Mac OS Big Sur 11.1

  • What version of Node.js is on your system?
    v15.5.1

  • My Issue:
    Error occured when running "npm install"

Error: Failed to find Electron v3.0.0 for darwin-arm64 at https://github.com/electron/electron/releases/download/v3.0.0/chromedriver-v3.0.0-darwin-arm64.zip

Activity

kevin-zx

kevin-zx commented on Feb 3, 2021

@kevin-zx

try to upgrade dependencies:
"spectron" : "^13.0.0"
"electron-packager": "^15.2.0"
"electron": "^11.2.1"

jassler

jassler commented on Mar 19, 2021

@jassler

Don't know if @kevin-zx solution worked for @hahahrfool, but it did work for me!

Only problem now is that Electron only shows a blank screen. Updating all dependencies to their latest major version also didn't change this.

screenshot of Electron showing a white frame

Dependencies:

"devDependencies": {
  "@octokit/rest": "^18.3.5",
  "chai": "^4.3.4",
  "chai-as-promised": "^7.1.1",
  "check-for-leaks": "^1.2.1",
  "devtron": "^1.4.0",
  "electron-packager": "^15.2.0",
  "electron-winstaller": "^5.0.0",
  "husky": "^5.1.3",
  "mocha": "^8.3.2",
  "npm-run-all": "^4.1.5",
  "request": "^2.70.0",
  "rimraf": "^3.0.2",
  "signcode": "^1.0.0",
  "spectron": "^14.0.0",
  "standard": "^16.0.3",
  "tap": "^14.11.0"
},
"dependencies": {
  "electron": "^12.0.1",
  "electron-log": "^4.3.2",
  "electron-settings": "^4.0.2",
  "electron-shortcut-normalizer": "^1.0.0",
  "glob": "^7.1.6",
  "highlight.js": "^10.6.0",
  "update-electron-app": "^2.0.1"
}
Mrxyy

Mrxyy commented on May 14, 2021

@Mrxyy

It's true that I have the same problem

SaadBilal

SaadBilal commented on May 19, 2021

@SaadBilal

Any workaround for M1?

vishalgoel

vishalgoel commented on Jul 1, 2021

@vishalgoel

+1

denostr

denostr commented on Jul 21, 2021

@denostr

Same problem, m1

Zero21102

Zero21102 commented on Jul 22, 2021

@Zero21102
estelanova

estelanova commented on Jul 28, 2021

@estelanova
bwangll

bwangll commented on Oct 11, 2021

@bwangll

+1
image

eugenedw

eugenedw commented on Jan 31, 2022

@eugenedw

Any solutions for this? Same issue on M1 Max

chris-pollard

chris-pollard commented on Feb 1, 2022

@chris-pollard

Yep also same issue.

swethakunda

swethakunda commented on Feb 1, 2022

@swethakunda

I am also looking for a solution for this exact issue!

swethakunda

swethakunda commented on Feb 1, 2022

@swethakunda
miki-long

miki-long commented on Nov 6, 2022

@miki-long
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @denostr@vishalgoel@eugenedw@SaadBilal@miki-long

        Issue actions

          Can't install on mac m1 · Issue #485 · electron/electron-api-demos