styled-vanilla-extract icon indicating copy to clipboard operation
styled-vanilla-extract copied to clipboard

npm install vite dependency issue

Open matthewlal opened this issue 10 months ago • 0 comments

It looks like this isn't currently compatible with Vite v5 which is what I got setup when using create-qwik.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: my-qwik-site-with-visual-cms@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/vite
npm ERR!   dev vite@"^5.1.4" from the root project
npm ERR!   vite@"^5.1.4" from @builder.io/[email protected]
npm ERR!   node_modules/@builder.io/qwik
npm ERR!     dev @builder.io/qwik@"^1.5.1" from the root project
npm ERR!     peer @builder.io/qwik@">= 0.14.1" from [email protected]
npm ERR!     node_modules/styled-vanilla-extract
npm ERR!       styled-vanilla-extract@"*" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^3.2.3 || ^4" from [email protected]
npm ERR! node_modules/styled-vanilla-extract

matthewlal avatar Apr 04 '24 17:04 matthewlal