-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm create astro@latest fails with 400 Bad Request #6276
Comments
I'm also having this issue. Is there a simple way to bypass and get it installed such as a previous version? |
Same issue here and I still dont find any way to solve it, even with previous versions |
It may be unrelated but I've just updated Node from 16 to 18 and it appears to be working now. |
Hi everyone, sorry for the issue. We're currently investigating what's happening. In the meantime, if you can't upgrade to Node 18 or higher, installing manually should work: https://docs.astro.build/en/install/manual/ Sorry for the inconvenience! |
Hi, this seems to be caused by an issue upstream with the package we use to download the template: unjs/giget#81 We'll be reverting the version in the meantime, sorry again for the inconvenience. |
What version of
astro
are you using?2.0.13
Are you using an SSR adapter? If so, which one?
N
What package manager are you using?
npm and yarn
What operating system are you using?
Mac
Describe the Bug
I wanted to try out astro, but cannot install it, since it always fails during the create process when trying to download
https://github.com/withastro/astro/archive/latest.tar.gz
This is the cli output with npm:
And with yarn it is the same. Not sure if this is related to github or astro.
Link to Minimal Reproducible Example
No reproducible applicable
Participation
The text was updated successfully, but these errors were encountered: