-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[turborepo] Cannot create starter app with create-turbo-app and throw 503 error #5868
Comments
Some issue with me. pnpm dlx create-turbo@latest
.../Library/pnpm/store/v3/tmp/dlx-90617 | +116 ++++++++++++
.../Library/pnpm/store/v3/tmp/dlx-90617 | Progress: resolved 116, reused 116, downloaded 0, added 116, done
>>> TURBOREPO
>>> Welcome to Turborepo! Let's get you set up with a new codebase.
? Where would you like to create your turborepo? ./my-turborepo
? Which package manager do you want to use? pnpm
Downloading files. This might take a moment.
>>> Unexpected error. Please report it as a bug:
av [Error]: Response code 503 (Service Unavailable)
at Uo (/Users/bjh/Library/pnpm/store/v3/tmp/dlx-90617/node_modules/.pnpm/create-turbo@1.10.13/node_modules/create-turbo/dist/cli.js:45:268)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Command.Nc (/Users/bjh/Library/pnpm/store/v3/tmp/dlx-90617/node_modules/.pnpm/create-turbo@1.10.13/node_modules/create-turbo/dist/cli.js:218:615)
at async Command.parseAsync (/Users/bjh/Library/pnpm/store/v3/tmp/dlx-90617/node_modules/.pnpm/commander@10.0.1/node_modules/commander/lib/command.js:935:5) |
Hey y'all, the first thing that does is attempt to download from GitHub. You're seeing an error caused by this: https://www.githubstatus.com/incidents/c8zjb9351hlc We need to improve our error handling in this scenario to communicate what is happening, but it was a short term exceptional state. |
Now I would like to close this issue due to the GitHub have been resolved and downloaded fine. |
have the same 503 issue, but now with post-script. nothing helps 😢
|
It's npm API issue |
What version of Turborepo are you using?
1.0.0
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
Expected Behavior
It should create a starter app.
To Reproduce
Reproduction Repo
Cannot provide cause it have not been created to use it.
The text was updated successfully, but these errors were encountered: