You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a recent update to chromedriver the URL for their CDN changed. This was fixed in v122.0.1
this repo appears to be using * in package.json for chromedriver. i'd recommend setting a specific version of that and also updating the lock files because currently they are pointing to v119
Steps to reproduce
npm i
The text was updated successfully, but these errors were encountered:
Talked a bit offline. This is related to the accessibility-checker package (not the accessibility-checker-extension package referenced). Their project had run yarn install earlier and checked in a lock file containing an older chromedriver. The accessibility-checker does not include its own lock file.
Due to the chromedriver issue mentioned in giggio/node-chromedriver#451 , the detect-chromedriver-version mechanism was failing.
This is remedied by clearing the project lock file and installing fresh to pull the latest chromedriver.
Project
accessibility-checker-extension
Browser
Chrome
Operating system
MacOS
Description
in a recent update to
chromedriver
the URL for their CDN changed. This was fixed inv122.0.1
this repo appears to be using
*
inpackage.json
forchromedriver
. i'd recommend setting a specific version of that and also updating the lock files because currently they are pointing tov119
Steps to reproduce
npm i
The text was updated successfully, but these errors were encountered: