You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
I am using storybook @ 6.3.0-beta.2, and when trying to install @storybook/testing-react with npm 7 I get the following:
pm ERR! Found: @storybook/[email protected]
npm ERR! node_modules/@storybook/addons
npm ERR! dev @storybook/addons@"^6.3.0-beta.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @storybook/addons@"^6.0.0" from @storybook/[email protected]
npm ERR! node_modules/@storybook/testing-react
npm ERR! dev @storybook/testing-react@"*" 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.
To Reproduce
Steps to reproduce the behavior:
Install storybook beta version, use npm 7, try to install @storybook/testing-react.
Expected behavior
It should install successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I propose setting the peer dependency ranges as loosely as possible, perhaps:
Describe the bug
I am using storybook @ 6.3.0-beta.2, and when trying to install @storybook/testing-react with npm 7 I get the following:
To Reproduce
Steps to reproduce the behavior:
Install storybook beta version, use npm 7, try to install @storybook/testing-react.
Expected behavior
It should install successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I propose setting the peer dependency ranges as loosely as possible, perhaps:
The text was updated successfully, but these errors were encountered: