-
-
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]: "storybook-config-entry.js doesn't exist" - building Storybook 7.0.0-alpha.52 & Angular 14 Component Library #19940
Comments
We are being affected by the same using
|
Can we have some insight regarding |
Relates to #19927 (comment) ? |
I was able to get past the error above by running "npm i [email protected]" that I found here in a different issue. That got me passed the error and I was able to run storybook but now I get this error in the browser:
I have no storybook-config-entry.js file. If I search my project I get a hit here: node_modules/@storybook/builder-webpack5/dist/presets/preview-preset.js |
Getting closer: I added these to my tsconfig.json and now it spins up and I can load the sample stories. "include": [ I'll start adding some of my own components and stories and see if everything works OK. |
The underlying issue got fixed. I cannot reproduce the issue anymore. Therefore, I will close this. |
Describe the bug
In a new Angular 14 library with Storybook 7.0.0-alpha.52 - error when running "npm run storybook"
I can't find any help online for this specific issue/version.
From what I'm reading online Storybook 7.0.0-alpha.52 is the only version that works with Angular 14?
To Reproduce
System
Additional context
No response
The text was updated successfully, but these errors were encountered: