当我运行“指南针手表”时,我收到了这个错误:
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
当我再次运行 compass 时,生成了 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
现在我在谷歌找不到任何解决方案。