Project running on V0 but not correct on Local

Hi all.

I am quite new to Vercel and how the development is done over here.
The application I built is fully functional on the Vercel Browser, however, I was copying the codebase link and trying to create a local deployment on my machine using cursor.

However, when I run the npx shadcn@latest xxx… it seems to try and install incorrect versions of the NextJS and React etc which do not seem to be the same being used by Vercel. It complains about compatibility issues on libraries.

What am I doing wrong?

Hi, @djpirra! Welcome. :smiley:

Happy to help you out here.

Sharing a thread in case this is helpful as you debug:

Could you clarify what you mean by copying the codebase link?

1 Like

In the web page, there is a button where you can either download a zip with the source or copy the npx shadcn… it says codebase there.

Also I realized that the link git repo, is not updated automatically with the changes I made on the web designer. Is this normal?