Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/52.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 捆绑安装-libv8安装_Ruby On Rails_Gem_Bundler_Libv8 - Fatal编程技术网

Ruby on rails 捆绑安装-libv8安装

Ruby on rails 捆绑安装-libv8安装,ruby-on-rails,gem,bundler,libv8,Ruby On Rails,Gem,Bundler,Libv8,我有一个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.

我有一个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
时,它的安装没有问题。有人知道如何解决这个问题吗?

试着运行$bundle exec bundle installThis[link][1]我想也有同样的问题。[1]: