Large files streamed to avoid 2 GiB crash; 413 suggests --archive=tgz
@vercel/client@17.6.2
1 feature1 fixThis release1 featureNew capabilities1 fixBug fixesAI-tallied from the release notes
Patch Changes
- 5d37c78: Handle deployments containing very large files without crashing. Files larger than Node's
fs.readFilelimit (~2 GiB) are now hashed and uploaded by streaming instead of being read into a single Buffer (which threwERR_FS_FILE_TOO_LARGE— "File size ... is greater than 2 GiB"), and the CLI upload progress no longer assumes every file is held in memory. When a file still exceeds the server's per-request upload limit (HTTP 413), the CLI now suggests--archive=tgz, which uploads the deployment in smaller chunks. - Updated dependencies [7cecf55]
- @vercel/routing-utils@6.4.0
- @vercel/build-utils@13.32.1
Fetched June 25, 2026


