Gruntjs 使用Yeoman设置新角度项目中的问题

Gruntjs 使用Yeoman设置新角度项目中的问题,gruntjs,compass-sass,yeoman,Gruntjs,Compass Sass,Yeoman,我刚到约曼,开始了一个新项目 我安装了最新的NodeJS 64位版本(今天下载),安装了ruby,将ruby bin文件夹添加到path,并安装了compass with gem install compass --pre 我跑 npm install -g yo 我跑 yo angular 它成功了 现在我跑了 grunt serve 上面的方法也很好 现在我试着 grunt build 它无法进行构建,并给出以下错误 Running "concurrent:dist" (

我刚到约曼,开始了一个新项目

  • 我安装了最新的NodeJS 64位版本(今天下载),安装了ruby,将ruby bin文件夹添加到path,并安装了compass with

    gem install compass --pre
    
  • 我跑

    npm install -g yo
    
  • 我跑

    yo angular
    
  • 它成功了

  • 现在我跑了

    grunt serve
    
  • 上面的方法也很好

  • 现在我试着

    grunt build
    
  • 它无法进行构建,并给出以下错误

    Running "concurrent:dist" (concurrent) task
        Warning:
        E:\RemoteRepoProjects\CRM\Application\ria-crm\node_modules\grunt-contrib-com
    pass\node_modules\tmp\lib\tmp.js:261
          throw err;
                ^
        Error: spawn ENOENT
            at errnoException (child_process.js:988:11)
            at Process.ChildProcess._handle.onexit (child_process.js:779:34) Use --f
    orce to continue.
    
        Aborted due to warnings.
    

    我发现这个错误是因为最新版本的compass和sass。我尝试安装旧的稳定版本,此问题已解决。请提供版本的详细信息,并将其添加到答案中,以便将此问题标记为已回答。将有助于将来的参考。