-
|
A couple of months ago I could run |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
As far as I can tell they want you to have a configured "project" - so that the settings, such as the dev command can be fetched and executed. Would be cool if a project could be initialised / configured in some other manner that didn't require an initial deploy. |
Beta Was this translation helpful? Give feedback.
-
Definitely! We are aware of this issue and are working on a way to link a project without deploying. |
Beta Was this translation helpful? Give feedback.
-
|
The canary channel has been updated with a new command, Additionally, Try it out now with Update: There's also a discussion about running |
Beta Was this translation helpful? Give feedback.
-
|
How do we run Vercel dev without any project to link to? |
Beta Was this translation helpful? Give feedback.
The canary channel has been updated with a new command,
vercel link.Additionally,
vercel devwill ask to link to a project if it is not already.Try it out now with
npm i -g vercel@latest, thanks!Update: There's also a discussion about running
vc devwithout project linking in #4925.