admin管理员组文章数量:1026989
I'm trying to install ShadCN for VueJS but I'm encountering a weird error after successful installation.
I've followed each step of the installation guide under:
Terminal/Vite says everything went successfully after step number 8.
Step 9 on the docs:
When I'm trying to add a button with: npx shadcn-vue@latest add button
in order to verify that the installation worked / use the a component
I'm encountering the followin error:
Error: did not recognize object of type "TSInterfaceHeritage"
What am I doing wrong? How can I fix it?
Thanks.
I'm trying to install ShadCN for VueJS but I'm encountering a weird error after successful installation.
I've followed each step of the installation guide under: https://www.shadcn-vue/docs/installation/vite
Terminal/Vite says everything went successfully after step number 8.
Step 9 on the docs:
When I'm trying to add a button with: npx shadcn-vue@latest add button
in order to verify that the installation worked / use the a component
I'm encountering the followin error:
Error: did not recognize object of type "TSInterfaceHeritage"
What am I doing wrong? How can I fix it?
Thanks.
Share Improve this question edited Nov 16, 2024 at 15:10 user3135691 asked Nov 16, 2024 at 14:57 user3135691user3135691 18210 bronze badges1 Answer
Reset to default 2There seems to be an ongoing issue with the latest version.
As a workaround you could install using an older version of the CLI tool:
npx [email protected] add button
I'm trying to install ShadCN for VueJS but I'm encountering a weird error after successful installation.
I've followed each step of the installation guide under:
Terminal/Vite says everything went successfully after step number 8.
Step 9 on the docs:
When I'm trying to add a button with: npx shadcn-vue@latest add button
in order to verify that the installation worked / use the a component
I'm encountering the followin error:
Error: did not recognize object of type "TSInterfaceHeritage"
What am I doing wrong? How can I fix it?
Thanks.
I'm trying to install ShadCN for VueJS but I'm encountering a weird error after successful installation.
I've followed each step of the installation guide under: https://www.shadcn-vue/docs/installation/vite
Terminal/Vite says everything went successfully after step number 8.
Step 9 on the docs:
When I'm trying to add a button with: npx shadcn-vue@latest add button
in order to verify that the installation worked / use the a component
I'm encountering the followin error:
Error: did not recognize object of type "TSInterfaceHeritage"
What am I doing wrong? How can I fix it?
Thanks.
Share Improve this question edited Nov 16, 2024 at 15:10 user3135691 asked Nov 16, 2024 at 14:57 user3135691user3135691 18210 bronze badges1 Answer
Reset to default 2There seems to be an ongoing issue with the latest version.
As a workaround you could install using an older version of the CLI tool:
npx [email protected] add button
版权声明:本文标题:vue.js - ShadCN-Vue installation - did not recognize object of type "TSInterfaceHeritage" - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745655790a2161588.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论