Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. 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
  2. An error occurred while installing libv8 (3.11.8.13), and Bundler cannot continue.
  3. Make sure that `gem install libv8 -v '3.11.8.13'` succeeds before bundling.
  4.  
  5. gem install libv8 -v '3.11.8.13'
  6.  
  7. ERROR: Error installing libv8:
  8. invalid gem format for /Users/jeanosorio/.rvm/gems/ruby-1.9.3-p286/cache/libv8-3.11.8.13-x86_64-darwin-12.gem
  9.  
  10. rm ~/.rvm/gems/ruby-1.9.3-p286/cache/libv8-3.11.8.13-x86_64-darwin-12.gem
  11. bundle install
  12.  
  13. rm -rf ~/.rvm/gems/ruby-1.9.3-p286/cache/
  14. bundle install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement