Bun cannot create new Hono project on Windows #14855
Labels
bug
Something isn't working
confirmed bug
We can reproduce this issue
node.js
Compatibility with Node.js APIs
What version of Bun is running?
1.1.33+247456b67
What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
What steps can reproduce the bug?
bun --bun create hono@latest my-app
Then choose any template
What is the expected behavior?
a Hono project get initialized
What do you see instead?
Inside created project, there is only one
src
folder which is emptyAdditional information
Hono projects get initialized normally using npm
Related: honojs/hono#3551
The text was updated successfully, but these errors were encountered: