我是Yeoman的新手并开始一个新项目
我安装了最新的NodeJS 64位版本(今天下载),安装了ruby,添加了ruby bin文件夹到路径并安装了指南针
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.