generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 6
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
The dependecies are to much and wrong #3
Comments
I also ran into an issue when trying to use this addon this morning as well. I am running my setup in WSL2/Linux and the Specifically:
|
Yes, same here on a GitHub Action workflow:
And while building a Docker container:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See:
storybook-i18n/package.json
Line 100 in 9cb92f6
This could break some installations with yarn, e.g. on linux because "fsevents" should never be a dependency only an optional dependency.
And why you need 889 dependencies? This clutter the lokal installations and could lead into other problems too.
The text was updated successfully, but these errors were encountered: