Gulp throw"预构建测试失败"任务执行结束时的错误

时间:2014-06-27 10:23:59

标签: javascript gulp

我正面临着Gulp的问题 在每个Gulp任务结束时我都有这个错误:

C:\dev\yo\backbone>gulp jshint
[12:03:09] Using gulpfile C:\dev\yo\backbone\gulpfile.js
[12:03:09] Starting 'jshint'...
C:\dev\yo\backbone\src\scripts\utils.js: line 3, col 30, Missing semicolon.

1 error
[12:03:11] Finished 'jshint' after 2.33 s
? pre-build test failed, compiling from source...
? pre-build test failed, compiling from source...
? pre-build test failed, compiling from source...
? pre-build test failed, compiling from source...
? Error: getaddrinfo ENOTFOUND
? Error: getaddrinfo ENOTFOUND
? pre-build test failed, compiling from source...
? Error: getaddrinfo ENOTFOUND
? Error: getaddrinfo ENOTFOUND
libpng-dev is installed

似乎有些网络操作已经启动但我不明白为什么因为任务已经完成。 我正在使用必须阻止这些网络操作的公司代理服务器。

有没有人遇到同样的问题? 是否有任何配置要设置?

提前致谢。

1 个答案:

答案 0 :(得分:0)

错误消息说“缺少分号”,你检查了吗(添加分号)?

 require('gulp-imagemin');