I just ran the setup for a new Starlight project using:
npm create astro@latest -- --template starlight
The dependencies failed to install. When I try to manually install them I get the following error:
npm error notarget No matching version found for @astrojs/starlight@^0.33.1.
However, when I go check npm, the current version shows as 0.33.0, so something is out of whack.