mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 02:21:52 -04:00
docs(readme): preferFrozenShrinkwrap option is now true by default
This commit is contained in:
committed by
Zoltan Kochan
parent
dd543f0571
commit
2ff9083d8d
@@ -72,7 +72,7 @@ Install all modules listed as dependencies in `package.json`.
|
||||
* `options.frozenShrinkwrap` - *Boolean* - `false` by default. When `true`, shrinkwrap file is not generated and installation fails if an update is needed.
|
||||
With this option, a headless installation is performed. A headless installation is ~33% faster than a regular one because it skips
|
||||
dependencies resolution and peers resolution.
|
||||
* `options.preferFrozenShrinkwrap` - *Boolean* - `false` by default. When `true`, a headless installation is performed if the shrinkwrap file
|
||||
* `options.preferFrozenShrinkwrap` - *Boolean* - `true` by default. When `true`, a headless installation is performed if the shrinkwrap file
|
||||
is up-to-date with the `package.json` file.
|
||||
|
||||
### `supi.uninstall(pkgsToUninstall, [options])`
|
||||
|
||||
Reference in New Issue
Block a user