-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Addons require react
peer dependencies for Vue Storybook
#1751
Comments
react
peer dependencies for Vue Storybook
You can install the react package in the root directory of your project where I wonder if we should also include that in the documentation and cli to automatically install |
|
Related: yarnpkg/yarn#2688 |
@sky790312 By the way, it looks like you're using an outdated version of yarn. Unmet peer dep should be just a warning, not an error |
Actually it isn't used in stories code, so it should be left as is. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. We do try to do some housekeeping every once in a while so inactive issues will get closed after 90 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
I use vue with stoyrbook and want to add more addons like centered, noted..etc.
I follow the step to install:
https://www.npmjs.com/package/@storybook/vue
Then I get default addons 'actions' and 'links' and example.
But when I want to install other addons, It fails without react dependency
https://github.com/storybooks/storybook/blob/afeebe035814193a9d970b6b613236b08eda2519/addons/centered/README.md
How to resolve the dependency's problem?
The text was updated successfully, but these errors were encountered: