Yarn Zero-Installs

Zero-Installs commit Yarn's package cache (`.yarn/cache`) into the repository alongside the `.pnp.cjs` file. Clones of the repository can start working immediately without running `yarn install`, enabling truly reproducible builds and instant CI bootstraps.

Yarn Zero-Installs is one of 10 APIs that Yarn publishes on the APIs.io network.

Tagged areas include Zero-Installs, Reproducibility, and JavaScript. The published artifact set on APIs.io includes API documentation.

API entry from apis.yml

apis.yml Raw ↑
aid: yarn-pkg:yarn-zero-installs
name: Yarn Zero-Installs
tags:
- Zero-Installs
- Reproducibility
- JavaScript
humanURL: https://yarnpkg.com/features/zero-installs
properties:
- url: https://yarnpkg.com/features/zero-installs
  type: Documentation
description: Zero-Installs commit Yarn's package cache (`.yarn/cache`) into the repository alongside the
  `.pnp.cjs` file. Clones of the repository can start working immediately without running `yarn install`,
  enabling truly reproducible builds and instant CI bootstraps.