javascript - Gulp throwing "pre-build test failed" errors at end of tasks execution -


i'm facing issue gulp.
@ end of every gulp task i'm having error :

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 source... ? pre-build test failed, compiling source... ? pre-build test failed, compiling source... ? pre-build test failed, compiling source... ? error: getaddrinfo enotfound ? error: getaddrinfo enotfound ? pre-build test failed, compiling source... ? error: getaddrinfo enotfound ? error: getaddrinfo enotfound libpng-dev installed 

it seems network operations launched don't understand why since task has finished. i'm working corporate proxy server must block these network operations.

has met same problem ? there configuration set ?

thanks in advance.

the error message saids "missing semicolon", did checked (add semicolon) ?

 require('gulp-imagemin'); 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -