-
-
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]: Module not found: Error: Can't resolve 'uuid-browser/v4' #21916
Comments
The library uuid-browser doesn't support esm, so the start with webpack fails.
The library uuid-browser doesn't support esm, so the start with webpack fails.
any update to fix this issue? |
Hello, I think, we just need to wait this pull request to be approved: #22037. I hope so. |
I hope they’ll give it high priority and release a patch soon.
|
Up. The same problem, tried to update to 7.0.5 |
same here with 7.0.6 🙏🏼 |
I'd like to know if there is a temporary workaround for this, or a last stable version before 7.0.5 |
@valentinpalkovic @shilman |
@KaiHotz if i merge the PR and publish a prerelease would you be able to test it? |
I volunteer as tester, can do this asap |
@shilman yes i can test this on a published prerelease |
I can test too |
Can also confirm it's happening in v. 7.0.6. I can test too!
|
Crikey!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.1.0-alpha.8 containing PR #22037 that references this issue. Upgrade today to the
|
@shilman tested on v7.1.0-alpha.8 and all looks good, the issue is resolved. |
@KaiHotz thanks for letting me know! Will release the patch to 7.0.x today |
Son of a gun!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.7 containing PR #22037 that references this issue. Upgrade today to the
|
Thank you! |
I too, notice the issue is now gone from my demo |
Describe the bug
BREAKING CHANGE: The request 'uuid-browser/v4' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
To Reproduce
upgrade storybook to 7.0.2 version
System
Additional context
No response
The text was updated successfully, but these errors were encountered: