ui
ui copied to clipboard
[bug]: adding components after shadcn create results in an error
Describe the bug
It is currently not possible to add --all components after using the brand new shadcn create when selecting base ui
Affected component/components
--all
How to reproduce
Steps to reproduce:
-
Initialise a new project with shadcn create using "base ui" https://ui.shadcn.com/create?base=base&iconLibrary=tabler&theme=blue
-
Try adding new components
pnpm dlx shadcn@latest add --all
⠋ Checking registry.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
Message:
The item at https://ui.shadcn.com/r/styles/base-vega/form.json was not found. It may not exist at the registry.
Suggestion:
Check if the item name is correct and the registry URL is accessible.
Codesandbox/StackBlitz link
No response
Logs
System Info
MacOS
Before submitting
- [x] I've made research efforts and searched the documentation
- [x] I've searched for existing issues