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

Conflicting peer dependency with new Cypress release 13.0.0 #261

Open
the-serious-programmer opened this issue Aug 30, 2023 · 2 comments
Open

Comments

@the-serious-programmer
Copy link

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @testing-library/cypress@9.0.0
npm ERR! Found: cypress@13.0.0
npm ERR! node_modules/cypress
npm ERR!   dev cypress@"^13.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer cypress@"^12.0.0" from @testing-library/cypress@9.0.0
npm ERR! node_modules/@testing-library/cypress
npm ERR!   dev @testing-library/cypress@"^9.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: cypress@12.17.4
npm ERR! node_modules/cypress
npm ERR!   peer cypress@"^12.0.0" from @testing-library/cypress@9.0.0
npm ERR!   node_modules/@testing-library/cypress
npm ERR!     dev @testing-library/cypress@"^9.0.0" from the root project
@davereid
Copy link

This would be fixed by #259

@mahadi087
Copy link

mahadi087 commented Jan 9, 2024

Hello, upgrading to Cypress version 13 by: npm install -D cypress@13.6.2 having endless WARN and installation never completed. Any idea what it could be. Thanks in advanced.

npm WARN Could not resolve dependency:
npm WARN peerOptional cypress@">= 3 < 13" from @nrwl/cypress@15.9.2
npm WARN node_modules/@nrwl/cypress
npm WARN dev @nrwl/cypress@"15.9.2" from the root project
npm WARN 2 more (@nrwl/angular, @nrwl/storybook)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: abcxyz@0.0.0
npm WARN Found: cypress@13.6.2
npm WARN node_modules/cypress
npm WARN dev cypress@"13.6.2" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peerOptional cypress@">= 3 < 13" from @nrwl/cypress@15.9.2
npm WARN node_modules/@nrwl/cypress
npm WARN dev @nrwl/cypress@"15.9.2" from the root project
npm WARN 2 more (@nrwl/angular, @nrwl/storybook)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: abcxyz@0.0.0
npm WARN Found: cypress@13.6.2
npm WARN node_modules/cypress
npm WARN dev cypress@"13.6.2" from the root project

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

3 participants