#src/pages/index.astro:4:17 - error ts(2304): Cannot find name 'Deno'.
3 messages · Page 1 of 1 (latest)
Hi @mighty cove. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Based on the knowledge sources provided, it seems like you're trying to use Deno in an Astro project. However, it's important to note that Astro doesn't officially support Deno in dev mode as mentioned in this Github issue (https://github.com/withastro/astro/issues/7344).
If you're trying to use the Deno adapter, there have been issues reported with it not being compatible with certain versions of Astro. For instance, the Deno adapter does not support Astro v4.1.2 as per this Github issue (https://github.com/withastro/astro/issues/9699).
Also, the Deno adapter is now managed by the Deno team, and any issues with it should be reported to them directly. You can do so at their repository here (https://github.com/denoland/deno-astro-adapter).