Skip to content
← Back to Blog

Tuesday, May 7th 2019

Windows Support for `vercel dev`

Posted by

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:

Just like on all the other operating systems, setting up your development server is as easy as running a single command:

In this example, a Next.js application is run using `vercel dev`.

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.