How to fix libv8 error from Gemfile on Mavericks?

前端 未结 5 1890
灰色年华
灰色年华 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:00

    Follow the below commands, this will solve the problem for sure:

    gem install rmagick -v '2.13.2'

    and then do: gem install libv8 -v 3.11.8.17 -- --with-system-v8

提交回复
热议问题