Skip to content
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

Support new chai version #36

Open
julius-d opened this issue Sep 12, 2017 · 1 comment
Open

Support new chai version #36

julius-d opened this issue Sep 12, 2017 · 1 comment

Comments

@julius-d
Copy link

Hi

When calling npm install i get the warn
npm WARN chai-webdriver@1.2.0 requires a peer of chai@>= 1 < 4 but none was installed.

We use
"chai": "4.1.2"
and
"chai-webdriver": "1.2.0"

Can you please support chai version 4.1.2.

Thanks

@vovacmig
Copy link

++++

npm i chai-webdriver
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! Found: chai@4.3.10
npm ERR! node_modules/chai
npm ERR! dev chai@"^4.3.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer chai@">= 1 < 4" from chai-webdriver@1.2.3
npm ERR! node_modules/chai-webdriver
npm ERR! chai-webdriver@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants