hono
hono copied to clipboard
`deno run -A npm:create-hono@latest` doesn't exit the program
What version of Hono are you using?
4.6.5
What runtime/platform is your app running on?
Deno 2.0.2
What steps can reproduce the bug?
After running deno run -A npm:create-hono@latest
the program never exits. Here is the output
$ deno run -A npm:create-hono@latest
create-hono version 0.14.1
? Target directory my-app
? Which template do you want to use? deno
✔ Cloning the template
The application is stuck at Cloning the template
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
A bug report has been submitted at Deno - https://github.com/denoland/deno/issues/26403