Created
January 17, 2020 18:03
-
-
Save joestrong/4d6b9860da12f1ecc8d1a7a4357acf39 to your computer and use it in GitHub Desktop.
Clear caches from package managers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Yay package manager | |
yay -Sc | |
# Yarn package manager | |
yarn cache clean | |
# Composer package manager | |
composer clear-cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment