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
I am trying to install my first component as Dialog using following command
npm i @radix-ui/react-dialog
There appears to be a dependency conflict involving @shadow-panda/preset@0.7.1 and @pandacss/dev. The error message indicates that while attempting to resolve @shadow-panda/preset@0.7.1, it found an incompatible version of @pandacss/dev installed (0.33.0), which conflicts with the version required by @shadow-panda/preset (0.15.5). Here's a simplified explanation of the error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @shadow-panda/preset@0.7.1
npm ERR! Found: @pandacss/dev@0.33.0
npm ERR! node_modules/@pandacss/dev
npm ERR! dev @pandacss/dev@"^0.33.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @pandacss/dev@"0.15.5" from @shadow-panda/preset@0.7.1
npm ERR! node_modules/@shadow-panda/preset
npm ERR! dev @shadow-panda/preset@"^0.7.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @pandacss/dev@0.15.5
npm ERR! node_modules/@pandacss/dev
npm ERR! peer @pandacss/dev@"0.15.5" from @shadow-panda/preset@0.7.1
npm ERR! node_modules/@shadow-panda/preset
npm ERR! dev @shadow-panda/preset@"^0.7.1" from the root project
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi 👋,
First of all, Thanks for great lib.
I am trying to install my first component as Dialog using following command
npm i @radix-ui/react-dialogThere appears to be a dependency conflict involving
@shadow-panda/preset@0.7.1and@pandacss/dev. The error message indicates that while attempting to resolve@shadow-panda/preset@0.7.1, it found an incompatible version of@pandacss/devinstalled (0.33.0), which conflicts with the version required by@shadow-panda/preset(0.15.5). Here's a simplified explanation of the error:Any idea of this error ? any suggestions ?
All reactions