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

前端 未结 14 1813
抹茶落季
抹茶落季 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

    I noticed that when we encounter a problem:

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

    You should then install build-essential

    sudo apt install build-essential
    

    It works for me with mini_race's installation problems.

提交回复
热议问题