From 3b2a71869289c7e33715382fe05068b6d8c876be Mon Sep 17 00:00:00 2001 From: ryan_chu Date: Sat, 29 Oct 2022 15:04:15 +0800 Subject: [PATCH] chore: update `error-codes.md` --- packages/gatsby/content/advanced/error-codes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/gatsby/content/advanced/error-codes.md b/packages/gatsby/content/advanced/error-codes.md index 27992dac7111..59efc041a5fa 100644 --- a/packages/gatsby/content/advanced/error-codes.md +++ b/packages/gatsby/content/advanced/error-codes.md @@ -404,3 +404,7 @@ Yarn failed to locate a package version that could satisfy the requested range. - The registry may not have been set properly (so Yarn is querying the public npm registry instead of your internal one) - The version may have been unpublished (although this shouldn't be possible for the public registry) + +## YN0083 - `IMPLIED_CHECK_CACHE_OPTION` + +When repository zero-install mode is enable, and yarn is run in CI environment, you need to explicitly define `--check-cache` or `--no-check-cache` option, for more information see the [install part](https://yarnpkg.com/cli/install). \ No newline at end of file