We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firstly, I have to run it with --force flag as some deps don't work ok.
--force
Could this be related to being on M1 on a Mac?
npm ERR! code 1 npm ERR! path /Users/theodor/Projects/workshops/VIR/node_modules/electron-chromedriver npm ERR! command failed npm ERR! command sh -c node ./download-chromedriver.js npm ERR! node:internal/process/promises:245 npm ERR! triggerUncaughtException(err, true /* fromPromise */); npm ERR! ^ npm ERR! npm ERR! GotError [HTTPError]: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v10.0.0/chromedriver-v10.0.0-darwin-arm64.zip
The text was updated successfully, but these errors were encountered:
It could be due to the reason you said. Does the prebuilt binary work?
Sorry, something went wrong.
I can confirm that the pre-built binary works on the MacBook Air M1. It runs the intel version non-natively through Rosetta.
I had the same issue with the exact error of @theodorDiaconu , indeed updating spectron and electron did the trick. Thanks.
No branches or pull requests
Firstly, I have to run it with
--force
flag as some deps don't work ok.Could this be related to being on M1 on a Mac?
The text was updated successfully, but these errors were encountered: