jaydens-stack icon indicating copy to clipboard operation
jaydens-stack copied to clipboard

Unable to add new components

Open nooblyf opened this issue 1 year ago • 1 comments

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 into apps/web and run the shadcn CLI command, e.g. npx shadcn-svelte add accordion. This will put the new component in the packages/ui directory.

but i'm getting Configuration is missing. Please run init to create a components.json file.

nooblyf avatar Dec 17 '23 10:12 nooblyf

This use to work, but the CLI has changed quite a bit.

multiplehats avatar Mar 07 '24 08:03 multiplehats