[Bug]: storybook init
fails in React Native when the project already has some dependencies
#25902
Labels
storybook init
fails in React Native when the project already has some dependencies
#25902
Describe the bug
Storybook init for React Native adds a combination of dependencies, which seem to be the renderer + addons + the peer dependencies of the addons:
However storybook init tries to add them at a particular version and that causes YARN2 error as they are already installed, thus storybook init fails.
These were the deps in my project which caused the failure:
To Reproduce
No response
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: