gulp-axe-webdriver icon indicating copy to clipboard operation
gulp-axe-webdriver copied to clipboard

Outdated Chromedriver Dependency

Open katm-ndm opened this issue 11 months ago • 0 comments

I am using macOS Sonoma 14.4 with an Apple M1 Pro Chip When running npm install on any project using gulp-axe-webdriver I am consistently getting the following error:

npm ERR! code 1
npm ERR! path /root/node_modules/gulp-axe-webdriver/node_modules/chromedriver
npm ERR! command failed
npm ERR! command sh -c node install.js
npm ERR! Only Mac 64 bits supported.

I have dependencies using a newer version of chromedriver that do not return the same errors. Perhaps updating the chromdriver dependency to a newer version could solve this issue?

katm-ndm avatar Mar 20 '24 15:03 katm-ndm