1 min read
With the release of vercel dev
, we provided developers with the first single-command development environment that can handle multiple services at once.
In order to open up this opportunity to an even wider range of users, we are very pleased to announce that vercel dev
supports Windows.
Supported Terminals
As of the latest version of Vercel CLI, the following terminals are supported on Windows:
Command Prompt (cmd.exe)
PowerShell (powershell.exe)
Hyper (hyper.exe)
Git BASH (bash.exe)
Just like on all the other operating systems, setting up your development server is as easy as running a single command:
No Dependencies
If you have Node.js installed, you can install Vercel CLI (and therefore vercel dev
) using npm or yarn:
npm install -g vercel
Conclusion
Our team is working hard to ensure Vercel CLI works on all the common operating systems (Linux, Windows, macOS and Alpine Linux).
Should you experience any bugs, please do not hesitate to contact our support team.