You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we wait for it to be fixed upstream, a workaround:
Even though 2.1.0 is installed, we can use the CLI of 2.0.1
Use npx shadcn-vue@2.0.1 add ... or pnpm dlx shadcn-vue@2.0.1 add ...
Contributes
I am willing to submit a PR to fix this issue
I am willing to submit a PR with failing tests
The text was updated successfully, but these errors were encountered:
While we wait for it to be fixed upstream, a workaround:
Even though 2.1.0 is installed, we can use the CLI of 2.0.1
Use npx shadcn-vue@2.0.1 add ... or pnpm dlx shadcn-vue@2.0.1 add ...
Uh oh!
There was an error while loading. Please reload this page.
Reproduction
pnpm dlx shadcn-vue add calendar
Describe the bug
Updated to shadcn-vue latest version for Tailwind v4 support.
Current project is ported and had already some components installed.
After migration I've tried adding the Calendar components with
pnpm dlx shadcn-vue add calendar
This puts files in the root of my UI folder, instead of in the
calendar
subfolder ?Outputted files
components.json
System Info
Temporary workaround
While we wait for it to be fixed upstream, a workaround:
Even though 2.1.0 is installed, we can use the CLI of 2.0.1
Use
npx shadcn-vue@2.0.1 add ...
orpnpm dlx shadcn-vue@2.0.1 add ...
Contributes
The text was updated successfully, but these errors were encountered: