在安裝RVM有一天,我不能再使用compass watch
盡我所能。指南針不再工作後紅寶石更新
我試過更新系統,再次安裝指南針,以及sass,都無濟於事。
這是我在終端得到的錯誤:
/Users/john/.rvm/gems/[email protected]/gems/bundler-1.3.5/lib/bundler/definition.rb:16:in `build': /Gemfile not found (Bundler::GemfileNotFound)
from /Users/john/.rvm/gems/[email protected]/gems/bundler-1.3.5/lib/bundler.rb:148:in `definition'
from /Users/john/.rvm/gems/[email protected]/gems/bundler-1.3.5/lib/bundler.rb:116:in `setup'
from /Users/john/.rvm/gems/[email protected]/gems/bundler-1.3.5/lib/bundler.rb:132:in `require'
from /Users/john/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/bin/compass:26:in `<top (required)>'
from /Users/john/.rvm/gems/ruby-2.0.0-p247/bin/compass:23:in `load'
from /Users/john/.rvm/gems/ruby-2.0.0-p247/bin/compass:23:in `<main>'
from /Users/john/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
from /Users/john/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
我已經嘗試使用bundle update sass-rails
每this question,但得到的錯誤Could not locate Gemfile
我也試圖按照the advise here無濟於事。
在這一點上,我有點失落。我對Ruby世界和RVM都是全新的,而且我不是最熟練的終端用戶。
感謝您的任何幫助或洞察力
這非常適合我 –