Wednesday, March 23, 2016

Problem Installing libv8 and therubyracer on El Capitan

Error:

.rvm/gems/ruby-2.3.0@blog/gems/libv8-3.16.14.7/ext/libv8/location.rb:36:in `block in verify_installation!': libv8 did not install properly, expected binary v8 archive '/.rvm/gems/ruby-2.3.0@blog/gems/libv8-3.16.14.7/vendor/v8/out/x64.release/obj.target/tools/gyp/libv8_base.a'to exist, but it was not found (Libv8::Location::Vendor::ArchiveNotFound)

Resolution:

brew install v8
gem install libv8 -v '3.16.14.7' -- --with-system-v8
bundle update therubyracer


No comments:

Post a Comment