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

bun install error on 1.1.7 #10798

Closed
jexroid opened this issue May 3, 2024 · 0 comments · Fixed by #10884
Closed

bun install error on 1.1.7 #10798

jexroid opened this issue May 3, 2024 · 0 comments · Fixed by #10884
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@jexroid
Copy link

jexroid commented May 3, 2024

How can we reproduce the crash?

i have a already downloaded the packages using npm, when I used bun install this error happend and here is the package.json:

{
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build"
    },
    "devDependencies": {
        "autoprefixer": "^10.4.18",
        "axios": "^1.6.4",
        "daisyui": "^4.7.3",
        "laravel-vite-plugin": "^1.0.0",
        "postcss": "^8.4.35",
        "tailwindcss": "^3.4.1",
        "vite": "^5.0.0"
    },
    "dependencies": {
        "gsap": "^3.12.5",
        "howler": "^2.2.4"
    }
}

Relevant log output

No response

Stack Trace (bun.report)

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

Illegal instruction at address 0x7FF7257EFA41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash An issue that could cause a crash
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant