seek-oss / playroom

Design with JSX, powered by your own component library.
MIT License
4.45k stars 183 forks source link

Windows machine giving Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: from version 0.33.0 upwards #307

Closed tomclague closed 4 months ago

tomclague commented 6 months ago

Hi, I am running playroom from a windows machine, and have noticed from version 0.33.0 upwards, 'playroom start' gets error:

Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

Working fine with previous versions (i can revert to 0.32.1 for now). Please investigate. Windows 10 Enterprise Node 18.9.0

duncanhunter commented 4 months ago

I also have this issue on windows and can confirm downgrading to 0.32.1 resolved the error.