Brew Error: Permission denied – /Library/Caches
If you encounter this error while doing a brew install
, it seems that your caches folder requires ownership. Try to run the following command in your terminal:
sudo chown -R $USER /Library/Caches/Homebrew/
Have a great day!