-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Running "create-next-app" without permissions flags causes terminal to crash #25185
Comments
@thisisjofrank @littledivy @bartlomieju @dsherret |
Doesn't work on my machine... Once I get through all the permissions prompts it hangs on the 'would you like to use TypeScript prompt and then the entire terminal crashes In both bash and powershell on windows. |
For me, I can't reproduce it. |
Can reproduce it on my windows machine in powershell. |
@marvinhagemeister how many prompts it will accept? I believe this case not applicable, it will not actually issue, |
I ran into the scenario where I accepted all prompts individually, but was stuck at the |
deno.flags.rs.2024-08-26.14-52-52.mp4 |
deno.flags.rs.2024-08-26.14-55-51.-.Trim.mp4 |
Sounds like this is a tricky one to reproduce reliably, or the exact reproduction steps haven't been found yet. |
Even if I Y or A all permission as they prompt it still crashes at "would you like to use typescript" and the cursor can't move between, as @marvinhagemeister experienced. |
Happy to jump on a call and show you if it's helpful? |
Reproducible on macOS too |
Version: Deno 1.46.0
If I try to run
and walk through the permissions prompts, after the final prompt the program hangs and crashes the terminal.
Note:
deno run -A npm:create-next-app@latest my-next-app
runs absolutely fine.The text was updated successfully, but these errors were encountered: