Replies: 1 comment
-
I'll suggest upgrading Vite as in most cases you won't be affected by the breaking changes. But if you want to use an older version instead, 0.17.1 is the last version that has Vite 3.x as a peer dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Doing
npm install [email protected] --save-dev
returns:I tried v1.0.0 to try for the oldest version of vite compatibility. The project is using
"vite": "~3.2.7",
Anyone have any tips?
Beta Was this translation helpful? Give feedback.
All reactions