Vercel CLI
Backend & InfraDevelop. Preview. Ship.
Release History
View all versions →@vercel/static-build@2.11.131 fixThis patch release ensures that per-function `maxConcurrency` settings are correctly propagated to build outputs. It also guarantees that each Next.js route with a configured concurrency limit is placed in its own Lambda group.
@vercel/python@6.54.11 fixThis patch introduces validation for Python queue subscriber topics against build-time introspected subscriptions. The `topics` field is now optional, defaulting to all introspected subscriptions when omitted.
@vercel/passport@1.0.01 featureThe `@vercel/passport` package has been promoted to a stable 1.0.0 release, indicating a significant milestone for its stability and production readiness.
@vercel/node@5.9.3This patch release includes updates to dependencies, specifically for @vercel/build-utils.
@vercel/next@4.20.51 fixThis patch release addresses an issue with `maxConcurrency` configuration, ensuring that each Next.js route is correctly placed in its own Lambda group, even when sharing the same concurrency limit.
@vercel/nestjs@0.2.111@vercel/koa@0.1.90@vercel/hono@0.2.110@vercel/h3@0.1.116@vercel/gatsby-plugin-vercel-builder@2.2.33This patch release includes updates to dependencies, specifically for @vercel/build-utils.
@vercel/fs-detectors@6.14.3This patch release includes dependency updates for @vercel/build-utils.
@vercel/fastify@0.1.110@vercel/express@0.1.121This release includes patch updates for @vercel/node and @vercel/cervel.
@vercel/elysia@0.1.107@vercel/connect@0.6.01 featureThis minor release introduces `connectDiscordCredentials` to the eve integration, enhancing Discord bot token and application ID resolution and interaction verification with Vercel OIDC.
@vercel/client@18.2.31 fixThis patch fixes a security vulnerability where `.vercelignore`d files could be re-added during `vercel deploy --prebuilt`. It also includes dependency updates.
vercel@58.4.41 fixThis patch release triggers a new publication to include versions that were missed due to a previous failed release run.
@vercel/cervel@0.1.38@vercel/build-utils@13.36.32 fixesThis patch release includes improvements to how per-function `maxConcurrency` is handled in build outputs, ensuring each Next.js route is in its own Lambda group. It also addresses type sharing for function settings in container image builds.
@vercel/backends@0.8.30This patch release includes dependency updates for @vercel/build-utils.
@vercel/static-build@2.11.12This is a patch release for @vercel/gatsby-plugin-vercel-builder, version 2.2.32.
@vercel/node@5.9.2This patch release includes dependency updates for @vercel/build-utils.
@vercel/nestjs@0.2.110@vercel/koa@0.1.89@vercel/hono@0.2.109Common Errors
ModuleNotFoundError6 reportsThe "ModuleNotFoundError" in vercel-cli CI typically arises from missing dependencies not installed during the build process. To fix, ensure that your `package.json` accurately lists all required dependencies, and that your build process includes a `npm install` or `yarn install` step before running vercel-cli commands. Double-check that any optional dependencies crucial for CI/CD are also installed.
FetchError2 reportsFetchError in vercel-cli usually indicates network connectivity problems preventing the tool from reaching Vercel's API. To resolve it, ensure your machine has stable internet access and that no firewall or proxy settings are blocking outbound requests to `api.vercel.com`. You might also try updating vercel-cli to the latest version as newer versions often include improved error handling and retry mechanisms.
Related Backend & Infra Packages
Production-Grade Container Scheduling and Management
Node.js JavaScript runtime ✨🐢🚀✨
Promise based HTTP client for the browser and node.js
A modern runtime for JavaScript and TypeScript.
Deliver web apps with confidence 🚀
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Subscribe to Updates
Get notified when new versions are released