-
Notifications
You must be signed in to change notification settings - Fork 16
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
bun create hono on Windows can't clone templates without Node.js #51
Comments
It's node compatibility issue for Bun, but it seems to be caused by readFileSync/writeFileSync below: create-hono/src/hooks/after-create.ts Lines 11 to 16 in f7ba191
|
Does this mean "node compatibility issue for Bun on Windows"? |
Yes, it does. I tried the same thing in WSL but it didn't reproduce. |
After some searching, seems like it's because of node-tar package used in giget |
Related: honojs/hono#2992
This problem does not occur if you install Node.js.
The text was updated successfully, but these errors were encountered: