oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
72.17k stars 2.58k forks source link

Hono framework create bug #9207

Closed DomPeliniAerospike closed 4 months ago

DomPeliniAerospike commented 4 months ago

What version of Bun is running?

1.0.29-canary.51+dcf6f244a

What platform is your computer?

Microsoft Windows NT 10.0.22631.0 x64

What steps can reproduce the bug?

bun create hono my-app

What is the expected behavior?

a hono framework application is created.

What do you see instead?

PS C:\Users\dmpel\Documents> bun create hono my-app error: interpreter executable could not be found

Bun failed to remap this bin to it's proper location within node_modules. This is an indication of a corrupted node_modules directory.

Please run 'bun install --force' in the project root and try it again. If this message persists, please open an issue: https://github.com/oven-sh/bun/issues

Additional information

I did run bun install --force. It worked, but it still failed afterwards.

paperdave commented 4 months ago

Duplicate of #8795, which has a fix that will be merged soon.