EDIT: The above issue pointed me to the true cause. It is adding a components/ui folder outside of my project folder with the elements instead of in my repo. Based on the issue above, it seems this is only happening for certain components?
Describe the bug
Just tried to add the drawer using npx shadcn-vue@latest add drawer to my Nuxt3 project but it doesn't add anything.
Never had this issue with any other of the shadcn-vue components.
If I try to add it again it says it already exists, but the folder doesn't exist and the components cannot be imported without a TS error.
Reproduction
Seems related to this: https://github.com/unovue/shadcn-vue/issues/560
EDIT: The above issue pointed me to the true cause. It is adding a components/ui folder outside of my project folder with the elements instead of in my repo. Based on the issue above, it seems this is only happening for certain components?
Describe the bug
Just tried to add the drawer using
npx shadcn-vue@latest add drawer
to my Nuxt3 project but it doesn't add anything. Never had this issue with any other of the shadcn-vue components.If I try to add it again it says it already exists, but the folder doesn't exist and the components cannot be imported without a TS error.
System Info
Contributes