Replies: 6 comments 10 replies
-
Has anyone found a way to run --force or --legacy-peer-deps on the init? |
Beta Was this translation helpful? Give feedback.
-
Hello @tjhoo @rogueturnip I was able to make it work on rc using either You might also have to apply the same thing to: |
Beta Was this translation helpful? Give feedback.
-
here's the video on the same. Just in case ;) |
Beta Was this translation helpful? Give feedback.
-
npx --legacy-peer-deps shadcn@latest init will works fine |
Beta Was this translation helpful? Give feedback.
-
check the blog solve this problem |
Beta Was this translation helpful? Give feedback.
-
You have just to install this npm install tailwindcss-animate class-variance-authority clsx tailwind-merge before doing npx shadcn@latest init |
Beta Was this translation helpful? Give feedback.
-
Hi,
I encouter the following issue when installing shadcn/ui in a Next.js 15 RC.
How can we specify
--force
option when installingshadcn/ui
? Or is there a better way to workaround this?Beta Was this translation helpful? Give feedback.
All reactions