咕噜警告(grunt-contrib-compass)

我用yoeman生成器angular度来build立一个项目,现在我得到一个错误的构build。 我得到这个错误:

Running "concurrent:dist" (concurrent) task Running "coffee:dist" (coffee) task Running "coffee:test" (coffee) task Done, without errors. Elapsed time coffee:test 20ms Total 23ms Running "copy:styles" (copy) task Copied 2 files Done, without errors. Elapsed time copy:styles 29ms Total 29ms Warning: /My/Project/Directory/node_modules/grunt-contrib-compass/node_modules/tmp/lib/tmp.js:261 throw err; ^ Error: spawn EACCES at errnoException (child_process.js:980:11) at Process.ChildProcess._handle.onexit (child_process.js:771:34) Used --force, continuing. 

它似乎发生在咖啡:testing任务之后,以及如何处理grunt-contrib-compass插件。 我无法在堆栈交换中find任何帮助我的东西。

我在跑步:

grunt-cli v0.1.8

grunt v0.4.1

npm 1.3.8

节点v0.10.18

我试图更新发电机无济于事。 我希望有人能帮助我?

我有同样的错误,看起来像指南针是不是安装其他不可访问。 我做的时候变好了

 > gem install compass 

希望这可以帮助!

Interesting Posts