bun install v1.2.2 (c1708ea6)
error: No version matching "^0.4.9" found for specifier "eslint-plugin-react-refresh" (but package exists)
error: eslint-plugin-react-refresh@^0.4.9 failed to resolve
Steps to Reproduce
> bun create vite
Select a framework - React
Select a variant - JavaScript + SWC
cd < project-name >
> bun install
How can I solve this error?.