Skip to content

Instantly share code, notes, and snippets.

@deHelden
Forked from fernandoaleman/fix-libv8-mac.txt
Last active March 3, 2020 11:46
Show Gist options
  • Save deHelden/5aa749390e5ce45a981c50faf0691837 to your computer and use it in GitHub Desktop.
Save deHelden/5aa749390e5ce45a981c50faf0691837 to your computer and use it in GitHub Desktop.
Fixing libv8 and therubyracer on Mac
brew tap homebrew/versions
# Error: homebrew/versions was deprecated. This tap is now empty as all its formulae were migrated.
# https://github.com/mrirecon/homebrew-bart/issues/1
brew unlink v8
brew link --force v8-315
gem install therubyracer -v '0.12.2' -- --with-system-v8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment