therubyracer - Gem::Ext::BuildError: ERROR: Failed to build gem native extension

前端 未结 14 1786
抹茶落季
抹茶落季 2020-12-07 11:09

I\'m trying to install the following gem versions on Mavericks

  • libv8 (3.16.14.3)
  • therubyracer (0.12.1)

Obviously therubyracer gems depe

14条回答
  •  遥遥无期
    2020-12-07 11:12

    Try first uninstalling libv8 gem, then install rubyracer, and then libv8

    gem uninstall libv8
    gem install therubyracer
    gem install libv8 -- --with-system-v8
    

提交回复
热议问题