-
-
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
Error with Storybook for Ember #13761
Comments
I am seeing very similar output for a project initialized for html components Update: I fixed this by manually adding Update 2: this appears to be the same issue referenced in this migration guide for 5.x to 6.0. Likely in both of our environments we have conflicting |
@chrisdeely could be but the documentation is already updated for Storybook version 6.0. Between latest version of 6.0 and latest 6.1 something broke. |
@jonniebigodes perhaps, however my first attempt was to downgrade to 6.0 but there was no change. I'd recommend checking your |
Also a common problem with ember and storybook is to start ember first and then storybook. Try that as well. Also I'm on mobile rn, so just this tip so far. Anyway clean your node_modules is not a bad idea. |
FYI in 6.2 we've changed the way corejs is handled. might be worth trying that out #13055
|
We’re cleaning house! Storybook has changed a lot since this issue was created and we don’t know if it’s still valid. Please open a new issue referencing this one if:
|
Describe the bug
While working on some documentation for the LearnStorybook repo for Ember i'm faced with the following error when starting Storybook and Ember:
To Reproduce
Our three frontend app modalities: automated test (Qunit), component development (Storybook), and the app itself.
Expected behavior
The Storybook UI would show up and no errors in console.
System
Feel free to provide feedback. Thanks in advance
The text was updated successfully, but these errors were encountered: