node.js - VSTS Gulp build step error -


i have issue while setting build steps in vsts. use gulp generate css less files. in visual studio (task runner explorer) works fine, following build error when it's run in vsts:

gulp failed error: c:\npm\modules\gulp.cmd failed return code: 1

i tried example mentioned in the docs npm / gulp setup, didn't work me either. change applied setting path gulpfile.js. left rest untouched (npm install arguments, gulp task name, working folders, etc.) yet got error mentioned above.

any suggestions doing wrong?

here's full log of failing build step:

2016-07-11t12:07:06.7456466z set workingfolder default: c:\lr\mms\services\mms\taskagentprovisioner\tools\agents\1.102.0\tasks\gulp\0.5.24 2016-07-11t12:07:06.9966480z ##[debug]agent.workfolder=c:\a 2016-07-11t12:07:07.0176485z ##[debug]loading inputs , endpoints 2016-07-11t12:07:07.0186489z ##[debug]loading endpoint_auth_e43d0f79-1244-42ad-b28b-5b98484615e7 2016-07-11t12:07:07.0186489z ##[debug]loading endpoint_auth_parameter_e43d0f79-1244-42ad-b28b-5b98484615e7_accesstoken 2016-07-11t12:07:07.0196487z ##[debug]loading endpoint_auth_parameter_systemvssconnection_accesstoken 2016-07-11t12:07:07.0196487z ##[debug]loading endpoint_auth_scheme_e43d0f79-1244-42ad-b28b-5b98484615e7 2016-07-11t12:07:07.0206490z ##[debug]loading endpoint_auth_scheme_systemvssconnection 2016-07-11t12:07:07.0206490z ##[debug]loading endpoint_auth_systemvssconnection 2016-07-11t12:07:07.0216488z ##[debug]loading input_cwd 2016-07-11t12:07:07.0216488z ##[debug]loading input_gulpfile 2016-07-11t12:07:07.0216488z ##[debug]loading input_gulpjs 2016-07-11t12:07:07.0226488z ##[debug]loaded 9 2016-07-11t12:07:07.0226488z ##[debug]check path : c:\lr\mms\services\mms\taskagentprovisioner\tools\agents\1.102.0\tasks\gulp\0.5.24\task.json 2016-07-11t12:07:07.0236481z ##[debug]set resource file to: c:\lr\mms\services\mms\taskagentprovisioner\tools\agents\1.102.0\tasks\gulp\0.5.24\task.json 2016-07-11t12:07:07.0236481z ##[debug]system.culture=en-us 2016-07-11t12:07:07.0246486z ##[debug]gulpfile=c:\a\1\s\myproject\gulpfile.js 2016-07-11t12:07:07.0246486z ##[debug]check path : c:\a\1\s\myproject\gulpfile.js 2016-07-11t12:07:07.0256486z ##[debug]cwd=c:\a\1\s 2016-07-11t12:07:07.0256486z ##[debug]path exists: c:\a\1\s 2016-07-11t12:07:07.0276485z ##[debug]gulp=c:\npm\modules\gulp.cmd 2016-07-11t12:07:07.0276485z ##[debug]check path : c:\npm\modules\gulp.cmd 2016-07-11t12:07:07.0286476z ##[debug]targets=null 2016-07-11t12:07:07.0296489z ##[debug]c:\npm\modules\gulp.cmd arg: [] 2016-07-11t12:07:07.0296489z ##[debug]c:\npm\modules\gulp.cmd arg: --gulpfile 2016-07-11t12:07:07.0306484z ##[debug]c:\npm\modules\gulp.cmd patharg: c:\a\1\s\myproject\gulpfile.js 2016-07-11t12:07:07.0306484z ##[debug]c:\npm\modules\gulp.cmd arg: c:\a\1\s\myproject\gulpfile.js 2016-07-11t12:07:07.0316486z ##[debug]arguments=null 2016-07-11t12:07:07.0316486z ##[debug]exec tool: c:\npm\modules\gulp.cmd 2016-07-11t12:07:07.0316486z ##[debug]arguments: 2016-07-11t12:07:07.0326490z ##[debug] --gulpfile 2016-07-11t12:07:07.0326490z ##[debug] c:\a\1\s\myproject\gulpfile.js 2016-07-11t12:07:07.0336484z [command]c:\npm\modules\gulp.cmd --gulpfile c:\a\1\s\myproject\gulpfile.js 2016-07-11t12:07:07.9754363z [12:07:07] local gulp not found in c:\a\1\s\myproject 2016-07-11t12:07:07.9764358z [12:07:07] try running: npm install gulp 2016-07-11t12:07:07.9844369z ##[debug]rc:1 2016-07-11t12:07:07.9854369z ##[debug]success:false 2016-07-11t12:07:07.9874369z ##[debug]taskrunner fail 2016-07-11t12:07:07.9894368z ##[debug]task result: failed 2016-07-11t12:07:07.9964345z ##[error]gulp failed error: c:\npm\modules\gulp.cmd failed return code: 1

