-
-
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
Storybook startup fails for Angular #6338
Comments
How did you reproduce this in
|
I ran I tried your above steps in your What are these commands doing extra which is not covered by yarn install and yarn storybook? Do I need to run any other bootstrap command to make it run for my local project? I am on Angular 6 |
Hmm @codeNoobie. Those commands I ran are for building storybook and getting I tried getting the
|
I faced same issue: |
Fix for issue #6338: Changed default value for sourceMap property of angulars webpack config
Yippee!! I just released https://github.com/storybooks/storybook/releases/tag/v5.1.0-alpha.31 containing PR #6535 that references this issue. Upgrade today to try it out! Because it's a pre-release you can find it on the Closing this issue. Please re-open if you think there's still more to do. |
Fix for issue #6338: Changed default value for sourceMap property of angulars webpack config
Yee-haw!! I just released https://github.com/storybooks/storybook/releases/tag/v5.0.11 containing PR #6535 that references this issue. Upgrade today to try it out! |
Describe the bug
I am trying to migrate to V5 of storybook. We are using Angular in our repo. When I start the storybook, it gives warning that it is unable to load angular-cli config.
After this, the storybook complains that it is unable to find my local library inside the story. This library is my local library which we publish from our repo.
To Reproduce
I have reproduced this issue in the storybook/example/angular-cli app as well.
Here is the error log from there.
Expected behavior
It should be able to load angular cli config and tsconfig path mapping for local angular development libraries.
System:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: