Skip to content

Instantly share code, notes, and snippets.

@alinz
Last active December 9, 2018 18:56
Show Gist options
  • Save alinz/171259e80e69c2f27f6f0fa08a39d8ba to your computer and use it in GitHub Desktop.
Save alinz/171259e80e69c2f27f6f0fa08a39d8ba to your computer and use it in GitHub Desktop.
Brew Permission issue

run the following command:

sudo mkdir -p $(brew --prefix)/include
sudo mkdir -p $(brew --prefix)/Cellar
sudo mkdir -p $(brew --prefix)/lib
sudo mkdir -p $(brew --prefix)/opt

sudo chown -R $(whoami) $(brew --prefix)/*

for installing node and yarn run the following command

brew uninstall --force yarn
brew uninstall --force icu4c
brew uninstall --force node
brew install node
brew install yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment