Ubuntu 12.04 LTS exact32 3.2.0-23-generic-pae ruby 2.0.0p247(2013-06-27修订版41674)[i686-linux]
我已经在Gemfile中创建了Rails(4.0.0)项目,未注释的gem'therubyracer'并运行'bundle install'。
我收到此错误:
Could not find gem 'therubyracer (~> 0.12) ruby' in the gems available on this machine. Run `bundle install` to install missing gems.
将'execjs','libv8'添加到Gemfile没有任何区别,以及在所有可能的组合中再次卸载和安装这些宝石。
答案 0 :(得分:2)
最好你可以试试bundle update
它会起作用。
答案 1 :(得分:0)
我已将therubyracer版本指定为0.12.0并且有效!