I have a CRA (react project) and I want to use vercel dev locally so I’m using Vercel CLI in the terminal.
When I use vercel dev, instead of working as expected, it shows the following errors:
- You can test by creating a ‘create react app’ in your vercel projects
- Clone locally
- make sure you are using latest vercel version
npm i -g vercel@latest - In the root directory of your project use vercel dev
