找不到任务“默认”。使用--force继续grunt错误

时间:2015-10-09 13:12:27

标签: gruntjs

我遵循 HERE 上提到的所有说明来设置npmgrunt-cli并在我的项目中咕噜咕噜,现在我做了{{1}并在其中包含以下代码:

Gruntfile.js

当我从CLI导航到项目时,gruntfile位于项目的根目录中,并运行以下命令:

module.export = function(grunt) {
    grunt.registerTask('default' , ' ' , function(){
        grunt.log.write('This grunt task is pointless !');
    });     
}; 

我收到错误:

  

找不到任务“默认”。使用--force继续。

现在为什么我会收到此错误,我错过了什么?

谢谢。

亚历-Z

1 个答案:

答案 0 :(得分:4)

错字:第一行应为module.exports(注意最终s