【发布时间】:2013-02-08 16:08:47
【问题描述】:
运行 bundle install 后出现此错误:
Gem::Package::FormatError: no metadata found in /Users/jeanosorio/.rvm/gems/ruby-1.9.3-p286/cache/libv8-3.11.8.13-x86_64-darwin-12.gem
An error occurred while installing libv8 (3.11.8.13), and Bundler cannot continue.
Make sure that `gem install libv8 -v '3.11.8.13'` succeeds before bundling.
我试试
gem install libv8 -v '3.11.8.13'
但我明白了
ERROR: Error installing libv8:
invalid gem format for /Users/jeanosorio/.rvm/gems/ruby-1.9.3-p286/cache/libv8-3.11.8.13-x86_64-darwin-12.gem
这里有什么问题。请帮忙。
【问题讨论】:
-
不确定是什么问题,但我遇到了完全相同的问题。我似乎记得能够用自制软件解决它。升级到山狮推出的 Xcode 后,我在使用 libv8 时遇到了各种问题。
标签: ruby rubygems ruby-on-rails-3.2