Replies: 1 comment 1 reply
-
This happened after migration from previous version. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When I try to add component with
npx shadcn-ui add select
, I get error Invald configuration found inapp/components.json
. There is my components.json -{ "$schema": "https://ui.shadcn.com/schema.json", "style": "new-york", "rsc": true, "tailwind": { "config": "tailwind.config.js", "css": "app/globals.css", "baseColor": "gray", "cssVariables": false }, "aliases": { "components": "@/components", "utils": "@/lib/utils" } }
Beta Was this translation helpful? Give feedback.
All reactions