bun
bun copied to clipboard
Bun crashed during Install
How can we reproduce the crash?
I installed with powershell as per normal and then tried "bun install" at command line after restarting prompt, this is how I produce the error
JavaScript/TypeScript code that reproduces the crash?
bun install
Relevant log output
(devika) C:\Users\LydoSr\Desktop\devika\devika\ui>bun install
bun install v1.1.7 (b0b7db5c)
🔒 Saving lockfile... ============================================================
Bun v1.1.7 (b0b7db5c) Windows x64
Args: "bun", "install"
Elapsed: 62ms | User: 0ms | Sys: 46ms
RSS: 52.40MB | Peak: 52.40MB | Commit: 92.95MB | Faults: 12971
panic(main thread): Internal assertion failure
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:
https://bun.report/1.1.7/wi1b0b7db5AAgin5L+7yuIwkz1F+oiCm7vwH05v3Dg3+jEo2+iE8pvvFq4kBA0eNrzzCtJLcpLzFFILC5OLSrJzM9TSEvMzCktSgUAiSkKPg
Stack Trace (bun.report)
Bun v1.1.7 (b0b7db5
) on windows x86_64 [InstallCommand]
panic: Internal assertion failure
-
debug.zig:373
:panicExtra
-
debug.zig:348
:panic
-
output.zig:356
:panic
-
bun.zig:3159
:assertionFailure
-
lockfile.zig:4883
:save
-
lockfile.zig:1643
:saveToDisk
-
install.zig:10880
:installWithManager
-
filter_run.zig:428
:install
-
cli.zig:1440
:start
-
cli.zig:62
:start
facing same issue, anyone got solution?
I'm also facing the same issue with 1.1.8
bun install v1.1.8 (89d25807)
🔒 Saving lockfile... ============================================================
Bun v1.1.8 (89d25807) Windows x64
Args: "bun", "install"
Elapsed: 663ms | User: 15ms | Sys: 15ms
RSS: 95.72MB | Peak: 95.72MB | Commit: 0.17GB | Faults: 23614
panic(main thread): Internal assertion failure
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:
https://bun.report/1.1.8/wi189d2580AAglq4L+g0uIwit1F+swCm/uwH0v53D0k7kE0jnjE8zqvFqg4BA0eNrzzCtJLcpLzFFILC5OLSrJzM9TSEvMzCktSgUAiSkKPg
I have the same problem. (PowerShell 7, Windows Server 2019)
I m also facing the same issue