使Sass Compass项目在CodeKit中工作时出现问题

使Sass Compass项目在CodeKit中工作时出现问题,sass,codekit,compass,Sass,Codekit,Compass,首先,我喜欢CodeKit 但我不知道如何解决我现在面临的问题,我希望其他人可能有知识来解决 我基于HTML5样板代码工具包项目创建了一个新项目 但当我尝试使用Compass编译时,我收到以下错误: Compass failed to run because your Mac has an older version of Sass and/or Compass installed that conflicts with the newer versions in CodeKit. You m

首先,我喜欢CodeKit

但我不知道如何解决我现在面临的问题,我希望其他人可能有知识来解决

我基于HTML5样板代码工具包项目创建了一个新项目

但当我尝试使用Compass编译时,我收到以下错误:

Compass failed to run because your Mac has an older version of Sass and/or Compass 
installed that conflicts with the newer versions in CodeKit. You must remove 
all versions of Sass below 3.3.rc6 and all versions of Compass below 1.0.alpha18. 
Do this at the command line by running 'sudo gem uninstall sass' and 'sudo gem 
uninstall compass'.
但是,我的Sass和Compass版本是最新的:

我试过:

  • 卸载Sass&Compass并重新安装
  • 卸载Sass&COmpass并安装错误中提到的版本
  • 清理项目并编译

不太确定从何处开始。如果您能提供任何帮助,我们将不胜感激。

您已经检查过,确定在删除gems后,没有旧版本的gems仍然存在吗?是的,我没提到。当我第一次在命令行中运行“$gem uninstall sass”时,我发现有几个其他版本可用。其中我删除了。我想一定是这样,但从那以后我还是遇到了问题。