Unable to add new components
nooblyf opened this issue · 1 comments
nooblyf commented
I followed the instructions mentioned in the readme
Adding shadcn components
Adding new components is pretty simple, you can either manually over components to the
packages/ui
directory. Or,cd
intoapps/web
and run the shadcn CLI command, e.g.npx shadcn-svelte add accordion
. This will put the new component in thepackages/ui
directory.
but i'm getting Configuration is missing. Please run init to create a components.json file.
multiplehats commented
This use to work, but the CLI has changed quite a bit.