「コンパスウォッチ」を実行すると、次のエラーが発生しました。
LoadError on line ["54"] of /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb: cannot load such file -- susy
Run with --trace to see the full backtrace
私はそれを修正することができました:
sudo gem update
sudo gem install susy
コンパスを再度実行すると、css ファイルが生成され、新しいエラーが発生しました。
>>> Compass is watching for changes. Press Ctrl-C to Stop.
write css/ie10_and_higher.css
write css/ie9.css
write css/style.css
D, [2015-07-31T10:36:12.805795 #5675] DEBUG -- : Celluloid 0.17.0 is running in BACKPORTED mode. [ http://git.io/vJf3J ]
ArgumentError on line ["48"] of /var/lib/gems/2.1.0/gems/celluloid-0.17.0/lib/celluloid/calls.rb: wrong number of arguments (2 for 1)
Run with --trace to see the full backtrace
そして今、私はグーグルで解決策を見つけることができません。