I have a rails app and when I run bundle install
it gives me the following error:
SystemExit: exit
An error occurred while installing libv8 (3.16.14.3), and Bundler cannot continue.
Make sure that `gem install libv8 -v '3.16.14.3'` succeeds before bundling.
When I run gem install libv8 -v '3.16.14.3
, it installs without problems. Does anyone know how to fix this?