Description
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:
`