oven-sh / bun

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

bun install <PackageName> Throws Errors #10861

Closed Bader-Idris closed 1 week ago

Bader-Idris commented 1 week ago

How can we reproduce the crash?

No response

JavaScript/TypeScript code that reproduces the crash?

No response

Relevant log output

similar errors occur when running:

bun upgrade # even with the latest version 1.1.7
bun install -g <package>
# and what mentioned in prior issues, the same address causes them: 0x7FF61037FA41

Stack Trace (bun.report)

Bun v1.1.7 (b0b7db5) on windows x86_64_baseline [InstallCommand]

Illegal instruction at address 0x7FF61037FA41

Electroid commented 1 week ago

Are you able to share the package.json you used?

Bader-Idris commented 1 week ago

Are you able to share the package.json you used?

This is an example of my package.json file used with my package. here

Although I believe it's not the cause, I think the incompatibility with my PC, the workstation HP Z600 with 64GB DDR3 RAM and two Xeon x5675 CPUs, is the cause. However, in the Ubuntu system, that issue doesn't exist on the same hardware.

Jarred-Sumner commented 1 week ago

@Bader-Idris you've already opened issues for this:

Closing as duplicate