oven-sh / bun

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

Error on creating a Elysia app #11220

Closed engboustani closed 4 months ago

engboustani commented 4 months ago

How can we reproduce the crash?

it's happend when i want to create a new elysia app with bun create command

JavaScript/TypeScript code that reproduces the crash?

No response

Relevant log output

Fetching package.json... ============================================================
Bun v1.1.8 (89d25807) Windows x64
Args: "C:\Users\Develop22\.bun\bin\bun.exe", "create", "elysia"
Elapsed: 1208ms | User: 0ms | Sys: 0ms
RSS: 42.45MB | Peak: 42.45MB | Commit: 91.27MB | Faults: 10555

panic(thread 39112): reached unreachable code
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Stack Trace (bun.report)

Bun v1.1.8 (89d2580) on windows x86_64 [CreateCommand]

panic: reached unreachable code

Jarred-Sumner commented 4 months ago

Duplicate of https://github.com/oven-sh/bun/issues/11649

Jarred-Sumner commented 4 months ago

Tracking this in #11649. Please follow along there.