-
-
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
[Bug]: Fresh install Storybook with Ember framework produces a ModuleNotFoundError #20653
Comments
Seems to be introduced somewhere between |
Getting the same issue. Trued this too: https://storybook.js.org/tutorials/intro-to-storybook/ember/en/get-started/. Same issue. |
Getting the same issue, rolling back to 6.5.13 works.. |
6.5.14 is the last working release, issue can be reproduced on 6.5.15 and 6.5.16 |
It's seems that we've released a bug in the |
Apparently the backport of #17843 to I dunno if I ever get time to dig into this. But is there a tutorial/docs, how to spin up storybook development environment locally? That's preventing me from even consider trying. |
Shall we start by reverting my MR? then see how we can properly mitigate this
|
👋 Getting the same issue here. |
Rolling back to |
Describe the bug
Hello 👋
First of all, thank you for all the great work you do for the community 🙏
Today, I tried a fresh install of storybook for ember framework using the following guide : https://storybook.js.org/docs/ember/get-started/install
At the step
npm run storybook
it produces this error :To Reproduce
I can't create a "reproduction" using
npx sb@next sandbox
because my issue occurs during installation. Here is what I did:System
Additional context
I also tried to bootstrap an Ember Addon rather than an Ember App. It produces the same error.
The text was updated successfully, but these errors were encountered: