ERR_UNSUPPORTED_ESM_URL_SCHEME when building an Astro app with React islands
After
deno task astro add react
, deno task build
fails with ERR_UNSUPPORTED_ESM_URL_SCHEME
.
All the information online points to using node or bun. I'm not entirely familiar with details of build systems. So I need help! 🙂
My deno.json looks like this:
0 Replies