[BUG] 'calendar-02' component not found when using 'npx shadcn-svelte@latest add calendar-02' #2239
Unanswered
Enable-Lukas
asked this question in
Help
Replies: 2 comments
-
I found issue #2200 , which describes a problem with using Tailwind v3. Maybe this is the issue; I'll try to update and test it again. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Migration to Tailwind v4 dont fixt it My new package json.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When attempting to add the calendar-02 component using the command npx shadcn-svelte@latest add calendar-02, I receive the following error message:
[CLI Error]: Registry item 'calendar-02' does not exist in the registry, nor is it a valid URL or a relative path to a registry dependency.
This indicates that the calendar-02 component cannot be found in the shadcn-svelte registry, or that the name is incorrect/the component does not exist.
My goal is to use the calendar component from the shadcn-svelte Blocks. I followed the instructions in the official documentation, specifically within the "Upgrade Guide" under the "Installing Blocks" section, where the npx script to add calendar-02 is provided.
maybe related to: #1726
Reproduction
Try to run the
npx shadcn-svelte@latest add calendar-02
commandLogs
System Info
Severity
annoyance
Beta Was this translation helpful? Give feedback.
All reactions