Open Sooraj-Rao opened 5 days ago
same issue :
⠴ Checking registry.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
The component at https://ui.shadcn.com/r/styles/new-york/toaster.json was not found.
It may not exist at the registry. Please make sure it is a valid component.
Dear, it appears that you're trying to use toaster component. The correctcommand to install it is: npx shadcn@latest add toast
However, the command you used was toaster. It's incorrect for toast component. Please to check again. I successfully executed the install command yesterday without any issues
Same issue here. trying to add a v0-generated block:
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
The component at https://ui.shadcn.com/r/styles/new-york/toaster.json was not found.
It may not exist at the registry. Please make sure it is a valid component.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
The component at https://ui.shadcn.com/r/styles/new-york/toaster.json was not found.
It may not exist at the registry. Please make sure it is a valid component.
Getting it too, even after manually installing shadcdn
same here, manually installed and still getting that error when importing the codebase from v0
Title: Error Adding ShadCN Components - via v0-generated block
Description: When attempting to add components using the command: npx shadcn@latest add "https://v0.dev/chat/****"
the following error occurs: The component at https://ui.shadcn.com/r/styles/default/toaster.json was not found. It may not exist in the registry. Please ensure it is a valid component.
Expected Behavior: The command should execute successfully and add all listed components without errors.
Actual Behavior: The toaster component cannot be found in the registry, resulting in the command failing.
Affected component/components
Toaster
How to reproduce
Logs
System Info
Before submitting