-
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
ryuapp
changed the title
bun create hono on Windows can't clone templates
bun create hono on Windows can't clone templates without Node.js
Jun 20, 2024
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related: honojs/hono#2992
This problem does not occur if you install Node.js.
The text was updated successfully, but these errors were encountered: