Describe the bug
When attempting to install combobox to my project using:
npx shadcn@latest add comboxbox
I receive the following error message:
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/radix-lyra/comboxbox.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.
Affected component/components
Combobox
How to reproduce
- In terminal, make a project folder: mkdir ~/project
- Go to project's root folder: cd ~/project
- Initialize project: npx shadcn@latest init --preset b2b7PDRr5X --template vite
- Enter command: npx shadcn@latest add comboxbox
- Receive error message in terminal.
- Going to shown URL direct receives a 404.
Codesandbox/StackBlitz link
https://stackblitz.com/~/github.com/shadcn-ui/ui
Logs
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/radix-lyra/comboxbox.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.
System Info
Firefox on macOS 12.7.6 (but that's not really relevant)
Before submitting
Describe the bug
When attempting to install combobox to my project using:
npx shadcn@latest add comboxboxI receive the following error message:
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/radix-lyra/comboxbox.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.
Affected component/components
Combobox
How to reproduce
Codesandbox/StackBlitz link
https://stackblitz.com/~/github.com/shadcn-ui/ui
Logs
System Info
Firefox on macOS 12.7.6 (but that's not really relevant)Before submitting