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
Oh I think I might understand now - the repos that fail use branch name master instead of main. The @bluwy/giget-core code that Astro uses when fetching templates defaults to main. If I change my install command to specify branch #master, it works.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
If I try to run
npm create astro@latest
with a template, it fails:I've tried a couple templates and have got the same result.
What's the expected result?
Creating from a template works, as described in the docs:
https://docs.astro.build/en/install-and-setup/#use-a-theme-or-starter-template
Link to Minimal Reproducible Example
npm create astro@latest -- --template mickasmt/astro-nomy
Participation
The text was updated successfully, but these errors were encountered: