You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just merged our release PR (#1240) so Starlight v0.15 with Astro 4 support should be released any second now to fix this! Thanks again for reporting and apologies for the roadbump.
What version of
starlight
are you using?0.14.0
What version of
astro
are you using?4.0.2
What package manager are you using?
npm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
The command
npm create astro@latest -- --template starlight
is not working.Steps to reproduce:
Here's how it looks like:
If you go to the directory created (successfully) and just run
npm install
it gives this error:Here's the package.json file:
This is likely caused by the fact the template is trying to fetch the latest release.
Link to Minimal Reproducible Example
https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics?file=README.md
Participation
The text was updated successfully, but these errors were encountered: