#src/pages/index.astro:4:17 - error ts(2304): Cannot find name 'Deno'.

3 messages · Page 1 of 1 (latest)

mighty cove
#

src/pages/index.astro:4:17 - error ts(2304): Cannot find name 'Deno'.

elfin lodgeBOT
#

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).

If you're still facing issues, it would be helpful to provide more context or a reproducible example.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: