简体   繁体   English

Ruby On Rails:therubyracer x86-mingw32丢失的宝石

[英]Ruby On Rails: therubyracer x86-mingw32 missing gems

when I tried to start Server with command rails -s that throw an error: 当我尝试使用引发错误的命令rails -s启动Server时:

Could not find gem 'therubyracer x86-mingw32' in any of the gem sources listed in your Gemfile. 在Gemfile中列出的任何宝石资源中找不到宝石'therubyracer x86-mingw32'。 Run bundle install to install missing gems. 运行bundle install以安装缺少的gem。

I also try with 我也尝试

gem install 
gem update ...

but no effect 但没有效果

my gem file: 我的宝石文件:

gem 'therubyracer', group: :production

I don't know why that can not run! 我不知道为什么不能运行! but run with another project is OK. 但与另一个项目一起运行可以。 how can I resolve this? 我该如何解决?

您可以运行bundle install --without production以跳过为开发而安装的gem。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到gem'rails x86-mingw32' - Could not find gem 'rails x86-mingw32' 在这台机器上可用的宝石中找不到宝石'tzinfo-data(> = 0)x86-mingw32'。 运行bundle install以安装缺少的gem - could not find gem 'tzinfo-data (>=0) x86-mingw32' in the gems available on this machine. Run bundle install to install missing gems 无法运行Rails服务器! 找不到gem'rails x86-mingw32' - Couldn't run rails server! gem 'rails x86-mingw32' not found 运行 rails 服务器时找不到 gem 'rails (= 4.2.5) x86-mingw32' - Could not find gem 'rails (= 4.2.5) x86-mingw32' when running rails server 无法运行Rails服务器,找不到Gem'rail(4.2.5.1)x86-mingw32' - Can't Run Rails Server, Could Not Find Gem 'rails(4.2.5.1) x86-mingw32' Spree安装错误“ spree(> = 0)x86-mingw32取决于thor(= 0.15.4)” - Spree install error “spree (>=0) x86-mingw32 depends on thor (=0.15.4)” 在 Gemfile 中列出的任何 gem 源中都找不到 gem 'tzinfo-data x86-mingw32'。 (Bundler::GemNotFound) - Could not find gem 'tzinfo-data x86-mingw32' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound) 找不到在轨道上运行服务器ruby的gem'byebug x64-mingw32'吗? - Could not find gem 'byebug x64-mingw32' for run server ruby on rails? 部署后缺少宝石(Ruby,Ruby on Rails,Capistrano) - Gems missing after deployment (Ruby, Ruby on Rails, Capistrano) 红宝石宝石与路轨宝石 - ruby gems vs rails gems
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM