How to install therubyracer gem on 10.10 Yosemite?

后端 未结 18 1017
栀梦
栀梦 2020-11-30 17:21

I don\'t manage to install therubyracer gem on Yosemite 10.10.

Here is the log:

11:53  $ gem install libv8 -v \'3.16.14.3\' -- --with-system-v8


Building         


        
18条回答
  •  情歌与酒
    2020-11-30 17:59

    It seems like this has been fixed upstream. What worked for me and @aurels and @Mike Causer and @Juanda was:

    bundle update libv8
    

提交回复
热议问题