bun icon indicating copy to clipboard operation
bun copied to clipboard

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Results 2139 bun issues
Sort by recently updated
recently updated
newest added

### What version of Bun is running? 1.2.2+c1708ea6a ### What platform is your computer? Linux 6.13.2-arch1-1 x86_64 unknown ### What steps can reproduce the bug? ```bash bunx create-medusa-app@latest my-medusa-store cd...

bug
needs triage

### What version of Bun is running? MacOS: 1.2.1+ce532901c Docker: v1.2.1 (ce532901) ### What platform is your computer? Darwin 24.2.0 arm64 arm / Docker version 27.4.0, build bde2b89 ### What...

bug
bun:test
needs investigate

### What version of Bun is running? 1.2.16+631e67484 ### What platform is your computer? Linux 6.1.0-18-amd64 x86_64 unknown ### What steps can reproduce the bug? ```javascript import { $ }...

bug
shell
confirmed bug

### How can we reproduce the crash? When running the compiled executable for my Node server, I get a segmentation fault almost every time, and with different stack traces each...

crash
macOS
single-file-executable

### What version of Bun is running? 1.2.16+631e67484 ### What platform is your computer? Microsoft Windows NT 10.0.26100.0 x64 ### What steps can reproduce the bug? Hi, I would like...

bug
jsc
confirmed bug

### `package.json` file ```json { "name": "vinfolio-v2", "version": "2.0.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "next lint" }, "dependencies": {...

crash
bun install
windows

### What version of Bun is running? 1.2.16+631e67484 ### What platform is your computer? Darwin 25.0.0 arm64 arm ### What steps can reproduce the bug? Set the `--bun` flag "globally"...

bug
cli

### How can we reproduce the crash? ![Image](https://github.com/user-attachments/assets/7da18839-e07a-4a79-82dc-b956d22093bb) ### Relevant log output ```shell ``` ### Stack Trace (bun.report) Bun v1.2.5 ([`013fddd`]()) on windows x86_64 [AutoCommand] Segmentation fault at address 0xFFFFFFFFFFFFFFFF...

crash
windows
runtime
old-version

### What is the type of issue? Documentation is incorrect ### What is the issue? Docs say that Bun creates a binary `bun.lockb` file, but since Bun 1.2 the default...

docs

### What version of Bun is running? 1.2.16, although same issue in 1.2.15 ### What platform is your computer? Linux 6.14.7-202.nobara.fc42.x86_64 x86_64 ### What steps can reproduce the bug? ```js...

bug
performance