multiplehats/jaydens-stack

Unable to add new components

nooblyf opened this issue · 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.

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