小编Dru*_*oob的帖子

运行罗盘钟表时参数数量错误

当我运行"罗盘手表"时,我收到此错误:

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
Run Code Online (Sandbox Code Playgroud)

我设法修复它:

sudo gem update
sudo gem install susy
Run Code Online (Sandbox Code Playgroud)

当我再次运行罗盘时,生成了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 …
Run Code Online (Sandbox Code Playgroud)

ruby ruby-on-rails celluloid compass-sass compass

12
推荐指数
1
解决办法
948
查看次数

标签 统计

celluloid ×1

compass ×1

compass-sass ×1

ruby ×1

ruby-on-rails ×1