0

I followed the Yeoman tutorial to the T yet it doesn't work for me.

I'm getting this error:

C:\Users\Imray\Projects\myProj\v2>grunt serve
Loading "imagemin.js" tasks...ERROR
>> Error: Cannot find module 'rimraf'
Loading "watch.js" tasks...ERROR
>> Error: Cannot find module 'lodash'

Running "serve" task
Warning: Task "watch" not found. Use --force to continue.

Aborted due to warnings.


Execution Time (2014-12-14 15:38:18 UTC)
loading tasks  9ms  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 45%
serve          9ms  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 45%
Total 20ms

Any ideas why I am getting this error and how to overcome it?

4

1 回答 1

0

看起来您没有正确安装依赖项。

执行npm installand bower install,成功完成后重试grunt serve

于 2014-12-15T08:29:06.143 回答