yarn cache directory
### Change the cache path for yarn
## Set cache-folder config value to configure the cache directory.
yarn config set cache-folder
## You can also specify the cache directory by flag --cache-folder:
yarn --cache-folder
## You can also specify the cache directory by environment variable YARN_CACHE_FOLDER:
YARN_CACHE_FOLDER= yarn
##Yarn will also respect cache= in .npmrc for compatibility with npm.
yarn cache directory
YARN_CACHE_FOLDER= yarn
|