bun -v
1.1.26
➜ bun create hono hono_test
create-hono version 0.13.0
✔ Using target directory … hono_test
? Which template do you want to use? bun
? Do you want to install project dependencies? yes
? Which package manager do you want to use? bun
✔ Cloning the template
✔ Installing project dependencies
🎉 Copied project files
Get started with: cd hono_test
➜ cd hono_test
➜ bun run dev
$ bun run --hot src/index.ts
error: Cannot find module "hono/dist/hono.js" from "/home/sasha/IdeaProjects/hono_test/node_modules/hono/dist/index.js"
bun -v
1.1.26
➜ bun create hono hono_test
create-hono version 0.13.0
✔ Using target directory … hono_test
? Which template do you want to use? bun
? Do you want to install project dependencies? yes
? Which package manager do you want to use? bun
✔ Cloning the template
✔ Installing project dependencies
🎉 Copied project files
Get started with: cd hono_test
➜ cd hono_test
➜ bun run dev
$ bun run --hot src/index.ts
error: Cannot find module "hono/dist/hono.js" from "/home/sasha/IdeaProjects/hono_test/node_modules/hono/dist/index.js"