使用Yeoman设置新Angular项目的问题

时间:2014-03-25 11:58:55

标签: gruntjs compass-sass yeoman

我是Yeoman的新手并开始一个新项目

  1. 我安装了最新的NodeJS 64位版本(今天下载),安装了ruby,添加了ruby bin文件夹到路径并安装了指南针

    gem install compass --pre
    
  2. 我跑了

    npm install -g yo
    
  3. 我跑了

    yo angular
    
  4. 这是成功的

  5. 现在我跑

    grunt serve
    
  6. 上面也可以正常使用

  7. 现在我尝试

    grunt build
    
  8. 它无法进行构建并给我以下错误

    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.
    

0 个答案:

没有答案