You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file and data are supported by the default ESM loader. Received protocol 'virtual:'
at new NodeError (node:internal/errors:399:5)
at throwIfUnsupportedURLScheme (node:internal/modules/esm/resolve:964:11)
at defaultResolve (node:internal/modules/esm/resolve:1040:3)
at nextResolve (node:internal/modules/esm/loader:163:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:835:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:416:18)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:40)
at link (node:internal/modules/esm/module_job:75:36)
Reproduction
Sorry, don't have a minimal repo at hand.
Checkout shallow from https://github.com/SVWS-NRW/SVWS-Server/tree/dev/svws-webclient and run npm i in that dir then proceed to https://github.com/SVWS-NRW/SVWS-Server/tree/dev/svws-webclient/src/ui-components/ts to npm run story:build
Describe the bug
This message comes up when building:
Reproduction
Sorry, don't have a minimal repo at hand.
Checkout shallow from
https://github.com/SVWS-NRW/SVWS-Server/tree/dev/svws-webclient
and runnpm i
in that dir then proceed tohttps://github.com/SVWS-NRW/SVWS-Server/tree/dev/svws-webclient/src/ui-components/ts
tonpm run story:build
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: