Skip to content

Instantly share code, notes, and snippets.

@TerribleDev
Created April 30, 2019 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TerribleDev/a5297239b5d25dcd97a735f174f1136b to your computer and use it in GitHub Desktop.
Save TerribleDev/a5297239b5d25dcd97a735f174f1136b to your computer and use it in GitHub Desktop.
force reinstall of node
brew uninstall --ignore-dependencies node@10
brew uninstall --ignore-dependencies node
brew uninstall --ignore-dependencies yarn
brew uninstall --ignore-dependencies icu4c
brew install node@10
brew install --ignore-dependencies yarn
brew link --overwrite --force node@10
brew link --overwrite yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment