Skip to content
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 7.2.0 : Broken Build on clean new project #23694

Closed
Tisamu opened this issue Aug 3, 2023 · 7 comments
Closed

[Bug]: Storybook 7.2.0 : Broken Build on clean new project #23694

Tisamu opened this issue Aug 3, 2023 · 7 comments

Comments

@Tisamu
Copy link

Tisamu commented Aug 3, 2023

Describe the bug

When trying to start Storybook 7.2.0 on a fresh vite+react project, Storybook won't start, juste showing a broken build message :

To Reproduce

Create new react project with vite, install & init Storybook 7.2.0 and try to start it.

System

I can't from this computer, sorry. :/

Additional context

I'm opening a new issue but it's the same as related in #8016.

As suggested in the #8016, I just created a new issue to make the problem visible but you may close this one and re-open the #8016.

@mamadshni
Copy link

mamadshni commented Aug 3, 2023

the issue is with missing module esbuild

run npm i esbuild

@martaver
Copy link

martaver commented Aug 3, 2023

I've noticed a related problem with 7.2.0, that build errors are no longer written to Terminal, making it impossible to debug such issues. storybook writes:

WARN Broken build, fix the error above.
WARN You may need to refresh the browser.

But there's no error described 'above'.

@miljan-aleksic
Copy link

The swallowed errors have been fixed, we must wait for next release, though.

#23689

@tax-k
Copy link

tax-k commented Aug 3, 2023

I get the same issue as @Tisamu

@vanessayuenn
Copy link
Contributor

The fix for the errors getting swallowed has been released in as of 7.2.1. Can someone try it with the latest storybook version (7.2.1+) and see if they can report back with more error information? Thanks!

@github-actions
Copy link
Contributor

Hi there! Thank you for opening this issue, but it has been marked as stale because we need more information to move forward. Could you please provide us with the requested reproduction or additional information that could help us better understand the problem? We'd love to resolve this issue, but we can't do it without your help!

@github-actions github-actions bot added the Stale label Sep 23, 2023
@github-actions
Copy link
Contributor

I'm afraid we need to close this issue for now, since we can't take any action without the requested reproduction or additional information. But please don't hesitate to open a new issue if the problem persists – we're always happy to help. Thanks so much for your understanding.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

7 participants
@miljan-aleksic @martaver @vanessayuenn @mamadshni @Tisamu @tax-k and others