yarn clear cache
yarn cache clean
yarn clear cache
yarn cache clean
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.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us