Skip to content
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

Hono framework create bug #9207

Closed
DomPeliniAerospike opened this issue Mar 2, 2024 · 1 comment
Closed

Hono framework create bug #9207

DomPeliniAerospike opened this issue Mar 2, 2024 · 1 comment
Labels
bug Something isn't working windows An issue that is known to occur on Windows

Comments

@DomPeliniAerospike
Copy link

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:/oven-sh/bun/issues

Additional information

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

@DomPeliniAerospike DomPeliniAerospike added the bug Something isn't working label Mar 2, 2024
@robobun robobun added the windows An issue that is known to occur on Windows label Mar 4, 2024
@paperdave
Copy link
Member

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

@paperdave paperdave closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows An issue that is known to occur on Windows
Projects
None yet
Development

No branches or pull requests

3 participants