#starlight does not install on deno, stuck with resolving

1 messages · Page 1 of 1 (latest)

frosty marshBOT
#

Hi @sacred salmon. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

I apologize, but there seems to be a misunderstanding in your question. Starlight, which is an Astro integration, is not typically installed directly using Deno. The command you're trying to use is not the correct way to add Starlight to an Astro project.

To add Starlight to an Astro project, you should use npm, pnpm, or Yarn. According to the Starlight Manual Setup guide, you can add Starlight using one of the following commands:

npx astro add starlight

or

pnpm astro add starlight

or

yarn astro add starlight

These commands should be run in the root directory of your existing Astro project.

If you're specifically trying to deploy an Astro site with Starlight to Deno Deploy, that's a separate process. First, you'd set up your Astro project with Starlight locally, and then you'd configure it for deployment to Deno Deploy as described in the Deploy your Astro Site to Deno guide.

If you're encountering issues with Deno itself, that's not directly related to Starlight or Astro installation. You might want to check your Deno installation or network connection if you're having problems resolving packages.

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