bun install --frozen-lockfile

Category: Node.js & npm/yarn

bun install --frozen-lockfile

Install exact lockfile versions with bun

Installs exactly what bun.lock records and errors if package.json disagrees, giving CI builds deterministic trees. The lockfile, bun's equivalent of package-lock.json, is never modified. Remove the flag to update it.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.