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 outdated fails #13631

Open
metaspartan opened this issue Aug 30, 2024 · 2 comments
Open

bun outdated fails #13631

metaspartan opened this issue Aug 30, 2024 · 2 comments
Labels
crash An issue that could cause a crash windows An issue that is known to occur on Windows

Comments

@metaspartan
Copy link

How can we reproduce the crash?

No response

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.27 (1bed7a7) on windows x86_64 [o]

panic: Internal Error: Do not pass posix paths to Windows APIs, was given '\packages'. Please open an issue on GitHub with a reproduction.

@metaspartan metaspartan added the crash An issue that could cause a crash label Aug 30, 2024
@github-actions github-actions bot added the windows An issue that is known to occur on Windows label Aug 30, 2024
@dylan-conway
Copy link
Collaborator

could you share your root package.json?

@jonaspm
Copy link

jonaspm commented Aug 31, 2024

same here

{ "type": "module", "dependencies": { "@elysiajs/cookie": "^0.8.0", "@elysiajs/cors": "^1.1.0", "@elysiajs/cron": "^1.1.0", "@lucia-auth/adapter-mongodb": "^1.0.3", "@surfy/geoip": "^1.0.3", "axios": "^1.7.6", "cloudinary": "^2.4.0", "elysia": "^1.1.9", "elysia-ip": "^1.0.7", "lucia": "^3.2.0", "mongoose": "^8.6.0" }, "devDependencies": { "@biomejs/biome": "^1.8.3", "@types/bun": "^1.1.8", "esbuild": "^0.23.1", "typescript": "^5.5.4" }, "trustedDependencies": [ "@biomejs/biome", "esbuild" ] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash windows An issue that is known to occur on Windows
Projects
None yet
Development

No branches or pull requests

3 participants