This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |