CANT INSTALL v0 ON EXISTING PROJECTS #7104
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
also just found this out, any help would be greatly appreciated :) |
Beta Was this translation helpful? Give feedback.
-
you need the components.json file which is created by the shadcn-ui init command: after this npx v0@latest init will work, atleast it did for me |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
you need the components.json file which is created by the shadcn-ui init command:
if youre using npm : npx shadcn-ui@latest init
if any other you might wanna check out : https://ui.shadcn.com/docs/components-json
after this npx v0@latest init will work, atleast it did for me