ui icon indicating copy to clipboard operation
ui copied to clipboard

[bug]: adding components after shadcn create results in an error

Open alexisdorosz opened this issue 3 weeks ago • 0 comments

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:

  1. Initialise a new project with shadcn create using "base ui" https://ui.shadcn.com/create?base=base&iconLibrary=tabler&theme=blue

  2. 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

alexisdorosz avatar Dec 12 '25 20:12 alexisdorosz