我有一个rails应用程序,当我运行bundle install
时,它会给我以下错误:
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.
当我运行gem install libv8 -v '3.16.14.3
时,它安装没有问题。有谁知道如何解决这个问题?