Grunt Serve错误,运行“罗盘:服务器”(指南针)任务错误:无效的选项: – 无相对资产

我发布了一个使用Yo创build的项目,它是一个angularJS / HTML5应用程序。 使用GitHub进行分发时,所有用户都可以设置和运行应用程序。 但是,有一个用户正在收到以下错误,我从来没有见过或经历过这个,但我需要帮助解决这个问题:

Warning: Running "compass:server" (compass) task Error: invalid option: --no-relative-assets Usage: compass compile [path/to/project] [path/to/project/src/file.sass ...] [options] Warning: Running "compass:server" (compass) task Error: invalid option: --no-relative-assets Usage: compass compile [path/to/project] [path/to/project/src/file.sass ...] [options] 

我使用npm install重新安装了节点模块,并在Mac上检查了sass和compass版本,我得到了以下结果:

 $ sass -v Sass 3.4.9 (Selective Steve) $ compass -v Compass 1.0.1 (Polaris) Copyright (c) 2008-2015 Chris Eppstein Released under the MIT License. Compass is charityware. Please make a tax deductable donation for a worthy cause: http://umdf.org/compass $ gem install bigdecimal (1.2.0) CFPropertyList (2.2.8) chunky_png (1.3.3) compass (1.0.1) compass-core (1.0.1) compass-import-once (1.0.5) ffi (1.9.6) io-console (0.4.2) json (1.7.7) libxml-ruby (2.6.0) minitest (4.3.2) multi_json (1.10.1) nokogiri (1.5.6) psych (2.0.0) rake (0.9.6) rb-fsevent (0.9.4) rb-inotify (0.9.5) rdoc (4.0.0) rubygems-update (2.4.5) sass (3.4.9) sqlite3 (1.3.7) test-unit (2.0.0.0) 

有没有人知道这里可能是什么问题? 我从来没有经历过这个,我的Compass和Sass版本与我的同事的版本是一样的。

在项目文件夹一个简单的npm update没有窍门! 我在这个问题上浪费了几个小时!