Horje
yarn cache directory Code Example
yarn cache directory
### Change the cache path for yarn

## Set cache-folder config value to configure the cache directory.
yarn config set cache-folder <path>

## You can also specify the cache directory by flag --cache-folder:
yarn <command> --cache-folder <path>

## You can also specify the cache directory by environment variable YARN_CACHE_FOLDER:
YARN_CACHE_FOLDER=<path> yarn <command>

##Yarn will also respect cache=<path> in .npmrc for compatibility with npm.
yarn cache directory
YARN_CACHE_FOLDER=<path> yarn <command>




Shell

Related
installing git in ec2 Code Example installing git in ec2 Code Example
aws cli config profile Code Example aws cli config profile Code Example
apply gitignore after commit Code Example apply gitignore after commit Code Example
Show a Wi-Fi password with Terminal Code Example Show a Wi-Fi password with Terminal Code Example
git reset origin branch Code Example git reset origin branch Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15