-
-
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
yarn compatibility #542
Comments
Yarn is pretty cool. I hope this will get fixed soon. |
The fix has been merged into yarn master with yarnpkg/yarn#1276 so we're just waiting for yarn to cut a new release |
Yarn v0.17.0 has been released and it fixes this issue. All good! 🎉🎉 |
@eugene1g Thanks for keeping us updated on this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not an issue within Storybook, and I'm documenting this here purely for reference/Google-fu.
Yarn is a new alternative to NPM-cli from Facebook. There is a known issue (yarnpkg/yarn#620 and yarnpkg/yarn#709) that prevents it from fully handling scoped packages, such as
@kadira/storybook
The package gets installed, butyarn outdated
command fails witherror https://registry.yarnpkg.com/@kadira/storybook: Not found
.The Yarn issue has been reported and waiting for a fix, and until it's resolved there might be this minor frustrations for Storybook devs using Yarn.
The text was updated successfully, but these errors were encountered: