-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: Upgrade to 7.1.0 breaks Cypress #23492
Labels
Comments
I don't think this has anything to do with Cypress. I'm getting the same error when running either
FWIW:
|
Duplicate of #22431. Please take a look at the following comment/workaround: #22431 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
My (Vue 3 & Vite) project has Storybook and Cypress installed. Renovate created an update request for Storybook to go from
7.0.27
to7.1.0
. Installing the project dependencies throws an error. Any pipeline job that uses a Cypress CLI command also fails. Here is an example of the error:To Reproduce
npx storybook@next sandbox
Vue3 Vite (TS)
vue3-vite/default-ts
)cd vue3-vite/default-ts
yarn install
yarn add -D cypress@latest
System
Additional context
No response
The text was updated successfully, but these errors were encountered: