storybookjs / mdx1-csf

MDX to CSF compiler using MDXv1
MIT License
4 stars 12 forks source link

ModuleBuildError: Module build failed: UnhandledSchemeError #24

Open pedroresende opened 1 year ago

pedroresende commented 1 year ago

Describe the bug When using the package on storybook 7, on windows with legacyMdx1 enabled it will through the error

ModuleBuildError: Module build failed: UnhandledSchemeError: Reading from "C:ProjectsCodeemergnids-corecore      
ode_modules@storybookmdx1-csf
eact" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.

To Reproduce Steps to reproduce the behavior:

Install storybook 7, add the package to support mdx1

Expected behavior Simply work

tehshin commented 1 year ago

Currently in the process of migrating and I have the same issue on Windows.

koga73 commented 1 year ago

Same issue here with Storybook 7 on Windows

timomeister commented 11 months ago

Same issue with latest Storybook version on Windows. Fix would be very helpful!