#starlight does not install on deno, stuck with resolving
1 messages · Page 1 of 1 (latest)
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.