libv8 (3.11.8.17) bundle install error on Mac

前端 未结 6 1125
旧时难觅i
旧时难觅i 2021-02-05 08:42

I upgraded ruby to 1.9.3, and now I can\'t get my server to start. When I run bundle install, it says

An error occurred while installing libv8 (3.11.8.17), and          


        
6条回答
  •  醉梦人生
    2021-02-05 08:59

    This simple solution worked for me:

    $ gem uninstall libv8 # select "All Versions" if prompted
    $ gem install libv8
    

提交回复
热议问题