Failed to run npx shadcn@latest add avatar #5295
YUYING-HUANG2022
started this conversation in
General
Replies: 1 comment
-
|
I solved this by downgrading the
Edit: Faced this error when installing the calendar module. Not sure if this will work for your problem. |
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.
-
I have already installed "npx shadcn@latest add datepicker" with "react-day-picker": "8.10.1" installed.


when I run " npx shadcn@latest add avatar" I got
I did use VPN which may not very stable in my area.
but if I try manual way by running "npm install @radix-ui/react-avatar"
Conflicting peer dependency: date-fns@3.6.0
it appears that two packages related to these two components have a version conflict.
what should I do?
Beta Was this translation helpful? Give feedback.
All reactions