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 Support #12406

Closed
devhindo opened this issue Nov 27, 2024 · 1 comment
Closed

Bun Support #12406

devhindo opened this issue Nov 27, 2024 · 1 comment
Labels

Comments

@devhindo
Copy link

I'm using React Router as a...

framework

Reproduction

bun create vite my-app
chose react router v7
bun run dev

System Info

my used package is bun not in npm

Used Package Manager

npm

Expected Behavior

I'm using Bun instead on NPM and everything is working okay but this warning shows up while it shouldn't as I'm not using Node and everything is working fine. Am I missing something?

Actual Behavior

image

@devhindo devhindo added the bug label Nov 27, 2024
@drewbitt
Copy link

drewbitt commented Nov 27, 2024

You are on an old version of bun; bun now reports 22.6.0. It maintains a fake version of node in process.versions.node for compatibility reasons, and it is larger than node 20.

@timdorr timdorr closed this as completed Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants