Created
August 31, 2020 20:49
-
-
Save EdgarOrtegaRamirez/159716f83dc74c14813e20787228c1ca to your computer and use it in GitHub Desktop.
Install lib v8 v3 therubyracer
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
Works in macOS Catalina v10.15.x | |
$ brew install [email protected] | |
$ bundle config build.libv8 --with-system-v8 | |
$ bundle config build.therubyracer --with-v8-dir=$(brew --prefix [email protected]) | |
$ bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment