Skip to content

Commit

Permalink
chore: update error-codes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jj811208 committed Oct 29, 2022
1 parent c9138f6 commit 3b2a718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby/content/advanced/error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 3b2a718

Please sign in to comment.