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
npm warn Unknown env config "detect-chromedriver-version". This will stop working in the next major version of npm.
npm warn Unknown project config "detect_chromedriver_version". This will stop working in the next major version of npm.
The text was updated successfully, but these errors were encountered:
By reading that thread it seems that this will only be removed in Npm version 12, so I believe we should keep the default behavior until it is out, and add the new one, as recommended by this comment, made by the Team:
If anyone wants to send a PR to use the new method while keeping the old one around, and updating the readme, I'll take it. Otherwise I'll look into it in the future, but before npm v12.
Doing the suggestion from https://www.npmjs.com/package/chromedriver#user-content-detect-chromedriver-version to put detect_chromedriver_version in .npmrc warns with npm 11.2.0 as described in npm/cli#8153.
The text was updated successfully, but these errors were encountered: