From 896131827bdc2ee63f69d3323ce21aa6dd45b0c7 Mon Sep 17 00:00:00 2001 From: Brad Parham Date: Fri, 4 Jun 2021 10:10:55 +0200 Subject: [PATCH] Add note to web page about relative cache paths --- lang/en/docs/cli/cache.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/docs/cli/cache.md b/lang/en/docs/cli/cache.md index 9c54b11b9..cdc62aa79 100644 --- a/lang/en/docs/cli/cache.md +++ b/lang/en/docs/cli/cache.md @@ -30,6 +30,8 @@ next time `yarn` or `yarn install` is run. Additionally, you can specify one or ### Change the cache path for yarn +> Note: If a relative path is supplied, it will be resolved to an absolute path relative to your user's home directory. + Set `cache-folder` config value to configure the cache directory. ```sh