Dependency conflict with [email protected] and Cypress 15.2.0 in CI #32600
-
Hi, I’m running into a dependency conflict when running Cypress in CI with the latest version of cypress-real-events. I already have the latest version installed, but the CI job fails with the following error: Run cypress-io/github-action@v6 npm error While resolving: [email protected] npm error Could not resolve dependency: npm error Conflicting peer dependency: [email protected] npm error Fix the upstream dependency conflict, or retry From my understanding, cypress-real-events 1.14.0 only supports up to Cypress 14.x, but I’m already on Cypress 15.3.0. Question: Is there already a release planned for cypress-real-events that supports Cypress 15.x? Or should I downgrade Cypress back to 14.x until support is added? Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@MikeMcC399 already solved my problem with below answer. Thanks Mike! |
Beta Was this translation helpful? Give feedback.
@MikeMcC399 already solved my problem with below answer. Thanks Mike!
#32570 (comment)