I think shadcn changed their CLI so might need to pin the version to 0.8.0?
claude-tools new-app
Welcome to Claude Tools App Creator!
? What is the name of your project? claude-artifacts
? What should we name the main component? MyComponent
? Would you like to install and use lucide-react icons? Yes
Creating a new Claude app: claude-artifacts
✔ Creating Vite app
✔ Installing dependencies
✔ Installing Tailwind CSS
✔ Configuring Vite
✔ Creating jsconfig.json
✔ Configuring shadcn-ui
✖ Initializing shadcn-ui
Error initializing shadcn-ui
Command to run manually: npx shadcn-ui@latest init --yes
I think shadcn changed their CLI so might need to pin the version to 0.8.0?