-
Notifications
You must be signed in to change notification settings - Fork 60
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
arm64 version? #16
Comments
Electron does not yet support arm64, please subscribe to electron/electron#5706 for updates. |
I think this is relevant again, now that electron supports arm64. |
@brasilikum The logs you posted in the linked issue are pertinent here. During installation, the
In this case, you're getting a 404 response because there's no Looking at the |
Perfecto, thanks for the pointer |
Hi there,
I'm trying to build the Atom IDE on Ubuntu on an Odroid-C2 -- it's arm64 based.
It's failing because -- by the looks of the error message below -- there is no arm64 version of chromedriver v2.21. Would you please build an arm64 version?
Thanks, Phil
`odroid@odroid64:~/Downloads/atom$ script/build --create-debian-package
Node: v6.9.5
Npm: v4.1.2
Installing script dependencies
Downloading https://github.com/electron/electron/releases/download/v1.3.0/chromedriver-v2.21-linux-arm64.zip failed: Non-200 response (404)
npm ERR! Linux 3.14.79-105
npm ERR! argv "/usr/bin/node" "/home/odroid/.npm-global/bin/npm" "--loglevel=error" "install"
npm ERR! node v6.9.5
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install:
node ./download-chromedriver.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node ./download-chromedriver.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the electron-chromedriver package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./download-chromedriver.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs electron-chromedriver
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls electron-chromedriver
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
`
The text was updated successfully, but these errors were encountered: