-
Notifications
You must be signed in to change notification settings - Fork 306
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
[Bug]: on bun x shadcn-vue@latest add button error did not recognize object of type "TSInterfaceHeritage" #905
Comments
it happens here too |
It occurs here as well. |
node.js v20 + pnpm as well |
It looks like |
+1 |
So far it's only Workaround: |
I also had this issue when trying to use several components, for now I did like @aphofstede and target a lower version : |
I also encountered the same problem in the project with pnpm. Another way of thinking is to load tabs successfully. |
node ➜ /project/app npx shadcn-vue@latest add sidebar
⠸ Installing sidebar...
ERROR did not recognize object of type "TSInterfaceHeritage" Just got the same issue with I am running in it
|
I got the same issue when installing the Sidebar component. While the Vue components all were created, it seems to not write the Like others have mentioned using a lower version of the CLI worked. npx [email protected] add sidebar |
I encountered the same problem with the Button and Sidebar: "did not recognize object of type 'TSInterfaceHeritage'." |
Reproduction
https://github.com/jeydi243/hasi
Describe the bug
I Initialize a new nuxt app ( bun x nuxi@latest init hasi) and follow procedure to add shacn-vue for nuxt project documentation
when i try to add component Button the error appear.
I have tried also to run :
bun x shadcn-vue@latest add button
bunx shadcn-vue@latest add button
System Info
Contributes
The text was updated successfully, but these errors were encountered: