无法运行closure-linter任务因为"系统无法找到路径"错误

时间:2014-08-09 18:37:43

标签: javascript gruntjs google-closure-linter

当我在Gruntfile.js中运行此任务时出现错误:The system cannot find the path specified

closureLint: {
    app:{
        closureLinterPath: '/3rdParty/closure_linter',
        command: 'gjslint',
        src: ['src/scripts/**'],
        options: {
            stdout: true,
            strict: true
      }
    }
}

我有3rdParty文件夹和closure_linter文件夹。 closure_linter包含*.py个文件。

如果这很重要,我正在使用Windows 8.

0 个答案:

没有答案