-
Hello, I just started to use Vite today and I was wondering when will vite plugin for vanilla-extract-css will be available with the recent vite 3.1 release ? Thanks. (For now i'm downgrading to ^2.2.3) npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/vite
npm ERR! dev vite@"^3.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^2.2.3" from @vanilla-extract/[email protected]
npm ERR! node_modules/@vanilla-extract/vite-plugin
npm ERR! @vanilla-extract/vite-plugin@"3.6.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution. |
Beta Was this translation helpful? Give feedback.
Answered by
askoufis
Oct 15, 2022
Replies: 1 comment
-
As of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
askoufis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of
@vanilla-extract/[email protected]
, thevite
peer dependency now includesvite@^3.0.0
.