You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I'm using React Router as a...
framework
Reproduction
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
The text was updated successfully, but these errors were encountered: