-
Notifications
You must be signed in to change notification settings - Fork 68
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
4.7.3 version is not running #816
Comments
Hey @anagritsay, Would you be able to provide the error message / stacktrace? |
This was recently fixed in #796 we haven't published a stable version just yet. If install the |
Unfortunately, even after npm install @axe-core/cli@next -g, it is still running 4.7.2 version When are you planning to publish a stable version? |
A newer version of the cli won't necessarily fix the chromedriver issue, but will help push it to the next version. A better solve can be found in #680 wherein we provide a new error message about how to handle chromedriver version mismatches. You'll need to install chromedriver to the same location as the cli was installed (which is typically globally). Since your chrome version is listed as 115, you'll want that same version of chromedriver.
After that you can use the
That should fix the issue and allow cli to run again. |
Thank you for your answer. I have set up the chromedriver@115 version Seems that now, using @axe-core/cli@next solved the problem. |
Glad the problem is solved.
Technically the chromedriver path can be anywhere, you just need to supply the path to it. |
Product
cli
Product Version
4.7.3
Latest Version
Issue Description
Hello, I installed the last version of axe-core/cli 4.7.3. Instead of the last version, it is running the version 4.7.2, which cause the error, related with the chrome driver.
The text was updated successfully, but these errors were encountered: