How to fix libv8 error from Gemfile on Mavericks?

前端 未结 5 1889
灰色年华
灰色年华 2021-02-04 05:14

When I run bundle install I get

An error occurred while installing libv8 (3.11.8.17), and Bundler cannot continue.
Make sure that `gem install libv8         


        
5条回答
  •  死守一世寂寞
    2021-02-04 06:02

    Try with

    gem "therubyracer", "~> 0.10.2" to Gemfile

    And it will install dependent gem libv8 (3.3.10.4) and the issue of build gem native extension failure got resolve.

提交回复
热议问题