Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
If you want to set up and use shadcn/ui on the latest Next.js RC (not the stable release), the regular setup fails due to dependency issues.
You must force it with npx --force:
npx --force shadcn@latest init
Same for installing components:
npx --force shadcn@latest add button