Migrating wdio v6 to v7, getting issue for Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db #106
Replies: 1 comment
-
@sijites this seems to be unrelated to WebdriverIO. I suggest follow the instructions mentioned in the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After performing all the documented steps for v7 upgrade, getting below warn -
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db.
While performing npx browserslist@latest --update-db getting below error -
Could not resolve dependency:
npm WARN peer eslint@"^4.19.1 || ^5.3.0" from [email protected]
npm WARN node_modules/eslint-config-airbnb
npm WARN eslint-config-airbnb@"^17.1.0" from [email protected]
npm WARN node_modules/eslint-config-manulife
npm WARN
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/eslint
npm WARN peer eslint@"^4.19.1 || ^5.3.0" from [email protected]
npm WARN node_modules/eslint-config-airbnb
npm WARN eslint-config-airbnb@"^17.1.0" from [email protected]
npm WARN node_modules/eslint-config-manulife
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/eslint
Beta Was this translation helpful? Give feedback.
All reactions