gassim
(Gassim)
1
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
gassim
(Gassim)
2
It looks like I had to first run the following command:
vercel build
After that vercel dev
works.
Thanks!
pawlean
(Pauline P. Narvas)
3
Glad that this works for you now!
1 Like
system
(system)
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.