-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vercel dev must not recursively invoke itself. #152
Comments
I'm getting this as well, I got a bit further but added a new "start" task in package json scripts.
You can start the server by running |
I got it running locally using micro-dev which is the suggested way to run micro in development.
You also need to add the required environment variables. I used dotenv and created a
and added |
I also have this issue in a plain regular React Vite app, with the following script:
I have the same error when running I'm not sure what's recursive about it. Is the vercel cli trying to run the dev script? And why? Of course it can be fixed with using a different name for the script, but it bothers me.
|
Also running into this issue |
Guys, please check this as it is a feature. https://vercel.com/docs/errors/error-list#recursive-invocation-of-commands |
We're using "dev": "vc dev -A vercel.local.json --listen 8000" |
Hello, i've deployed a hazel server for autoupdating electron app.
But i get this error when i try to start the server locally.
vercel dev
must not recursively invoke itself. Check the Development Command in the Project Settings or thedev
script inpackage.json
The text was updated successfully, but these errors were encountered: