简体   繁体   English

我不能运行指南针手表

[英]I can't run compass watch

When I try I get these errors:当我尝试时,我收到这些错误:

/Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/resolver.rb:352:in `resolve': Could not find gem 'rb-fchange (>= 0) ruby' in the gems available on this machine. (Bundler::GemNotFound)
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/resolver.rb:165:in `start'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/resolver.rb:129:in `resolve'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/definition.rb:203:in `resolve'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/definition.rb:133:in `specs'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/definition.rb:178:in `specs_for'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler/runtime.rb:13:in `setup'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler.rb:127:in `setup'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451@global/gems/bundler-1.6.1/lib/bundler.rb:132:in `require'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451/gems/compass-0.12.6/bin/compass:26:in `<top (required)>'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451/bin/compass:23:in `load'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451/bin/compass:23:in `<main>'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451/bin/ruby_executable_hooks:15:in `eval'
from /Users/ivan/.rvm/gems/ruby-2.0.0-p451/bin/ruby_executable_hooks:15:in `<main>'

Which file I need to edit to detect the gem I install?我需要编辑哪个文件来检测我安装的 gem?

I fixed it.我修好了它。 RVM is working the only problem be I need to go the folder project and type: bundle install RVM 正在工作的唯一问题是我需要转到文件夹项目并键入: bundle install

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

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