-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to fetch registry from https://next.shadcn-svelte.com/registry #1368
Comments
I only get this when trying to upgrade utils Which components would you like to update? |
Something is clearly going wrong tho, because none of my components are actually upgraded when I did them in batches |
Ah, I don't think you can update utils like that @niemyjski. The update is for components only atm. The Here's the entire contents of utils if you want to copy paste: import { type ClassValue, clsx } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
} |
Just noticed that |
Getting the same Error trying to upgrade:
https://next.shadcn-svelte.com/registry is also not found. It worked in the morning, pretty sure :D |
Use |
Co-authored-by: AdrianGonz97 <[email protected]> fixes #1368
Describe the bug
Running npx shadcn-svelte@next update
◇ Which components would you like to update?
│ avatar, badge, button, card, checkbox, command, context-menu, dialog, dropdown-menu, form, input, label, popover, radio-group, select, separator, sheet, skeleton, sonner, switch, table, tabs, utils
│
◇ Ready to update components? (Make sure you have committed your changes before proceeding!)
│ Yes
│
└ [CLI Error]: Failed to fetch registry from https://next.shadcn-svelte.com/registry.
Reproduction
npx shadcn-svelte@next update
Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: