当我跑步时,bundle install
我得到
An error occurred while installing libv8 (3.11.8.17), and Bundler cannot continue.
Make sure that `gem install libv8 -v '3.11.8.17'` succeeds before bundling.
Libv8 是lunchy
和therubyracer
gems 的依赖项。
我已经锁定了我的Gemfile.lock
libv8 gem3.11.8.17
但我发现我可以将其降级为3.3.10.4
捆绑安装/更新:libv8 (therubyracer) 安装失败(带有本机扩展)
怎么做?
我还找到了工作3.11.8.17
gem,但不知道如何在我的系统上实现它。
https://github.com/cowboyd/libv8/issues/107#issuecomment-26146673