简体   繁体   English

Spree 安装错误:找不到 gem 'spree_skrill (>= 0) ruby​​'

[英]Spree Install Error: Could not find gem 'spree_skrill (>= 0) ruby'

I am new to ROR, Now i am installing Spree , these following step我是 ROR 的新手,现在我正在安装Spree ,以下步骤

gem install rails -v 3.1.4
rails new mystore
cd mystore
spree install

After that here showing this error之后在这里显示此错误

gemfile  spree
     gemfile  spree_usa_epay
     gemfile  spree_skrill
         run  bundle install from "."
Could not find gem 'spree_skrill (>= 0) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
precompiling  assets
Could not find gem 'spree_skrill (>= 0) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
gem install spree_skrill

And if, after that, you are getting "Could not find gem 'spree_usa_epay (>= 0) ruby' in the gems available on this machine."如果在那之后,您收到“在这台机器上可用的 gem 中找不到 gem 'spree_usa_epay (>= 0) ruby​​'”。

gem install spree_usa_epay

after that, I tried running >> spree install again and it worked之后,我再次尝试运行 >> spree install 并且它起作用了

In my case, I got this error can't find gem spree (>= 0.a) with executable spree (Gem::GemNotFoundException)就我而言,我收到此错误无法找到具有可执行文件狂欢 (Gem::GemNotFoundException) 的 gem 狂欢 (>= 0.a)

Then I run this command:然后我运行这个命令:

gem install spree -v '>= 0.a'

It worked...有效...

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM