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:
2 Replies
The problem is most likely that Astro doesn't understand demo.json file - it will most likely work if you move over to package.json file
This was helpful, thanks!