-
-
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
After updating to 6.5 I get multiple dependency errors in build log #18278
Comments
Do you a have a reproduction repo you can share? If not, can you create one? See how to create a repro. We prioritize issues with reproductions over those without. Thank you! 🙏 |
I had a similar issue, although it started with
It was a nightmare to debug, but in the end I found out that my |
@sjoqvist, I love you; this was my exact bug |
I am investigating this. Looks like the I can see the CI on the |
@giantrobotbee Could you verify that the latest |
Moved from 6.5.9 to 6.5.10 and the main process still seems to identify as commonjs and does not use the esm packages: |
I'm running into what I believe is the same issue, but using relative imports (in 6.5.10). It appears to be erroneously looking for local imports in node_modules.
|
Anyone has a work around on this issue? Storybook |
I just had the same issue, and indeed the .yarnclean was overly eager to clean files. Appending |
I'm seeing this error when using Web components (Lit) + SB. Following this issue (Storybook cannot be built on packages using "type": "module" #11587) progressed me to build without errors but SB simply doesn't load content, either dev or transpired to static site. Therefore, it appears this error is an ESM implementation blocker for me, potentially others too.
|
Oh wow, so much activity I missed. I'll try again with the latest version when I get a chance. |
Describe the bug
Upgraded to 6.5 using the script. Now I have several similar errors in the build logs:
and
To Reproduce
This occurs when running
yarn storybook
to start up the app.System
but it seems to be breaking on
util
and notutils
The text was updated successfully, but these errors were encountered: