diff --git a/lang/en/docs/yarnrc.md b/lang/en/docs/yarnrc.md index e13188dda..35889b946 100644 --- a/lang/en/docs/yarnrc.md +++ b/lang/en/docs/yarnrc.md @@ -60,6 +60,14 @@ Controls the number of child processes run parallely to build node modules. Setting this number to 1 will cause the node modules to be built sequentially which can avoid linker errors on windows with node-gyp. +### `unsafe-disable-integrity-migration` + +```shell +unsafe-disable-integrity-migration false +``` +Setting this to `false` will enable the `yarn.lock` checksum migration (enabling sha512 support). Causes lockfile format change. +This will be the default starting from version `2.0`. + ### CLI arguments Setting `--. ` in .yarnrc would be the same as running `yarn -- `.