and content of package.json

{     "name": "package",     "version": "1.0.0",     "private": true,     "devdependencies": {         "gulp": "3.9.1",         "gulp-bower": "0.0.13",         "gulp-config": "0.3.0",         "gulp-less": "3.0.5",         "gulp-plumber": "1.1.0",         "gulp-minify-css": "1.2.4",         "gulp-watch": "4.3.5"     } } 

and log of "npm install" step

2016-07-12t09:39:02.2279747z set workingfolder default: c:\lr\mms\services\mms\taskagentprovisioner\tools\agents\1.102.0\tasks\npm\0.2.14 2016-07-12t09:39:02.9144367z ##[debug]agent.workfolder=c:\a 2016-07-12t09:39:02.9144367z ##[debug]loading inputs , endpoints 2016-07-12t09:39:02.9154360z ##[debug]loading endpoint_auth_e43d0f79-1244-42ad-b28b-5b98484615e7 2016-07-12t09:39:02.9154360z ##[debug]loading endpoint_auth_parameter_e43d0f79-1244-42ad-b28b-5b98484615e7_accesstoken 2016-07-12t09:39:02.9164387z ##[debug]loading endpoint_auth_parameter_systemvssconnection_accesstoken 2016-07-12t09:39:02.9174377z ##[debug]loading endpoint_auth_scheme_e43d0f79-1244-42ad-b28b-5b98484615e7 2016-07-12t09:39:02.9174377z ##[debug]loading endpoint_auth_scheme_systemvssconnection 2016-07-12t09:39:02.9184400z ##[debug]loading endpoint_auth_systemvssconnection 2016-07-12t09:39:02.9184400z ##[debug]loading input_command 2016-07-12t09:39:02.9194377z ##[debug]loading input_cwd 2016-07-12t09:39:02.9204364z ##[debug]loaded 8 2016-07-12t09:39:02.9204364z ##[debug]check path : c:\lr\mms\services\mms\taskagentprovisioner\tools\agents\1.102.0\tasks\npm\0.2.14\task.json 2016-07-12t09:39:02.9214362z ##[debug]set resource file to: c:\lr\mms\services\mms\taskagentprovisioner\tools\agents\1.102.0\tasks\npm\0.2.14\task.json 2016-07-12t09:39:02.9214362z ##[debug]system.culture=en-us 2016-07-12t09:39:02.9224360z ##[debug]check path : c:\program files\nodejs\npm.cmd 2016-07-12t09:39:02.9224360z ##[debug]npm=c:\program files\nodejs\npm.cmd 2016-07-12t09:39:02.9224360z ##[debug]cwd=c:\a\1\s\myproject 2016-07-12t09:39:02.9234370z ##[debug]path exists: c:\a\1\s\myproject 2016-07-12t09:39:02.9234370z ##[debug]command=install 2016-07-12t09:39:02.9244374z ##[debug]c:\program files\nodejs\npm.cmd arg: install 2016-07-12t09:39:02.9244374z ##[debug]arguments=null 2016-07-12t09:39:02.9254371z ##[debug]exec tool: c:\program files\nodejs\npm.cmd 2016-07-12t09:39:02.9254371z ##[debug]arguments: 2016-07-12t09:39:02.9503609z ##[debug] install 2016-07-12t09:39:02.9503609z [command]c:\program files\nodejs\npm.cmd install 2016-07-12t09:39:12.1720721z npm warn deprecated gulp-minify-css@1.2.4: please use gulp-clean-css 2016-07-12t09:39:15.5308118z npm warn deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 , before fail on node releases >= v7.0. please update graceful-fs@^4.0.0 possible. use 'npm ls graceful-fs' find in tree. 2016-07-12t09:39:15.6948189z npm warn deprecated minimatch@2.0.10: please update minimatch 3.0.2 or higher avoid regexp dos issue 2016-07-12t09:39:15.9905269z npm warn deprecated minimatch@0.2.14: please update minimatch 3.0.2 or higher avoid regexp dos issue 2016-07-12t09:39:16.0395266z npm warn deprecated lodash@1.0.2: lodash@<3.0.0 no longer maintained. upgrade lodash@^4.0.0. 2016-07-12t09:39:16.0945273z npm warn deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 , before fail on node releases >= v7.0. please update graceful-fs@^4.0.0 possible. use 'npm ls graceful-fs' find in tree. 2016-07-12t09:39:18.0735789z npm warn deprecated minimatch@0.3.0: please update minimatch 3.0.2 or higher avoid regexp dos issue 2016-07-12t09:39:18.1575757z npm warn deprecated lodash@2.2.1: lodash@<3.0.0 no longer maintained. upgrade lodash@^4.0.0. 2016-07-12t09:39:46.0792916z package@1.0.0 c:\a\1\s\myproject 2016-07-12t09:39:46.0792916z +-- gulp@3.9.1 2016-07-12t09:39:46.0802920z | +-- archy@1.0.0 2016-07-12t09:39:46.0802920z | +-- chalk@1.1.3 2016-07-12t09:39:46.0812919z | | +-- ansi-styles@2.2.1 2016-07-12t09:39:46.0812919z | | +-- escape-string-regexp@1.0.5 2016-07-12t09:39:46.0822926z | | +-- has-ansi@2.0.0 2016-07-12t09:39:46.0822926z | | +-- strip-ansi@3.0.1 2016-07-12t09:39:46.0832921z | | `-- supports-color@2.0.0 2016-07-12t09:39:46.0832921z | +-- deprecated@0.0.1 2016-07-12t09:39:46.0832921z | +-- gulp-util@3.0.7 2016-07-12t09:39:46.0842919z | | +-- array-differ@1.0.0 2016-07-12t09:39:46.0852917z | | +-- array-uniq@1.0.3 2016-07-12t09:39:46.0852917z | | +-- beeper@1.1.0 2016-07-12t09:39:46.0852917z | | +-- dateformat@1.0.12 2016-07-12t09:39:46.0862905z | | | +-- get-stdin@4.0.1 2016-07-12t09:39:46.0862905z | | | `-- meow@3.7.0 2016-07-12t09:39:46.0872918z | | | +-- camelcase-keys@2.1.0 2016-07-12t09:39:46.0882914z | | | | `-- camelcase@2.1.1 2016-07-12t09:39:46.0882914z | | | +-- decamelize@1.2.0 2016-07-12t09:39:46.0892921z | | | +-- loud-rejection@1.6.0 2016-07-12t09:39:46.0892921z | | | | +-- currently-unhandled@0.4.1 2016-07-12t09:39:46.0892921z | | | | | `-- array-find-index@1.0.1 2016-07-12t09:39:46.0902920z | | | | `-- signal-exit@3.0.0 2016-07-12t09:39:46.0902920z | | | +-- map-obj@1.0.1 2016-07-12t09:39:46.0912908z | | | +-- normalize-package-data@2.3.5 2016-07-12t09:39:46.0912908z | | | | +-- hosted-git-info@2.1.5 2016-07-12t09:39:46.0922912z | | | | +-- is-builtin-module@1.0.0 2016-07-12t09:39:46.0922912z | | | | | `-- builtin-modules@1.1.1 2016-07-12t09:39:46.0922912z | | | | `-- validate-npm-package-license@3.0.1 2016-07-12t09:39:46.0932925z | | | | +-- spdx-correct@1.0.2 2016-07-12t09:39:46.0932925z | | | | | `-- spdx-license-ids@1.2.1 2016-07-12t09:39:46.0942918z | | | | `-- spdx-expression-parse@1.0.2 2016-07-12t09:39:46.0942918z | | | | `-- spdx-exceptions@1.0.4 2016-07-12t09:39:46.0952912z | | | +-- object-assign@4.1.0 2016-07-12t09:39:46.0952912z | | | +-- read-pkg-up@1.0.1 2016-07-12t09:39:46.0952912z | | | | +-- find-up@1.1.2 2016-07-12t09:39:46.0962919z | | | | | +-- path-exists@2.1.0 2016-07-12t09:39:46.0962919z | | | | | `-- pinkie-promise@2.0.1 2016-07-12t09:39:46.0972983z | | | | | `-- pinkie@2.0.4 2016-07-12t09:39:46.0972983z | | | | `-- read-pkg@1.1.0 2016-07-12t09:39:46.0972983z | | | | +-- load-json-file@1.1.0 2016-07-12t09:39:46.0982914z | | | | | +-- parse-json@2.2.0 2016-07-12t09:39:46.0982914z | | | | | | `-- error-ex@1.3.0 2016-07-12t09:39:46.0992965z | | | | | | `-- is-arrayish@0.2.1 2016-07-12t09:39:46.0992965z | | | | | `-- pify@2.3.0 2016-07-12t09:39:46.0992965z | | | | `-- path-type@1.1.0 2016-07-12t09:39:46.1002917z | | | +-- redent@1.0.0 2016-07-12t09:39:46.1002917z | | | | +-- indent-string@2.1.0 2016-07-12t09:39:46.1012920z | | | | | `-- repeating@2.0.1 2016-07-12t09:39:46.1012920z | | | | | `-- is-finite@1.0.1 2016-07-12t09:39:46.1012920z | | | | `-- strip-indent@1.0.1 2016-07-12t09:39:46.1022917z | | | `-- trim-newlines@1.0.0 2016-07-12t09:39:46.1022917z | | +-- fancy-log@1.2.0 2016-07-12t09:39:46.1032910z | | | `-- time-stamp@1.0.1 2016-07-12t09:39:46.1032910z | | +-- gulplog@1.0.0 2016-07-12t09:39:46.1042906z | | | `-- glogg@1.0.0 2016-07-12t09:39:46.1042906z | | +-- has-gulplog@0.1.0 2016-07-12t09:39:46.1052907z | | | `-- sparkles@1.0.0 2016-07-12t09:39:46.1052907z | | +-- lodash._reescape@3.0.0 2016-07-12t09:39:46.1062917z | | +-- lodash._reevaluate@3.0.0 2016-07-12t09:39:46.1062917z | | +-- lodash._reinterpolate@3.0.0 2016-07-12t09:39:46.1072954z | | +-- lodash.template@3.6.2 2016-07-12t09:39:46.1072954z | | | +-- lodash._basecopy@3.0.1 2016-07-12t09:39:46.1082904z | | | +-- lodash._basetostring@3.0.1 2016-07-12t09:39:46.1082904z | | | +-- lodash._basevalues@3.0.0 2016-07-12t09:39:46.1082904z | | | +-- lodash._isiterateecall@3.0.9 2016-07-12t09:39:46.1092906z | | | +-- lodash.escape@3.2.0 2016-07-12t09:39:46.1092906z | | | | `-- lodash._root@3.0.1 2016-07-12t09:39:46.1102906z | | | +-- lodash.keys@3.1.2 2016-07-12t09:39:46.1102906z | | | | +-- lodash._getnative@3.9.1 2016-07-12t09:39:46.1112961z | | | | +-- lodash.isarguments@3.0.8 2016-07-12t09:39:46.1112961z | | | | `-- lodash.isarray@3.0.4 2016-07-12t09:39:46.1112961z | | | +-- lodash.restparam@3.6.1 2016-07-12t09:39:46.1122906z | | | `-- lodash.templatesettings@3.1.1 2016-07-12t09:39:46.1122906z | | +-- multipipe@0.1.2 2016-07-12t09:39:46.1132911z | | | `-- duplexer2@0.0.2 2016-07-12t09:39:46.1132911z | | +-- object-assign@3.0.0 2016-07-12t09:39:46.1142910z | | `-- replace-ext@0.0.1 2016-07-12t09:39:46.1142910z | +-- interpret@1.0.1 2016-07-12t09:39:46.1142910z | +-- liftoff@2.2.4 2016-07-12t09:39:46.1152910z | | +-- extend@3.0.0 2016-07-12t09:39:46.1152910z | | +-- findup-sync@0.3.0 2016-07-12t09:39:46.1162905z | | +-- flagged-respawn@0.3.2 2016-07-12t09:39:46.1162905z | | +-- rechoir@0.6.2 2016-07-12t09:39:46.1162905z | | `-- resolve@1.1.7 2016-07-12t09:39:46.1172905z | +-- minimist@1.2.0 2016-07-12t09:39:46.1172905z | +-- orchestrator@0.3.7 2016-07-12t09:39:46.1182907z | | +-- end-of-stream@0.1.5 2016-07-12t09:39:46.1182907z | | +-- sequencify@0.0.7 2016-07-12t09:39:46.1192910z | | `-- stream-consume@0.1.0 2016-07-12t09:39:46.1192910z | +-- pretty-hrtime@1.0.2 2016-07-12t09:39:46.1192910z | +-- semver@4.3.6 2016-07-12t09:39:46.1202900z | +-- tildify@1.2.0 2016-07-12t09:39:46.1202900z | | `-- os-homedir@1.0.1 2016-07-12t09:39:46.1212905z | +-- v8flags@2.0.11 2016-07-12t09:39:46.1212905z | | `-- user-home@1.1.1 2016-07-12t09:39:46.1212905z | `-- vinyl-fs@0.3.14 2016-07-12t09:39:46.1222905z | +-- defaults@1.0.3 2016-07-12t09:39:46.1222905z | +-- glob-stream@3.1.18 2016-07-12t09:39:46.1232911z | | +-- glob@4.5.3 2016-07-12t09:39:46.1232911z | | +-- minimatch@2.0.10 2016-07-12t09:39:46.1242904z | | +-- ordered-read-streams@0.1.0 2016-07-12t09:39:46.1242904z | | +-- through2@0.6.5 2016-07-12t09:39:46.1242904z | | | `-- readable-stream@1.0.34 2016-07-12t09:39:46.1252944z | | `-- unique-stream@1.0.0 2016-07-12t09:39:46.1252944z | +-- glob-watcher@0.0.6 2016-07-12t09:39:46.1262994z | | `-- gaze@0.5.2 2016-07-12t09:39:46.1262994z | | `-- globule@0.1.0 2016-07-12t09:39:46.1262994z | | +-- glob@3.1.21 2016-07-12t09:39:46.1272908z | | | +-- graceful-fs@1.2.3 2016-07-12t09:39:46.1272908z | | | `-- inherits@1.0.2 2016-07-12t09:39:46.1282913z | | +-- lodash@1.0.2 2016-07-12t09:39:46.1282913z | | `-- minimatch@0.2.14 2016-07-12t09:39:46.1292911z | +-- graceful-fs@3.0.8 2016-07-12t09:39:46.1292911z | +-- mkdirp@0.5.1 2016-07-12t09:39:46.1292911z | | `-- minimist@0.0.8 2016-07-12t09:39:46.1302923z | +-- strip-bom@1.0.0 2016-07-12t09:39:46.1302923z | | +-- first-chunk-stream@1.0.0 2016-07-12t09:39:46.1312908z | | `-- is-utf8@0.2.1 2016-07-12t09:39:46.1312908z | +-- through2@0.6.5 2016-07-12t09:39:46.1312908z | | `-- readable-stream@1.0.34 2016-07-12t09:39:46.1322909z | `-- vinyl@0.4.6 2016-07-12t09:39:46.1322909z | `-- clone@0.2.0 2016-07-12t09:39:46.1332917z +-- gulp-bower@0.0.13 2016-07-12t09:39:46.1332917z | +-- bower@1.7.9 2016-07-12t09:39:46.1332917z | +-- inquirer@0.11.4 2016-07-12t09:39:46.1342908z | | +-- ansi-escapes@1.4.0 2016-07-12t09:39:46.1342908z | | +-- ansi-regex@2.0.0 2016-07-12t09:39:46.1352906z | | +-- cli-cursor@1.0.2 2016-07-12t09:39:46.1352906z | | | `-- restore-cursor@1.0.1 2016-07-12t09:39:46.1362905z | | | +-- exit-hook@1.1.1 2016-07-12t09:39:46.1362905z | | | `-- onetime@1.1.0 2016-07-12t09:39:46.1362905z | | +-- cli-width@1.1.1 2016-07-12t09:39:46.1372905z | | +-- figures@1.7.0 2016-07-12t09:39:46.1372905z | | | `-- object-assign@4.1.0 2016-07-12t09:39:46.1382919z | | +-- lodash@3.10.1 2016-07-12t09:39:46.1382919z | | +-- readline2@1.0.1 2016-07-12t09:39:46.1392917z | | | +-- code-point-at@1.0.0 2016-07-12t09:39:46.1392917z | | | | `-- number-is-nan@1.0.0 2016-07-12t09:39:46.1392917z | | | +-- is-fullwidth-code-point@1.0.0 2016-07-12t09:39:46.1402909z | | | `-- mute-stream@0.0.5 2016-07-12t09:39:46.1402909z | | +-- run-async@0.1.0 2016-07-12t09:39:46.1412958z | | +-- rx-lite@3.1.2 2016-07-12t09:39:46.1412958z | | +-- string-width@1.0.1 2016-07-12t09:39:46.1422916z | | `-- through@2.3.8 2016-07-12t09:39:46.1422916z | +-- through2@0.6.2 2016-07-12t09:39:46.1422916z | | +-- readable-stream@1.0.34 2016-07-12t09:39:46.1432914z | | | `-- isarray@0.0.1 2016-07-12t09:39:46.1432914z | | `-- xtend@4.0.1 2016-07-12t09:39:46.1442914z | `-- walk@2.3.3 2016-07-12t09:39:46.1442914z | `-- foreachasync@3.0.0 2016-07-12t09:39:46.1442914z +-- gulp-config@0.3.0 2016-07-12t09:39:46.1452907z | +-- configfiles@0.3.4 2016-07-12t09:39:46.1452907z | | +-- clone@0.1.19 2016-07-12t09:39:46.1462907z | | +-- flatten@0.0.1 2016-07-12t09:39:46.1462907z | | `-- globule@0.2.0 2016-07-12t09:39:46.1462907z | | +-- glob@3.2.11 2016-07-12t09:39:46.1472977z | | | `-- minimatch@0.3.0 2016-07-12t09:39:46.1472977z | | +-- lodash@2.4.2 2016-07-12t09:39:46.1482918z | | `-- minimatch@0.2.14 2016-07-12t09:39:46.1482918z | | +-- lru-cache@2.7.3 2016-07-12t09:39:46.1482918z | | `-- sigmund@1.0.1 2016-07-12t09:39:46.1492907z | +-- expander@0.3.3 2016-07-12t09:39:46.1492907z | | +-- getobject@0.1.0 2016-07-12t09:39:46.1502905z | | `-- lodash@2.2.1 2016-07-12t09:39:46.1502905z | +-- glob@4.5.3 2016-07-12t09:39:46.1512906z | | +-- inflight@1.0.5 2016-07-12t09:39:46.1512906z | | | `-- wrappy@1.0.2 2016-07-12t09:39:46.1512906z | | +-- inherits@2.0.1 2016-07-12t09:39:46.1522924z | | +-- minimatch@2.0.10 2016-07-12t09:39:46.1522924z | | | `-- brace-expansion@1.1.5 2016-07-12t09:39:46.1532909z | | | +-- balanced-match@0.4.1 2016-07-12t09:39:46.1532909z | | | `-- concat-map@0.0.1 2016-07-12t09:39:46.1532909z | | `-- once@1.3.3 2016-07-12t09:39:46.1542910z | `-- lodash@3.10.1 2016-07-12t09:39:46.1542910z +-- gulp-less@3.0.5 2016-07-12t09:39:46.1552906z | +-- accord@0.20.5 2016-07-12t09:39:46.1552906z | | +-- convert-source-map@1.2.0 2016-07-12t09:39:46.1562922z | | +-- fobject@0.0.3 2016-07-12t09:39:46.1562922z | | | `-- graceful-fs@3.0.8 2016-07-12t09:39:46.1562922z | | +-- indx@0.2.3 2016-07-12t09:39:46.1572903z | | +-- lodash@3.10.1 2016-07-12t09:39:46.1572903z | | +-- uglify-js@2.7.0 2016-07-12t09:39:46.1582910z | | | +-- async@0.2.10 2016-07-12t09:39:46.1582910z | | | +-- uglify-to-browserify@1.0.2 2016-07-12t09:39:46.1582910z | | | `-- yargs@3.10.0 2016-07-12t09:39:46.1592901z | | | +-- camelcase@1.2.1 2016-07-12t09:39:46.1592901z | | | +-- cliui@2.1.0 2016-07-12t09:39:46.1602980z | | | | +-- center-align@0.1.3 2016-07-12t09:39:46.1602980z | | | | | +-- align-text@0.1.4 2016-07-12t09:39:46.1602980z | | | | | | `-- longest@1.0.1 2016-07-12t09:39:46.1612905z | | | | | `-- lazy-cache@1.0.4 2016-07-12t09:39:46.1612905z | | | | +-- right-align@0.1.3 2016-07-12t09:39:46.1622914z | | | | `-- wordwrap@0.0.2 2016-07-12t09:39:46.1622914z | | | `-- window-size@0.1.0 2016-07-12t09:39:46.1632914z | | `-- when@3.7.7 2016-07-12t09:39:46.1632914z | +-- less@2.7.1 2016-07-12t09:39:46.1632914z | | +-- errno@0.1.4 2016-07-12t09:39:46.1642907z | | | `-- prr@0.0.0 2016-07-12t09:39:46.1642907z | | +-- graceful-fs@4.1.4 2016-07-12t09:39:46.1652905z | | +-- image-size@0.5.0 2016-07-12t09:39:46.1652905z | | +-- mime@1.3.4 2016-07-12t09:39:46.1652905z | | +-- promise@7.1.1 2016-07-12t09:39:46.1662905z | | | `-- asap@2.0.4 2016-07-12t09:39:46.1662905z | | `-- source-map@0.5.6 2016-07-12t09:39:46.1672913z | +-- object-assign@4.1.0 2016-07-12t09:39:46.1672913z | +-- through2@2.0.1 2016-07-12t09:39:46.1672913z | | `-- readable-stream@2.0.6 2016-07-12t09:39:46.1682909z | | `-- isarray@1.0.0 2016-07-12t09:39:46.1682909z | `-- vinyl-sourcemaps-apply@0.2.1 2016-07-12t09:39:46.1692906z +-- gulp-minify-css@1.2.4 2016-07-12t09:39:46.1692906z | +-- clean-css@3.4.18 2016-07-12t09:39:46.1702908z | | +-- commander@2.8.1 2016-07-12t09:39:46.1702908z | | | `-- graceful-readlink@1.0.1 2016-07-12t09:39:46.1702908z | | `-- source-map@0.4.4 2016-07-12t09:39:46.1712904z | | `-- amdefine@1.0.0 2016-07-12t09:39:46.1712904z | +-- object-assign@4.1.0 2016-07-12t09:39:46.1722918z | +-- readable-stream@2.1.4 2016-07-12t09:39:46.1722918z | | +-- buffer-shims@1.0.0 2016-07-12t09:39:46.1722918z | | +-- core-util-is@1.0.2 2016-07-12t09:39:46.1732907z | | +-- isarray@1.0.0 2016-07-12t09:39:46.1732907z | | +-- process-nextick-args@1.0.7 2016-07-12t09:39:46.1742927z | | +-- string_decoder@0.10.31 2016-07-12t09:39:46.1742927z | | `-- util-deprecate@1.0.2 2016-07-12t09:39:46.1752906z | `-- vinyl-bufferstream@1.0.1 2016-07-12t09:39:46.1752906z | `-- bufferstreams@1.0.1 2016-07-12t09:39:46.1752906z | `-- readable-stream@1.1.14 2016-07-12t09:39:46.1762930z +-- gulp-plumber@1.1.0 2016-07-12t09:39:46.1762930z `-- gulp-watch@4.3.5 2016-07-12t09:39:46.1772915z +-- anymatch@1.3.0 2016-07-12t09:39:46.1772915z | +-- arrify@1.0.1 2016-07-12t09:39:46.1772915z | `-- micromatch@2.3.10 2016-07-12t09:39:46.1782908z | +-- arr-diff@2.0.0 2016-07-12t09:39:46.1782908z | | `-- arr-flatten@1.0.1 2016-07-12t09:39:46.1792905z | +-- array-unique@0.2.1 2016-07-12t09:39:46.1792905z | +-- braces@1.8.5 2016-07-12t09:39:46.1802905z | | +-- expand-range@1.8.2 2016-07-12t09:39:46.1802905z | | | `-- fill-range@2.2.3 2016-07-12t09:39:46.1802905z | | | +-- is-number@2.1.0 2016-07-12t09:39:46.1812913z | | | +-- isobject@2.1.0 2016-07-12t09:39:46.1812913z | | | | `-- isarray@1.0.0 2016-07-12t09:39:46.1822913z | | | +-- randomatic@1.1.5 2016-07-12t09:39:46.1822913z | | | `-- repeat-string@1.5.4 2016-07-12t09:39:46.1822913z | | +-- preserve@0.2.0 2016-07-12t09:39:46.1832937z | | `-- repeat-element@1.1.2 2016-07-12t09:39:46.1832937z | +-- expand-brackets@0.1.5 2016-07-12t09:39:46.1842902z | | `-- is-posix-bracket@0.1.1 2016-07-12t09:39:46.1842902z | +-- extglob@0.3.2 2016-07-12t09:39:46.1842902z | +-- filename-regex@2.0.0 2016-07-12t09:39:46.1852902z | +-- is-extglob@1.0.0 2016-07-12t09:39:46.1852902z | +-- kind-of@3.0.3 2016-07-12t09:39:46.1862908z | | `-- is-buffer@1.1.3 2016-07-12t09:39:46.1862908z | +-- normalize-path@2.0.1 2016-07-12t09:39:46.1862908z | +-- object.omit@2.0.0 2016-07-12t09:39:46.1872909z | | +-- for-own@0.1.4 2016-07-12t09:39:46.1872909z | | | `-- for-in@0.1.5 2016-07-12t09:39:46.1882905z | | `-- is-extendable@0.1.1 2016-07-12t09:39:46.1882905z | +-- parse-glob@3.0.4 2016-07-12t09:39:46.1892905z | | +-- glob-base@0.3.0 2016-07-12t09:39:46.1892905z | | `-- is-dotfile@1.0.2 2016-07-12t09:39:46.1892905z | `-- regex-cache@0.4.3 2016-07-12t09:39:46.1902905z | +-- is-equal-shallow@0.1.3 2016-07-12t09:39:46.1902905z | `-- is-primitive@2.0.0 2016-07-12t09:39:46.1912916z +-- chokidar@1.6.0 2016-07-12t09:39:46.1912916z | +-- async-each@1.0.0 2016-07-12t09:39:46.1912916z | +-- glob-parent@2.0.0 2016-07-12t09:39:46.1922905z | +-- is-binary-path@1.0.1 2016-07-12t09:39:46.1922905z | | `-- binary-extensions@1.5.0 2016-07-12t09:39:46.1932905z | +-- is-glob@2.0.1 2016-07-12t09:39:46.1932905z | `-- readdirp@2.1.0 2016-07-12t09:39:46.1932905z | +-- readable-stream@2.1.4 2016-07-12t09:39:46.1942905z | | `-- isarray@1.0.0 2016-07-12t09:39:46.1942905z | `-- set-immediate-shim@1.0.1 2016-07-12t09:39:46.1952911z +-- glob@5.0.15 2016-07-12t09:39:46.1952911z | `-- minimatch@3.0.2 2016-07-12t09:39:46.1962908z +-- glob2base@0.0.12 2016-07-12t09:39:46.1962908z | `-- find-index@0.1.1 2016-07-12t09:39:46.1962908z +-- path-is-absolute@1.0.0 2016-07-12t09:39:46.1972910z +-- readable-stream@2.1.4 2016-07-12t09:39:46.1972910z | `-- isarray@1.0.0 2016-07-12t09:39:46.1982905z +-- vinyl@0.5.3 2016-07-12t09:39:46.1982905z | +-- clone@1.0.2 2016-07-12t09:39:46.1992904z | `-- clone-stats@0.0.1 2016-07-12t09:39:46.1992904z `-- vinyl-file@1.3.0 2016-07-12t09:39:46.1992904z +-- strip-bom@2.0.0 2016-07-12t09:39:46.2002905z +-- strip-bom-stream@1.0.0 2016-07-12t09:39:46.2002905z `-- vinyl@1.1.1 2016-07-12t09:39:46.2012911z npm warn optional skipping failed optional dependency /chokidar/fsevents: 2016-07-12t09:39:46.2012911z npm warn notsup not compatible operating system or architecture: fsevents@1.0.12 2016-07-12t09:39:46.2292905z ##[debug]rc:0 2016-07-12t09:39:46.2302910z ##[debug]success:true 2016-07-12t09:39:46.2312909z ##[debug]task result: succeeded

try updating "working directory" path of "package.json" file under "advanced" settings of "npm install" task.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -