Skip to content

Instantly share code, notes, and snippets.

@joestrong
Created January 17, 2020 18:03
Show Gist options
  • Save joestrong/4d6b9860da12f1ecc8d1a7a4357acf39 to your computer and use it in GitHub Desktop.
Save joestrong/4d6b9860da12f1ecc8d1a7a4357acf39 to your computer and use it in GitHub Desktop.
Clear caches from package managers
# 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