Verce CLI breaks on Windows
Unanswered
Yellow-horned horntail posted this in #help-forum
Yellow-horned horntailOP
#### Description :
Context : We have set
On MacOS :
When you

On Windows :
It directly exits without letting the user to select the option :

Also notice that on Windows it tells you to do
Is there a way to tell vercel CLI that create don't pull previous project settings instead use new one with some flag ?
Tysm 🙌
Context : We have set
vercel : vercel build && vercel deploy --prebuilt in package.json script On MacOS :
When you
yarn vercel, vercel CLI prompts you to "No Project Settings found locally. Run vercel pull for retrieving them? [Y/n]"
On Windows :
It directly exits without letting the user to select the option :

Also notice that on Windows it tells you to do
vercel pull --yes instead of just vercel pull which is weirdIs there a way to tell vercel CLI that create don't pull previous project settings instead use new one with some flag ?
Tysm 🙌