由于添加了源映射支持,我正在尝试安装 sass (3.3) 的预发布版本,但它失败并出现以下错误:
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: sass requires listen (~> 0.7)
我使用了以下命令:
gem install sass --pre
到目前为止,我已经安装了 sass v3.2.8。在安装预版本之前卸载这个并没有帮助。
有任何想法吗?
还有一件事:我也想过直接从 git-repository 安装它,但我不知道我可以从哪个分支获得预版本?
我也在 sass-git-repository 的问题跟踪器上发布了这个问题:https ://github.com/nex3/sass/issues/811
编辑:我刚刚尝试使用“rake install”从 git-hub 安装主分支,但这给了我以下错误:
WARNING: vendor/listen doesn't exist, and this isn't a git repository so I can't get it automatically!
chmod -R a+rx bin
rake aborted!
Command failed with status (127): [chmod -R a+rx bin...]
C:/Users/xxx/sass-master/Rakefile:44:in `block in <top (required)>'
Tasks: TOP => install => package => permissions
(See full trace by running task with --trace)