microsoft / vsts-cordova-tasks

Streamline CI setup for your Apache Cordova, PhoneGap, Ionic, or Cordova CLI compatible app using a set of useful pre-defined build steps for VS Team Services or TFS
http://go.microsoft.com/fwlink/?LinkID=691188
Other
25 stars 27 forks source link

Cannot find module sax @ VSTS build agent #53

Closed jsiegmund closed 7 years ago

jsiegmund commented 8 years ago

The build agent for my Visual Studio Team Services tenant seems to have a cache problem or something like that. I switched to version 6.2.1-dev locally after which I got a compile error. Cleaned out the cache as suggested in the error message solved this, but after pushing the code to my repo, the same error now pops up in the online build. As there is no "Clean cache" button there, I'm left wondering what I need to do to fix this?

Error is as follows:

cordova@6.2.1-dev already installed. Adding support plugin. module.js:341 throw err; ^ Error: Cannot find module 'sax' at Function.Module._resolveFilename (module.js:339:15) at Function.Module._load (module.js:290:25) at Module.require (module.js:367:17) at require (internal/module.js:20:19) at Object. (C:\cordova\node_modules_cordova\lib\npm_cache\cordova-android\5.2.0-nightly.2016.6.9.81d62196\package\node_modules\elementtree\lib\parsers\sax.js:3:11) at Module._compile (module.js:413:34) at Object.Module._extensions..js (module.js:422:10) at Module.load (module.js:357:32) at Function.Module._load (module.js:314:12) at Module.require (module.js:367:17) { [Error: cmd: Command failed with exit code 1] code: 1 }

Chuxel commented 8 years ago

Are you using a hosted agent?

Given that is a development version of a platform it is difficult to tell what exactly is going on. 6.2.1-dev should not be cached in the VSTS hosted pool at all.

@ryuyu, can you try to repro?

jsiegmund commented 8 years ago

Indeed a hosted agent. I tried reverting back to 6.2.0 instead, didn't solve the issue. I can provide a full build log when that helps?

ryuyu commented 8 years ago

Hey. I'm looking into this now. If you could provide a full build log, it would help me narrow this down faster. Thanks!

jsiegmund commented 8 years ago

Sure, I've uploaded two dumps. The errors are about a different module, that happened after trying multiple Cordova versions. I suspect the root cause is the same.

See: https://onedrive.live.com/redir?resid=26C400A05A6FFC73!398350&authkey=!AF9naht3OWkbXmY&ithint=file%2czip And: https://onedrive.live.com/redir?resid=26C400A05A6FFC73!398351&authkey=!AD_RgloHTWSSh5A&ithint=file%2czip

ryuyu commented 8 years ago

Hmm. I seem to be having some difficulty accessing the logs on onedrive, getting this message: Sorry, something went wrong Our server is having a problem. We're working to fix it as soon as we can, so try again in a few minutes.

In any case, I was able to reproduce the error you saw with 6.2.1-dev, and it appears to actually be coming from the cordova-android 5.2.0-nightly. The nightly build for this seems to have missed a package.

I was unable to reproduce it on 6.2.0. Do you perhaps have your platforms folder checked in? In any case, getting a look at the logs for the failed 6.2.0 build would help me immensely. Since I can't seem to access the onedrive logs, would you mind pasting it here in plaintext with sensitive information censored? Thank you!

jsiegmund commented 8 years ago

Sources are up on http://github.com/jsiegmund/submerged (src/MobileApp). New attempt for logs: https://onedrive.live.com/redir?resid=26C400A05A6FFC73!398350&authkey=!AL_FOX7wReAonPc&ithint=file%2czip if that one doesn't work I'll copy/paste it tomorrow morning (CET timezone here)

jsiegmund commented 8 years ago

A bit later than I hoped, but here's a copy/paste (the OneDrive links work for me, maybe the issue was resolved in the meantime):

2016-06-13T20:02:14.3289201Z Checking if artifacts directory exists: C:\a\1\a 2016-06-13T20:02:14.3289201Z Creating artifacts directory. 2016-06-13T20:02:14.3299196Z Checking if test results directory exists: C:\a\1\TestResults 2016-06-13T20:02:14.3309678Z Creating test results directory. 2016-06-13T20:02:14.3319196Z Creating binaries directory. 2016-06-13T20:02:14.3709205Z Starting: Get sources 2016-06-13T20:02:14.3799182Z Entering GitSourceProvider.PrepareRepositoryAsync 2016-06-13T20:02:14.3799182Z Repository type=GitHub 2016-06-13T20:02:14.3799182Z localPath=C:\a\1\s 2016-06-13T20:02:14.3799182Z clean=False 2016-06-13T20:02:14.3809209Z sourceBranch=master 2016-06-13T20:02:14.3809209Z sourceVersion=02ed74f01a3fc537611203b3e38c72a6bb1c9dcf 2016-06-13T20:02:14.3809209Z Syncing repository: jsiegmund/submerged (Git) 2016-06-13T20:02:14.3819198Z repository url=https://github.com/jsiegmund/submerged.git 2016-06-13T20:02:14.3839196Z checkoutSubmodules=False 2016-06-13T20:02:14.4469190Z Starting clone 2016-06-13T20:02:24.6158296Z Checking out 02ed74f01a3fc537611203b3e38c72a6bb1c9dcf to C:\a\1\s 2016-06-13T20:02:36.2556673Z Checked out branch master for repository jsiegmund/submerged at commit 02ed74f01a3fc537611203b3e38c72a6bb1c9dcf 2016-06-13T20:02:36.2616697Z Leaving GitSourceProvider.PrepareRepositoryAsync 2016-06-13T20:02:36.4349415Z Running tasks 2016-06-13T20:02:36.4649408Z Starting task: Cordova Build android 2016-06-13T20:02:36.5269404Z Set workingFolder to default: C:\LR\MMS\Services\Mms\TaskAgentProvisioner\Tools\agents\1.100.5\tasks\CordovaBuild\1.3.9 2016-06-13T20:02:37.3795588Z ##[debug]agent.workFolder=C:\a 2016-06-13T20:02:37.3815495Z ##[debug]loading inputs and endpoints 2016-06-13T20:02:37.3815495Z ##[debug]loading ENDPOINT_AUTH_795F16FA-1092-426E-BC9B-14AD765032B5 2016-06-13T20:02:37.3825588Z ##[debug]loading ENDPOINT_AUTH_HTTPS://GITHUB.COM/JSIEGMUND/SUBMERGED.GIT 2016-06-13T20:02:37.3825588Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION 2016-06-13T20:02:37.3835588Z ##[debug]loading INPUT_ANTBUILD 2016-06-13T20:02:37.3835588Z ##[debug]loading INPUT_CONFIGURATION 2016-06-13T20:02:37.3845679Z ##[debug]loading INPUT_CWD 2016-06-13T20:02:37.3845679Z ##[debug]loading INPUT_IOSSIGNMETHOD 2016-06-13T20:02:37.3855583Z ##[debug]loading INPUT_KEYSTOREFILE 2016-06-13T20:02:37.3855583Z ##[debug]loading INPUT_OUTPUTPATTERN 2016-06-13T20:02:37.3865570Z ##[debug]loading INPUT_P12 2016-06-13T20:02:37.3865570Z ##[debug]loading INPUT_PLATFORM 2016-06-13T20:02:37.3865570Z ##[debug]loading INPUT_PROVPROFILE 2016-06-13T20:02:37.3875588Z ##[debug]loading INPUT_REMOVEPROFILE 2016-06-13T20:02:37.3875588Z ##[debug]loading INPUT_TARGETEMULATOR 2016-06-13T20:02:37.3885495Z ##[debug]loading INPUT_UNLOCKDEFAULTKEYCHAIN 2016-06-13T20:02:37.3885495Z ##[debug]loading INPUT_WINDOWSONLY 2016-06-13T20:02:37.3895588Z ##[debug]loading INPUT_WINDOWSPHONEONLY 2016-06-13T20:02:37.3895588Z ##[debug]loaded 17 2016-06-13T20:02:37.3895588Z ##[debug]BUILD_SOURCEDIRECTORY=undefined 2016-06-13T20:02:37.3925520Z ##[debug]BUILD_SOURCESDIRECTORY=C:\a\1\s 2016-06-13T20:02:37.3935587Z ##[debug]CWD=C:\a\1\s\src\Mobile\MobileApp 2016-06-13T20:02:37.3935587Z ##[debug]XCODEDEVELOPERDIR=null 2016-06-13T20:02:37.3935587Z ##[debug]CONFIGURATION=$(Configuration) 2016-06-13T20:02:37.3945491Z ##[debug]ARCHS=null 2016-06-13T20:02:37.3945491Z ##[debug]PLATFORM=android 2016-06-13T20:02:37.3955581Z ##[debug]TARGETEMULATOR=false 2016-06-13T20:02:37.3955581Z ##[debug]WINDOWSAPPX=null 2016-06-13T20:02:37.3955581Z ##[debug]WINDOWSONLY=false 2016-06-13T20:02:37.3965493Z ##[debug]WINDOWSPHONEONLY=false 2016-06-13T20:02:37.3975491Z ##[debug]UNLOCKDEFAULTKEYCHAIN=false 2016-06-13T20:02:37.3975491Z ##[debug]DEFAULTKEYCHAINPASSWORD=null 2016-06-13T20:02:37.3995490Z ##[debug]P12=C:\a\1\s 2016-06-13T20:02:37.3995490Z ##[debug]P12PWD=null 2016-06-13T20:02:37.3995490Z ##[debug]IOSSIGNINGIDENTITY=null 2016-06-13T20:02:37.4005490Z ##[debug]PROVPROFILEUUID=null 2016-06-13T20:02:37.4015479Z ##[debug]PROVPROFILE=C:\a\1\s 2016-06-13T20:02:37.4015479Z ##[debug]REMOVEPROFILE=false 2016-06-13T20:02:37.4025487Z ##[debug]ANTBUILD=false 2016-06-13T20:02:37.4025487Z ##[debug]KEYSTOREFILE=C:\a\1\s 2016-06-13T20:02:37.4035492Z ##[debug]KEYSTOREPASS=null 2016-06-13T20:02:37.4035492Z ##[debug]KEYSTOREALIAS=null 2016-06-13T20:02:37.4035492Z ##[debug]KEYPASS=null 2016-06-13T20:02:37.4045579Z ##[debug]OUTPUTPATTERN=bin 2016-06-13T20:02:37.4045579Z ##[debug]CORDOVAARGS=null 2016-06-13T20:02:37.4055494Z ##[debug]CORDOVAVERSION=null 2016-06-13T20:02:37.9232318Z Cordova version set to 6.2.0 based on the contents of taco.json 2016-06-13T20:02:38.1822326Z Module cache at C:\cordova\node_modules 2016-06-13T20:02:38.3335837Z Cordova version set to 6.2.0 based on the contents of taco.json 2016-06-13T20:02:43.3760117Z Installing cordova@6.2.0 to C:\cordova\node_modules\cordova\6.2.0. (This may take a few minutes.) 2016-06-13T20:03:55.4445270Z Exec complete. 2016-06-13T20:03:55.4455258Z npm WARN using --force I sure hope you know what you are doing. 2016-06-13T20:03:55.4455258Z C:\cordova\node_modules\cordova\6.2.0 2016-06-13T20:03:55.4465260Z-- cordova@6.2.0 2016-06-13T20:03:55.4465260Z +-- cordova-common@1.3.0 2016-06-13T20:03:55.4465260Z | +-- ansi@0.3.1 2016-06-13T20:03:55.4475258Z | +-- bplist-parser@0.1.1 2016-06-13T20:03:55.4475258Z | | -- big-integer@1.6.15 2016-06-13T20:03:55.4485265Z | +-- cordova-registry-mapper@1.1.15 2016-06-13T20:03:55.4485265Z | +-- elementtree@0.1.6 2016-06-13T20:03:55.4495258Z | |-- sax@0.3.5 2016-06-13T20:03:55.4495258Z | +-- glob@5.0.15 2016-06-13T20:03:55.4495258Z | | +-- inflight@1.0.5 2016-06-13T20:03:55.4505255Z | | | -- wrappy@1.0.2 2016-06-13T20:03:55.4505255Z | | +-- inherits@2.0.1 2016-06-13T20:03:55.4515257Z | | +-- once@1.3.3 2016-06-13T20:03:55.4515257Z | |-- path-is-absolute@1.0.0 2016-06-13T20:03:55.4515257Z | +-- minimatch@3.0.0 2016-06-13T20:03:55.4525257Z | | -- brace-expansion@1.1.4 2016-06-13T20:03:55.4525257Z | | +-- balanced-match@0.4.1 2016-06-13T20:03:55.4535266Z | |-- concat-map@0.0.1 2016-06-13T20:03:55.4535266Z | +-- osenv@0.1.3 2016-06-13T20:03:55.4535266Z | | +-- os-homedir@1.0.1 2016-06-13T20:03:55.4545270Z | | -- os-tmpdir@1.0.1 2016-06-13T20:03:55.4545270Z | +-- plist@1.2.0 2016-06-13T20:03:55.4555256Z | | +-- base64-js@0.0.8 2016-06-13T20:03:55.4645254Z | | +-- util-deprecate@1.0.2 2016-06-13T20:03:55.4655269Z | | +-- xmlbuilder@4.0.0 2016-06-13T20:03:55.4655269Z | |-- xmldom@0.1.22 2016-06-13T20:03:55.4655269Z | +-- q@1.4.1 2016-06-13T20:03:55.4665269Z | +-- semver@5.1.0 2016-06-13T20:03:55.4665269Z | +-- shelljs@0.5.3 2016-06-13T20:03:55.4675268Z | +-- underscore@1.8.3 2016-06-13T20:03:55.4675268Z | -- unorm@1.4.1 2016-06-13T20:03:55.4675268Z +-- cordova-lib@6.2.0 2016-06-13T20:03:55.4685271Z | +-- aliasify@1.9.0 2016-06-13T20:03:55.4705266Z | |-- browserify-transform-tools@1.5.3 2016-06-13T20:03:55.4715269Z | | -- falafel@1.2.0 2016-06-13T20:03:55.4715269Z | | +-- acorn@1.2.2 2016-06-13T20:03:55.4715269Z | | +-- foreach@2.0.5 2016-06-13T20:03:55.4725268Z | |-- object-keys@1.0.9 2016-06-13T20:03:55.4725268Z | +-- cordova-app-hello-world@3.10.0 2016-06-13T20:03:55.4735270Z | +-- cordova-fetch@1.0.0 2016-06-13T20:03:55.4735270Z | | +-- dependency-ls@1.0.0 2016-06-13T20:03:55.4735270Z | | | -- q@1.4.1 2016-06-13T20:03:55.4745266Z | | +-- is-url@1.2.1 2016-06-13T20:03:55.4745266Z | | +-- q@1.4.1 2016-06-13T20:03:55.4755267Z | |-- shelljs@0.7.0 2016-06-13T20:03:55.4755267Z | | +-- glob@7.0.3 2016-06-13T20:03:55.4755267Z | | +-- interpret@1.0.1 2016-06-13T20:03:55.4765271Z | | -- rechoir@0.6.2 2016-06-13T20:03:55.4765271Z | +-- cordova-js@4.1.4 2016-06-13T20:03:55.4775270Z | |-- browserify@10.1.3 2016-06-13T20:03:55.4775270Z | | +-- assert@1.3.0 2016-06-13T20:03:55.4775270Z | | +-- browser-pack@4.0.4 2016-06-13T20:03:55.4785269Z | | | +-- combine-source-map@0.3.0 2016-06-13T20:03:55.4785269Z | | | | +-- convert-source-map@0.3.5 2016-06-13T20:03:55.4795270Z | | | | +-- inline-source-map@0.3.1 2016-06-13T20:03:55.4795270Z | | | | | -- source-map@0.3.0 2016-06-13T20:03:55.4805260Z | | | |-- source-map@0.1.43 2016-06-13T20:03:55.4805260Z | | | | -- amdefine@1.0.0 2016-06-13T20:03:55.4805260Z | | | +-- through2@0.5.1 2016-06-13T20:03:55.5035261Z | | | | +-- readable-stream@1.0.34 2016-06-13T20:03:55.5045275Z | | | |-- xtend@3.0.0 2016-06-13T20:03:55.5045275Z | | | -- umd@3.0.1 2016-06-13T20:03:55.5055272Z | | +-- browser-resolve@1.11.2 2016-06-13T20:03:55.5055272Z | | +-- browserify-zlib@0.1.4 2016-06-13T20:03:55.5065273Z | | |-- pako@0.2.8 2016-06-13T20:03:55.5065273Z | | +-- buffer@3.6.0 2016-06-13T20:03:55.5065273Z | | | +-- ieee754@1.1.6 2016-06-13T20:03:55.5075270Z | | | -- isarray@1.0.0 2016-06-13T20:03:55.5075270Z | | +-- builtins@0.0.7 2016-06-13T20:03:55.5085269Z | | +-- commondir@0.0.1 2016-06-13T20:03:55.5085269Z | | +-- concat-stream@1.4.10 2016-06-13T20:03:55.5095270Z | | |-- typedarray@0.0.6 2016-06-13T20:03:55.5095270Z | | +-- console-browserify@1.1.0 2016-06-13T20:03:55.5095270Z | | | -- date-now@0.1.4 2016-06-13T20:03:55.5105269Z | | +-- constants-browserify@0.0.1 2016-06-13T20:03:55.5105269Z | | +-- crypto-browserify@3.11.0 2016-06-13T20:03:55.5115269Z | | | +-- browserify-cipher@1.0.0 2016-06-13T20:03:55.5115269Z | | | | +-- browserify-aes@1.0.6 2016-06-13T20:03:55.5145261Z | | | | |-- buffer-xor@1.0.3 2016-06-13T20:03:55.5145261Z | | | | +-- browserify-des@1.0.0 2016-06-13T20:03:55.5155270Z | | | | | -- des.js@1.0.0 2016-06-13T20:03:55.5155270Z | | | | |-- minimalistic-assert@1.0.0 2016-06-13T20:03:55.5165271Z | | | | -- evp_bytestokey@1.0.0 2016-06-13T20:03:55.5165271Z | | | +-- browserify-sign@4.0.0 2016-06-13T20:03:55.5165271Z | | | | +-- bn.js@4.11.4 2016-06-13T20:03:55.5175269Z | | | | +-- browserify-rsa@4.0.1 2016-06-13T20:03:55.5175269Z | | | | +-- elliptic@6.2.8 2016-06-13T20:03:55.5185267Z | | | | | +-- brorand@1.0.5 2016-06-13T20:03:55.5185267Z | | | | |-- hash.js@1.0.3 2016-06-13T20:03:55.5185267Z | | | | -- parse-asn1@5.0.0 2016-06-13T20:03:55.5195267Z | | | |-- asn1.js@4.6.2 2016-06-13T20:03:55.5195267Z | | | +-- create-ecdh@4.0.0 2016-06-13T20:03:55.5205267Z | | | +-- create-hash@1.1.2 2016-06-13T20:03:55.5205267Z | | | | +-- cipher-base@1.0.2 2016-06-13T20:03:55.5205267Z | | | | -- ripemd160@1.0.1 2016-06-13T20:03:55.5215264Z | | | +-- create-hmac@1.1.4 2016-06-13T20:03:55.5215264Z | | | +-- diffie-hellman@5.0.2 2016-06-13T20:03:55.5225266Z | | | |-- miller-rabin@4.0.0 2016-06-13T20:03:55.5225266Z | | | +-- pbkdf2@3.0.4 2016-06-13T20:03:55.5225266Z | | | +-- public-encrypt@4.0.0 2016-06-13T20:03:55.5235270Z | | | -- randombytes@2.0.3 2016-06-13T20:03:55.5235270Z | | +-- deep-equal@1.0.1 2016-06-13T20:03:55.5245267Z | | +-- defined@1.0.0 2016-06-13T20:03:55.5255268Z | | +-- deps-sort@1.3.9 2016-06-13T20:03:55.5255268Z | | +-- domain-browser@1.1.7 2016-06-13T20:03:55.5265276Z | | +-- duplexer2@0.0.2 2016-06-13T20:03:55.5265276Z | | +-- events@1.0.2 2016-06-13T20:03:55.5275269Z | | +-- glob@4.5.3 2016-06-13T20:03:55.5275269Z | | |-- minimatch@2.0.10 2016-06-13T20:03:55.5275269Z | | +-- has@1.0.1 2016-06-13T20:03:55.5285272Z | | | -- function-bind@1.1.0 2016-06-13T20:03:55.5285272Z | | +-- htmlescape@1.1.1 2016-06-13T20:03:55.5295270Z | | +-- http-browserify@1.7.0 2016-06-13T20:03:55.5295270Z | | |-- Base64@0.2.1 2016-06-13T20:03:55.5295270Z | | +-- https-browserify@0.0.1 2016-06-13T20:03:55.5305272Z | | +-- insert-module-globals@6.6.3 2016-06-13T20:03:55.5305272Z | | | +-- combine-source-map@0.6.1 2016-06-13T20:03:55.5315272Z | | | | +-- convert-source-map@1.1.3 2016-06-13T20:03:55.5315272Z | | | | +-- inline-source-map@0.5.0 2016-06-13T20:03:55.5325265Z | | | | +-- lodash.memoize@3.0.4 2016-06-13T20:03:55.5325265Z | | | | -- source-map@0.4.4 2016-06-13T20:03:55.5325265Z | | | +-- is-buffer@1.1.3 2016-06-13T20:03:55.5335269Z | | |-- lexical-scope@1.2.0 2016-06-13T20:03:55.5365264Z | | | -- astw@2.0.0 2016-06-13T20:03:55.5365264Z | | +-- isarray@0.0.1 2016-06-13T20:03:55.5365264Z | | +-- JSONStream@1.1.2 2016-06-13T20:03:55.5375272Z | | |-- jsonparse@1.2.0 2016-06-13T20:03:55.5375272Z | | +-- labeled-stream-splicer@1.0.2 2016-06-13T20:03:55.5385270Z | | | -- stream-splicer@1.3.2 2016-06-13T20:03:55.5385270Z | | +-- module-deps@3.9.1 2016-06-13T20:03:55.5385270Z | | | +-- detective@4.3.1 2016-06-13T20:03:55.5395271Z | | |-- stream-combiner2@1.0.2 2016-06-13T20:03:55.5395271Z | | | -- through2@0.5.1 2016-06-13T20:03:55.5405269Z | | | +-- readable-stream@1.0.34 2016-06-13T20:03:55.5405269Z | | |-- xtend@3.0.0 2016-06-13T20:03:55.5415271Z | | +-- os-browserify@0.1.2 2016-06-13T20:03:55.5415271Z | | +-- parents@1.0.1 2016-06-13T20:03:55.5425271Z | | | -- path-platform@0.11.15 2016-06-13T20:03:55.5425271Z | | +-- path-browserify@0.0.0 2016-06-13T20:03:55.5435270Z | | +-- process@0.11.5 2016-06-13T20:03:55.5435270Z | | +-- punycode@1.4.1 2016-06-13T20:03:55.5435270Z | | +-- querystring-es3@0.2.1 2016-06-13T20:03:55.5455271Z | | +-- read-only-stream@1.1.1 2016-06-13T20:03:55.5455271Z | | |-- readable-wrap@1.0.0 2016-06-13T20:03:55.5465272Z | | +-- readable-stream@1.1.14 2016-06-13T20:03:55.5465272Z | | | -- core-util-is@1.0.2 2016-06-13T20:03:55.5475269Z | | +-- resolve@1.1.7 2016-06-13T20:03:55.5475269Z | | +-- shallow-copy@0.0.1 2016-06-13T20:03:55.5485271Z | | +-- shasum@1.0.2 2016-06-13T20:03:55.5485271Z | | | +-- json-stable-stringify@0.0.1 2016-06-13T20:03:55.5485271Z | | | |-- jsonify@0.0.0 2016-06-13T20:03:55.5495270Z | | | -- sha.js@2.4.5 2016-06-13T20:03:55.5495270Z | | +-- shell-quote@0.0.1 2016-06-13T20:03:55.5505268Z | | +-- stream-browserify@1.0.0 2016-06-13T20:03:55.5505268Z | | +-- string_decoder@0.10.31 2016-06-13T20:03:55.5505268Z | | +-- subarg@1.0.0 2016-06-13T20:03:55.5515269Z | | +-- syntax-error@1.1.6 2016-06-13T20:03:55.5515269Z | | |-- acorn@2.7.0 2016-06-13T20:03:55.5525268Z | | +-- through2@1.1.1 2016-06-13T20:03:55.5525268Z | | +-- timers-browserify@1.4.2 2016-06-13T20:03:55.5525268Z | | +-- tty-browserify@0.0.0 2016-06-13T20:03:55.5535267Z | | +-- url@0.10.3 2016-06-13T20:03:55.5535267Z | | | +-- punycode@1.3.2 2016-06-13T20:03:55.5545266Z | | | -- querystring@0.2.0 2016-06-13T20:03:55.5545266Z | | +-- util@0.10.3 2016-06-13T20:03:55.5545266Z | | +-- vm-browserify@0.0.4 2016-06-13T20:03:55.5555270Z | | |-- indexof@0.0.1 2016-06-13T20:03:55.5555270Z | | -- xtend@4.0.1 2016-06-13T20:03:55.5555270Z | +-- cordova-serve@1.0.0 2016-06-13T20:03:55.5565269Z | | +-- compression@1.6.2 2016-06-13T20:03:55.5565269Z | | | +-- accepts@1.3.3 2016-06-13T20:03:55.5575268Z | | | | +-- mime-types@2.1.11 2016-06-13T20:03:55.5575268Z | | | |-- negotiator@0.6.1 2016-06-13T20:03:55.5585265Z | | | +-- bytes@2.3.0 2016-06-13T20:03:55.5585265Z | | | +-- compressible@2.0.8 2016-06-13T20:03:55.5585265Z | | | | -- mime-db@1.23.0 2016-06-13T20:03:55.5595267Z | | | +-- debug@2.2.0 2016-06-13T20:03:55.5595267Z | | | |-- ms@0.7.1 2016-06-13T20:03:55.5605259Z | | | +-- on-headers@1.0.1 2016-06-13T20:03:55.5605259Z | | | -- vary@1.1.0 2016-06-13T20:03:55.5615264Z | | +-- express@4.13.4 2016-06-13T20:03:55.5615264Z | | | +-- accepts@1.2.13 2016-06-13T20:03:55.5615264Z | | | |-- negotiator@0.5.3 2016-06-13T20:03:55.5625261Z | | | +-- array-flatten@1.1.1 2016-06-13T20:03:55.5625261Z | | | +-- content-disposition@0.5.1 2016-06-13T20:03:55.5635268Z | | | +-- content-type@1.0.2 2016-06-13T20:03:55.5635268Z | | | +-- cookie@0.1.5 2016-06-13T20:03:55.5635268Z | | | +-- cookie-signature@1.0.6 2016-06-13T20:03:55.5645263Z | | | +-- depd@1.1.0 2016-06-13T20:03:55.5645263Z | | | +-- escape-html@1.0.3 2016-06-13T20:03:55.5655263Z | | | +-- etag@1.7.0 2016-06-13T20:03:55.5655263Z | | | +-- finalhandler@0.4.1 2016-06-13T20:03:55.5665269Z | | | | -- unpipe@1.0.0 2016-06-13T20:03:55.5665269Z | | | +-- fresh@0.3.0 2016-06-13T20:03:55.5665269Z | | | +-- merge-descriptors@1.0.1 2016-06-13T20:03:55.5675263Z | | | +-- methods@1.1.2 2016-06-13T20:03:55.5675263Z | | | +-- on-finished@2.3.0 2016-06-13T20:03:55.5685267Z | | | |-- ee-first@1.1.1 2016-06-13T20:03:55.5685267Z | | | +-- parseurl@1.3.1 2016-06-13T20:03:55.5685267Z | | | +-- path-to-regexp@0.1.7 2016-06-13T20:03:55.5695262Z | | | +-- proxy-addr@1.0.10 2016-06-13T20:03:55.5695262Z | | | | +-- forwarded@0.1.0 2016-06-13T20:03:55.5705258Z | | | | -- ipaddr.js@1.0.5 2016-06-13T20:03:55.5705258Z | | | +-- qs@4.0.0 2016-06-13T20:03:55.5715266Z | | | +-- range-parser@1.0.3 2016-06-13T20:03:55.5715266Z | | | +-- send@0.13.1 2016-06-13T20:03:55.5715266Z | | | | +-- destroy@1.0.4 2016-06-13T20:03:55.5725310Z | | | | +-- http-errors@1.3.1 2016-06-13T20:03:55.5725310Z | | | | +-- mime@1.3.4 2016-06-13T20:03:55.5735260Z | | | |-- statuses@1.2.1 2016-06-13T20:03:55.5735260Z | | | +-- serve-static@1.10.3 2016-06-13T20:03:55.5745258Z | | | | -- send@0.13.2 2016-06-13T20:03:55.5745258Z | | | +-- type-is@1.6.13 2016-06-13T20:03:55.5745258Z | | | |-- media-typer@0.3.0 2016-06-13T20:03:55.5755264Z | | | +-- utils-merge@1.0.0 2016-06-13T20:03:55.5755264Z | | | -- vary@1.0.1 2016-06-13T20:03:55.5765262Z | |-- q@1.4.1 2016-06-13T20:03:55.5765262Z | +-- dep-graph@1.1.0 2016-06-13T20:03:55.5765262Z | | -- underscore@1.2.1 2016-06-13T20:03:55.5775294Z | +-- init-package-json@1.9.4 2016-06-13T20:03:55.5775294Z | | +-- glob@6.0.4 2016-06-13T20:03:55.5785269Z | | +-- npm-package-arg@4.1.1 2016-06-13T20:03:55.5785269Z | | |-- hosted-git-info@2.1.5 2016-06-13T20:03:55.5785269Z | | +-- promzard@0.3.0 2016-06-13T20:03:55.5795265Z | | +-- read@1.0.7 2016-06-13T20:03:55.5795265Z | | | -- mute-stream@0.0.6 2016-06-13T20:03:55.5805261Z | | +-- read-package-json@2.0.4 2016-06-13T20:03:55.5805261Z | | | +-- glob@6.0.4 2016-06-13T20:03:55.5815263Z | | | +-- json-parse-helpfulerror@1.0.3 2016-06-13T20:03:55.5815263Z | | | |-- jju@1.3.0 2016-06-13T20:03:55.5815263Z | | | -- normalize-package-data@2.3.5 2016-06-13T20:03:55.5825260Z | | |-- is-builtin-module@1.0.0 2016-06-13T20:03:55.5825260Z | | | -- builtin-modules@1.1.1 2016-06-13T20:03:55.5835258Z | | +-- validate-npm-package-license@3.0.1 2016-06-13T20:03:55.5835258Z | | | +-- spdx-correct@1.0.2 2016-06-13T20:03:55.5835258Z | | | |-- spdx-license-ids@1.2.1 2016-06-13T20:03:55.5845256Z | | | -- spdx-expression-parse@1.0.2 2016-06-13T20:03:55.5845256Z | | |-- spdx-exceptions@1.0.4 2016-06-13T20:03:55.5855256Z | | -- validate-npm-package-name@2.2.2 2016-06-13T20:03:55.5855256Z | +-- nopt@3.0.6 2016-06-13T20:03:55.5865257Z | +-- npm@2.15.6 2016-06-13T20:03:55.5865257Z | | +-- abbrev@1.0.7 2016-06-13T20:03:55.5865257Z | | +-- ansi@0.3.1 2016-06-13T20:03:55.5875268Z | | +-- ansi-regex@2.0.0 2016-06-13T20:03:55.5875268Z | | +-- ansicolors@0.3.2 2016-06-13T20:03:55.5885265Z | | +-- ansistyles@0.1.3 2016-06-13T20:03:55.5885265Z | | +-- archy@1.0.0 2016-06-13T20:03:55.5885265Z | | +-- async-some@1.0.2 2016-06-13T20:03:55.5895265Z | | +-- block-stream@0.0.9 2016-06-13T20:03:55.5895265Z | | +-- char-spinner@1.0.1 2016-06-13T20:03:55.5905263Z | | +-- chmodr@1.0.2 2016-06-13T20:03:55.5905263Z | | +-- chownr@1.0.1 2016-06-13T20:03:55.5915284Z | | +-- cmd-shim@2.0.2 2016-06-13T20:03:55.5915284Z | | +-- columnify@1.5.4 2016-06-13T20:03:55.5915284Z | | |-- wcwidth@1.0.0 2016-06-13T20:03:55.5925270Z | | | -- defaults@1.0.3 2016-06-13T20:03:55.5925270Z | | |-- clone@1.0.2 2016-06-13T20:03:55.5935268Z | | +-- config-chain@1.1.10 2016-06-13T20:03:55.5935268Z | | | -- proto-list@1.2.4 2016-06-13T20:03:55.5945271Z | | +-- dezalgo@1.0.3 2016-06-13T20:03:55.5945271Z | | |-- asap@2.0.3 2016-06-13T20:03:55.5945271Z | | +-- editor@1.0.0 2016-06-13T20:03:55.5955258Z | | +-- fs-vacuum@1.2.9 2016-06-13T20:03:55.5955258Z | | +-- fs-write-stream-atomic@1.0.8 2016-06-13T20:03:55.5965268Z | | | -- iferr@0.1.5 2016-06-13T20:03:55.5965268Z | | +-- fstream@1.0.8 2016-06-13T20:03:55.5965268Z | | +-- fstream-npm@1.0.7 2016-06-13T20:03:55.5975266Z | | |-- fstream-ignore@1.0.3 2016-06-13T20:03:55.5975266Z | | +-- github-url-from-git@1.4.0 2016-06-13T20:03:55.5985267Z | | +-- github-url-from-username-repo@1.0.2 2016-06-13T20:03:55.5985267Z | | +-- glob@7.0.3 2016-06-13T20:03:55.5985267Z | | | -- path-is-absolute@1.0.0 2016-06-13T20:03:55.5995269Z | | +-- graceful-fs@4.1.4 2016-06-13T20:03:55.5995269Z | | +-- hosted-git-info@2.1.4 2016-06-13T20:03:55.6005264Z | | +-- imurmurhash@0.1.4 2016-06-13T20:03:55.6005264Z | | +-- inflight@1.0.4 2016-06-13T20:03:55.6015267Z | | +-- inherits@2.0.1 2016-06-13T20:03:55.6015267Z | | +-- ini@1.3.4 2016-06-13T20:03:55.6015267Z | | +-- init-package-json@1.9.3 2016-06-13T20:03:55.6025268Z | | | +-- glob@6.0.4 2016-06-13T20:03:55.6025268Z | | | |-- path-is-absolute@1.0.0 2016-06-13T20:03:55.6035262Z | | | -- promzard@0.3.0 2016-06-13T20:03:55.6035262Z | | +-- lockfile@1.0.1 2016-06-13T20:03:55.6045266Z | | +-- lru-cache@4.0.1 2016-06-13T20:03:55.6045266Z | | | +-- pseudomap@1.0.2 2016-06-13T20:03:55.6045266Z | | |-- yallist@2.0.0 2016-06-13T20:03:55.6055269Z | | +-- minimatch@3.0.0 2016-06-13T20:03:55.6055269Z | | | -- brace-expansion@1.1.1 2016-06-13T20:03:55.6065259Z | | | +-- balanced-match@0.2.1 2016-06-13T20:03:55.6065259Z | | |-- concat-map@0.0.1 2016-06-13T20:03:55.6065259Z | | +-- mkdirp@0.5.1 2016-06-13T20:03:55.6075263Z | | | -- minimist@0.0.8 2016-06-13T20:03:55.6075263Z | | +-- node-gyp@3.3.1 2016-06-13T20:03:55.6085265Z | | | +-- glob@4.5.3 2016-06-13T20:03:55.6085265Z | | | |-- minimatch@2.0.10 2016-06-13T20:03:55.6095267Z | | | | -- brace-expansion@1.1.3 2016-06-13T20:03:55.6095267Z | | | | +-- balanced-match@0.3.0 2016-06-13T20:03:55.6095267Z | | | |-- concat-map@0.0.1 2016-06-13T20:03:55.6105274Z | | | +-- minimatch@1.0.0 2016-06-13T20:03:55.6105274Z | | | | +-- lru-cache@2.7.3 2016-06-13T20:03:55.6115342Z | | | | -- sigmund@1.0.1 2016-06-13T20:03:55.6115342Z | | |-- path-array@1.0.1 2016-06-13T20:03:55.6115342Z | | | -- array-index@1.0.0 2016-06-13T20:03:55.6125269Z | | | +-- debug@2.2.0 2016-06-13T20:03:55.6125269Z | | | |-- ms@0.7.1 2016-06-13T20:03:55.6135268Z | | | -- es6-symbol@3.0.2 2016-06-13T20:03:55.6135268Z | | | +-- d@0.1.1 2016-06-13T20:03:55.6145264Z | | |-- es5-ext@0.10.11 2016-06-13T20:03:55.6145264Z | | | -- es6-iterator@2.0.0 2016-06-13T20:03:55.6145264Z | | +-- nopt@3.0.6 2016-06-13T20:03:55.6155272Z | | +-- normalize-git-url@3.0.2 2016-06-13T20:03:55.6155272Z | | +-- normalize-package-data@2.3.5 2016-06-13T20:03:55.6165270Z | | |-- is-builtin-module@1.0.0 2016-06-13T20:03:55.6165270Z | | | -- builtin-modules@1.1.0 2016-06-13T20:03:55.6175256Z | | +-- npm-cache-filename@1.0.2 2016-06-13T20:03:55.6175256Z | | +-- npm-install-checks@1.0.7 2016-06-13T20:03:55.6175256Z | | +-- npm-package-arg@4.1.0 2016-06-13T20:03:55.6185271Z | | +-- npm-registry-client@7.1.0 2016-06-13T20:03:55.6185271Z | | | +-- concat-stream@1.5.1 2016-06-13T20:03:55.6195267Z | | | | +-- readable-stream@2.0.5 2016-06-13T20:03:55.6195267Z | | | | | +-- core-util-is@1.0.2 2016-06-13T20:03:55.6205265Z | | | | | +-- isarray@0.0.1 2016-06-13T20:03:55.6205265Z | | | | | +-- process-nextick-args@1.0.6 2016-06-13T20:03:55.6205265Z | | | | | +-- string_decoder@0.10.31 2016-06-13T20:03:55.6215270Z | | | | |-- util-deprecate@1.0.2 2016-06-13T20:03:55.6215270Z | | | | -- typedarray@0.0.6 2016-06-13T20:03:55.6225262Z | | |-- retry@0.8.0 2016-06-13T20:03:55.6225262Z | | +-- npm-user-validate@0.1.2 2016-06-13T20:03:55.6235267Z | | +-- npmlog@2.0.3 2016-06-13T20:03:55.6235267Z | | | +-- are-we-there-yet@1.1.2 2016-06-13T20:03:55.6235267Z | | | | -- delegates@1.0.0 2016-06-13T20:03:55.6245270Z | | |-- gauge@1.2.7 2016-06-13T20:03:55.6245270Z | | | +-- has-unicode@2.0.0 2016-06-13T20:03:55.6255265Z | | | +-- lodash.pad@4.1.0 2016-06-13T20:03:55.6255265Z | | | | +-- lodash.repeat@4.0.2 2016-06-13T20:03:55.6265273Z | | | | -- lodash.tostring@4.1.2 2016-06-13T20:03:55.6265273Z | | | +-- lodash.padend@4.2.0 2016-06-13T20:03:55.6265273Z | | |-- lodash.padstart@4.2.0 2016-06-13T20:03:55.6275301Z | | +-- once@1.3.3 2016-06-13T20:03:55.6275301Z | | +-- opener@1.4.1 2016-06-13T20:03:55.6285270Z | | +-- osenv@0.1.3 2016-06-13T20:03:55.6285270Z | | | +-- os-homedir@1.0.0 2016-06-13T20:03:55.6285270Z | | | -- os-tmpdir@1.0.1 2016-06-13T20:03:55.6295268Z | | +-- path-is-inside@1.0.1 2016-06-13T20:03:55.6295268Z | | +-- read@1.0.7 2016-06-13T20:03:55.6305345Z | | |-- mute-stream@0.0.5 2016-06-13T20:03:55.6305345Z | | +-- read-installed@4.0.3 2016-06-13T20:03:55.6315272Z | | | +-- debuglog@1.0.1 2016-06-13T20:03:55.6315272Z | | | +-- readdir-scoped-modules@1.0.2 2016-06-13T20:03:55.6315272Z | | | -- util-extend@1.0.1 2016-06-13T20:03:55.6325271Z | | +-- read-package-json@2.0.4 2016-06-13T20:03:55.6325271Z | | | +-- glob@6.0.4 2016-06-13T20:03:55.6335271Z | | | |-- path-is-absolute@1.0.0 2016-06-13T20:03:55.6335271Z | | | -- json-parse-helpfulerror@1.0.3 2016-06-13T20:03:55.6335271Z | | |-- jju@1.3.0 2016-06-13T20:03:55.6345266Z | | +-- readable-stream@2.1.2 2016-06-13T20:03:55.6345266Z | | | +-- core-util-is@1.0.2 2016-06-13T20:03:55.6355262Z | | | +-- isarray@1.0.0 2016-06-13T20:03:55.6355262Z | | | +-- process-nextick-args@1.0.7 2016-06-13T20:03:55.6365269Z | | | +-- string_decoder@0.10.31 2016-06-13T20:03:55.6365269Z | | | -- util-deprecate@1.0.2 2016-06-13T20:03:55.6365269Z | | +-- realize-package-specifier@3.0.1 2016-06-13T20:03:55.6375272Z | | +-- request@2.72.0 2016-06-13T20:03:55.6375272Z | | | +-- aws-sign2@0.6.0 2016-06-13T20:03:55.6385267Z | | | +-- aws4@1.3.2 2016-06-13T20:03:55.6385267Z | | | +-- bl@1.1.2 2016-06-13T20:03:55.6385267Z | | | |-- readable-stream@2.0.6 2016-06-13T20:03:55.6395267Z | | | | +-- core-util-is@1.0.2 2016-06-13T20:03:55.6395267Z | | | | +-- isarray@1.0.0 2016-06-13T20:03:55.6405263Z | | | | +-- process-nextick-args@1.0.7 2016-06-13T20:03:55.6405263Z | | | | +-- string_decoder@0.10.31 2016-06-13T20:03:55.6415270Z | | | | -- util-deprecate@1.0.2 2016-06-13T20:03:55.6415270Z | | | +-- caseless@0.11.0 2016-06-13T20:03:55.6415270Z | | | +-- combined-stream@1.0.5 2016-06-13T20:03:55.6425269Z | | | |-- delayed-stream@1.0.0 2016-06-13T20:03:55.6425269Z | | | +-- extend@3.0.0 2016-06-13T20:03:55.6435269Z | | | +-- forever-agent@0.6.1 2016-06-13T20:03:55.6435269Z | | | +-- form-data@1.0.0-rc4 2016-06-13T20:03:55.6435269Z | | | | -- async@1.5.2 2016-06-13T20:03:55.6445267Z | | | +-- har-validator@2.0.6 2016-06-13T20:03:55.6445267Z | | | | +-- chalk@1.1.3 2016-06-13T20:03:55.6455271Z | | | | | +-- ansi-styles@2.2.1 2016-06-13T20:03:55.6455271Z | | | | | +-- escape-string-regexp@1.0.5 2016-06-13T20:03:55.6465269Z | | | | | +-- has-ansi@2.0.0 2016-06-13T20:03:55.6465269Z | | | | |-- supports-color@2.0.0 2016-06-13T20:03:55.6465269Z | | | | +-- commander@2.9.0 2016-06-13T20:03:55.6485268Z | | | | | -- graceful-readlink@1.0.1 2016-06-13T20:03:55.6485268Z | | | | +-- is-my-json-valid@2.13.1 2016-06-13T20:03:55.6495269Z | | | | | +-- generate-function@2.0.0 2016-06-13T20:03:55.6495269Z | | | | | +-- generate-object-property@1.2.0 2016-06-13T20:03:55.6495269Z | | | | | |-- is-property@1.0.2 2016-06-13T20:03:55.6505286Z | | | | | +-- jsonpointer@2.0.0 2016-06-13T20:03:55.6505286Z | | | | | -- xtend@4.0.1 2016-06-13T20:03:55.6515260Z | | | |-- pinkie-promise@2.0.1 2016-06-13T20:03:55.6515260Z | | | | -- pinkie@2.0.4 2016-06-13T20:03:55.6525270Z | | | +-- hawk@3.1.3 2016-06-13T20:03:55.6525270Z | | | | +-- boom@2.10.1 2016-06-13T20:03:55.6525270Z | | | | +-- cryptiles@2.0.5 2016-06-13T20:03:55.6535270Z | | | | +-- hoek@2.16.3 2016-06-13T20:03:55.6535270Z | | | |-- sntp@1.0.9 2016-06-13T20:03:55.6545269Z | | | +-- http-signature@1.1.1 2016-06-13T20:03:55.6545269Z | | | | +-- assert-plus@0.2.0 2016-06-13T20:03:55.6555264Z | | | | +-- jsprim@1.2.2 2016-06-13T20:03:55.6555264Z | | | | | +-- extsprintf@1.0.2 2016-06-13T20:03:55.6555264Z | | | | | +-- json-schema@0.2.2 2016-06-13T20:03:55.6565264Z | | | | | -- verror@1.3.6 2016-06-13T20:03:55.6565264Z | | | |-- sshpk@1.8.3 2016-06-13T20:03:55.6575326Z | | | | +-- asn1@0.2.3 2016-06-13T20:03:55.6575326Z | | | | +-- assert-plus@1.0.0 2016-06-13T20:03:55.6575326Z | | | | +-- dashdash@1.13.1 2016-06-13T20:03:55.6585269Z | | | | +-- ecc-jsbn@0.1.1 2016-06-13T20:03:55.6585269Z | | | | +-- getpass@0.1.6 2016-06-13T20:03:55.6595260Z | | | | +-- jodid25519@1.0.2 2016-06-13T20:03:55.6595260Z | | | | +-- jsbn@0.1.0 2016-06-13T20:03:55.6605269Z | | | | -- tweetnacl@0.13.3 2016-06-13T20:03:55.6605269Z | | | +-- is-typedarray@1.0.0 2016-06-13T20:03:55.6605269Z | | | +-- isstream@0.1.2 2016-06-13T20:03:55.6615265Z | | | +-- json-stringify-safe@5.0.1 2016-06-13T20:03:55.6615265Z | | | +-- mime-types@2.1.11 2016-06-13T20:03:55.6625262Z | | | |-- mime-db@1.23.0 2016-06-13T20:03:55.6625262Z | | | +-- node-uuid@1.4.7 2016-06-13T20:03:55.6635268Z | | | +-- oauth-sign@0.8.2 2016-06-13T20:03:55.6635268Z | | | +-- qs@6.1.0 2016-06-13T20:03:55.6635268Z | | | +-- stringstream@0.0.5 2016-06-13T20:03:55.6645268Z | | | +-- tough-cookie@2.2.2 2016-06-13T20:03:55.6645268Z | | | -- tunnel-agent@0.4.3 2016-06-13T20:03:55.6655265Z | | +-- retry@0.9.0 2016-06-13T20:03:55.6655265Z | | +-- rimraf@2.5.2 2016-06-13T20:03:55.6655265Z | | |-- glob@7.0.0 2016-06-13T20:03:55.6665264Z | | | -- path-is-absolute@1.0.0 2016-06-13T20:03:55.6665264Z | | +-- semver@5.1.0 2016-06-13T20:03:55.6675268Z | | +-- sha@2.0.1 2016-06-13T20:03:55.6675268Z | | |-- readable-stream@2.0.2 2016-06-13T20:03:55.6675268Z | | | +-- core-util-is@1.0.1 2016-06-13T20:03:55.6685267Z | | | +-- isarray@0.0.1 2016-06-13T20:03:55.6685267Z | | | +-- process-nextick-args@1.0.3 2016-06-13T20:03:55.6695267Z | | | +-- string_decoder@0.10.31 2016-06-13T20:03:55.6695267Z | | | -- util-deprecate@1.0.1 2016-06-13T20:03:55.6695267Z | | +-- slide@1.1.6 2016-06-13T20:03:55.6705263Z | | +-- sorted-object@2.0.0 2016-06-13T20:03:55.6705263Z | | +-- spdx-license-ids@1.2.1 2016-06-13T20:03:55.6715258Z | | +-- strip-ansi@3.0.1 2016-06-13T20:03:55.6715258Z | | +-- tar@2.2.1 2016-06-13T20:03:55.6725266Z | | +-- text-table@0.2.0 2016-06-13T20:03:55.6725266Z | | +-- uid-number@0.0.6 2016-06-13T20:03:55.6725266Z | | +-- umask@1.1.0 2016-06-13T20:03:55.6735267Z | | +-- validate-npm-package-license@3.0.1 2016-06-13T20:03:55.6735267Z | | | +-- spdx-correct@1.0.2 2016-06-13T20:03:55.6745266Z | | |-- spdx-expression-parse@1.0.2 2016-06-13T20:03:55.6745266Z | | | -- spdx-exceptions@1.0.4 2016-06-13T20:03:55.6745266Z | | +-- validate-npm-package-name@2.2.2 2016-06-13T20:03:55.6755265Z | | |-- builtins@0.0.7 2016-06-13T20:03:55.6755265Z | | +-- which@1.2.8 2016-06-13T20:03:55.6765261Z | | | +-- is-absolute@0.1.7 2016-06-13T20:03:55.6765261Z | | | | -- is-relative@0.1.3 2016-06-13T20:03:55.6775264Z | | |-- isexe@1.1.2 2016-06-13T20:03:55.6775264Z | | +-- wrappy@1.0.1 2016-06-13T20:03:55.6775264Z | | -- write-file-atomic@1.1.4 2016-06-13T20:03:55.6785263Z | +-- opener@1.4.1 2016-06-13T20:03:55.6785263Z | +-- properties-parser@0.2.3 2016-06-13T20:03:55.6795259Z | +-- request@2.47.0 2016-06-13T20:03:55.6795259Z | | +-- aws-sign2@0.5.0 2016-06-13T20:03:55.6795259Z | | +-- bl@0.9.5 2016-06-13T20:03:55.6805258Z | | |-- readable-stream@1.0.34 2016-06-13T20:03:55.6805258Z | | +-- caseless@0.6.0 2016-06-13T20:03:55.6815262Z | | +-- combined-stream@0.0.7 2016-06-13T20:03:55.6815262Z | | | -- delayed-stream@0.0.5 2016-06-13T20:03:55.6815262Z | | +-- forever-agent@0.5.2 2016-06-13T20:03:55.6825268Z | | +-- form-data@0.1.4 2016-06-13T20:03:55.6825268Z | | | +-- async@0.9.2 2016-06-13T20:03:55.6835269Z | | |-- mime@1.2.11 2016-06-13T20:03:55.6835269Z | | +-- hawk@1.1.1 2016-06-13T20:03:55.6835269Z | | | +-- boom@0.4.2 2016-06-13T20:03:55.6845264Z | | | +-- cryptiles@0.2.2 2016-06-13T20:03:55.6845264Z | | | +-- hoek@0.9.1 2016-06-13T20:03:55.6855258Z | | | -- sntp@0.2.4 2016-06-13T20:03:55.6855258Z | | +-- http-signature@0.10.1 2016-06-13T20:03:55.6865267Z | | | +-- asn1@0.1.11 2016-06-13T20:03:55.6865267Z | | | +-- assert-plus@0.1.5 2016-06-13T20:03:55.6865267Z | | |-- ctype@0.5.3 2016-06-13T20:03:55.6875260Z | | +-- json-stringify-safe@5.0.1 2016-06-13T20:03:55.6875260Z | | +-- mime-types@1.0.2 2016-06-13T20:03:55.6885266Z | | +-- oauth-sign@0.4.0 2016-06-13T20:03:55.6885266Z | | +-- qs@2.3.3 2016-06-13T20:03:55.6885266Z | | +-- stringstream@0.0.5 2016-06-13T20:03:55.6895267Z | | -- tunnel-agent@0.4.3 2016-06-13T20:03:55.6895267Z | +-- semver@4.3.6 2016-06-13T20:03:55.6905262Z | +-- shelljs@0.3.0 2016-06-13T20:03:55.6905262Z | +-- tar@1.0.2 2016-06-13T20:03:55.6915267Z | | +-- block-stream@0.0.9 2016-06-13T20:03:55.6915267Z | |-- fstream@1.0.9 2016-06-13T20:03:55.6915267Z | | -- rimraf@2.5.2 2016-06-13T20:03:55.6925269Z | |-- glob@7.0.3 2016-06-13T20:03:55.6925269Z | +-- unorm@1.3.3 2016-06-13T20:03:55.6935267Z | +-- valid-identifier@0.0.1 2016-06-13T20:03:55.6935267Z | -- xcode@0.8.8 2016-06-13T20:03:55.6935267Z | +-- pegjs@0.9.0 2016-06-13T20:03:55.6945265Z |-- simple-plist@0.1.4 2016-06-13T20:03:55.6945265Z | +-- bplist-creator@0.0.4 2016-06-13T20:03:55.6955261Z | | -- stream-buffers@0.2.6 2016-06-13T20:03:55.6955261Z |-- bplist-parser@0.0.6 2016-06-13T20:03:55.6965269Z +-- insight@0.8.2 2016-06-13T20:03:55.6965269Z | +-- async@1.5.2 2016-06-13T20:03:55.6965269Z | +-- chalk@1.1.3 2016-06-13T20:03:55.6975271Z | | +-- ansi-styles@2.2.1 2016-06-13T20:03:55.6975271Z | | +-- escape-string-regexp@1.0.5 2016-06-13T20:03:55.6985271Z | | +-- has-ansi@2.0.0 2016-06-13T20:03:55.6985271Z | | +-- strip-ansi@3.0.1 2016-06-13T20:03:55.6985271Z | | -- supports-color@2.0.0 2016-06-13T20:03:55.6995268Z | +-- configstore@1.4.0 2016-06-13T20:03:55.6995268Z | | +-- graceful-fs@4.1.4 2016-06-13T20:03:55.7005259Z | | +-- mkdirp@0.5.1 2016-06-13T20:03:55.7005259Z | | |-- minimist@0.0.8 2016-06-13T20:03:55.7015269Z | | +-- uuid@2.0.2 2016-06-13T20:03:55.7015269Z | | +-- write-file-atomic@1.1.4 2016-06-13T20:03:55.7015269Z | | | +-- imurmurhash@0.1.4 2016-06-13T20:03:55.7025272Z | | | -- slide@1.1.6 2016-06-13T20:03:55.7025272Z | |-- xdg-basedir@2.0.0 2016-06-13T20:03:55.7035269Z | +-- inquirer@0.10.1 2016-06-13T20:03:55.7035269Z | | +-- ansi-escapes@1.4.0 2016-06-13T20:03:55.7035269Z | | +-- ansi-regex@2.0.0 2016-06-13T20:03:55.7045265Z | | +-- cli-cursor@1.0.2 2016-06-13T20:03:55.7045265Z | | | -- restore-cursor@1.0.1 2016-06-13T20:03:55.7055270Z | | | +-- exit-hook@1.1.1 2016-06-13T20:03:55.7055270Z | | |-- onetime@1.1.0 2016-06-13T20:03:55.7065271Z | | +-- cli-width@1.1.1 2016-06-13T20:03:55.7065271Z | | +-- figures@1.7.0 2016-06-13T20:03:55.7065271Z | | +-- lodash@3.10.1 2016-06-13T20:03:55.7075269Z | | +-- readline2@1.0.1 2016-06-13T20:03:55.7075269Z | | | +-- code-point-at@1.0.0 2016-06-13T20:03:55.7085264Z | | | +-- is-fullwidth-code-point@1.0.0 2016-06-13T20:03:55.7085264Z | | | -- mute-stream@0.0.5 2016-06-13T20:03:55.7095271Z | | +-- run-async@0.1.0 2016-06-13T20:03:55.7095271Z | | +-- rx-lite@3.1.2 2016-06-13T20:03:55.7095271Z | |-- through@2.3.8 2016-06-13T20:03:55.7105269Z | +-- lodash.debounce@3.1.1 2016-06-13T20:03:55.7105269Z | | -- lodash._getnative@3.9.1 2016-06-13T20:03:55.7115264Z | +-- node-uuid@1.4.7 2016-06-13T20:03:55.7115264Z | +-- object-assign@4.1.0 2016-06-13T20:03:55.7115264Z | +-- os-name@1.0.3 2016-06-13T20:03:55.7125265Z | | +-- osx-release@1.1.0 2016-06-13T20:03:55.7125265Z | | |-- minimist@1.2.0 2016-06-13T20:03:55.7135266Z | | -- win-release@1.1.1 2016-06-13T20:03:55.7135266Z |-- tough-cookie@2.2.2 2016-06-13T20:03:55.7135266Z +-- nopt@3.0.1 2016-06-13T20:03:55.7145270Z | -- abbrev@1.0.7 2016-06-13T20:03:55.7145270Z +-- q@1.0.1 2016-06-13T20:03:55.7155268Z +-- underscore@1.7.0 2016-06-13T20:03:55.7155268Z-- update-notifier@0.5.0 2016-06-13T20:03:55.7165271Z +-- is-npm@1.0.0 2016-06-13T20:03:55.7165271Z +-- latest-version@1.0.1 2016-06-13T20:03:55.7165271Z | -- package-json@1.2.0 2016-06-13T20:03:55.7175275Z | +-- got@3.3.1 2016-06-13T20:03:55.7185263Z | | +-- duplexify@3.4.3 2016-06-13T20:03:55.7185263Z | | | +-- end-of-stream@1.0.0 2016-06-13T20:03:55.7195268Z | | |-- readable-stream@2.1.4 2016-06-13T20:03:55.7195268Z | | | +-- buffer-shims@1.0.0 2016-06-13T20:03:55.7195268Z | | | +-- isarray@1.0.0 2016-06-13T20:03:55.7205272Z | | | -- process-nextick-args@1.0.7 2016-06-13T20:03:55.7205272Z | | +-- infinity-agent@2.0.3 2016-06-13T20:03:55.7215267Z | | +-- is-redirect@1.0.0 2016-06-13T20:03:55.7215267Z | | +-- is-stream@1.1.0 2016-06-13T20:03:55.7215267Z | | +-- lowercase-keys@1.0.0 2016-06-13T20:03:55.7225267Z | | +-- nested-error-stacks@1.0.2 2016-06-13T20:03:55.7225267Z | | +-- object-assign@3.0.0 2016-06-13T20:03:55.7235266Z | | +-- prepend-http@1.0.4 2016-06-13T20:03:55.7235266Z | | +-- read-all-stream@3.1.0 2016-06-13T20:03:55.7245279Z | | | +-- pinkie-promise@2.0.1 2016-06-13T20:03:55.7245279Z | | | |-- pinkie@2.0.4 2016-06-13T20:03:55.7245279Z | | | -- readable-stream@2.1.4 2016-06-13T20:03:55.7255271Z | | |-- isarray@1.0.0 2016-06-13T20:03:55.7255271Z | | -- timed-out@2.0.0 2016-06-13T20:03:55.7265268Z |-- registry-url@3.1.0 2016-06-13T20:03:55.7265268Z | -- rc@1.1.6 2016-06-13T20:03:55.7275261Z | +-- deep-extend@0.4.1 2016-06-13T20:03:55.7285263Z | +-- ini@1.3.4 2016-06-13T20:03:55.7285263Z |-- strip-json-comments@1.0.4 2016-06-13T20:03:55.7285263Z +-- repeating@1.1.3 2016-06-13T20:03:55.7295267Z | -- is-finite@1.0.1 2016-06-13T20:03:55.7305265Z |-- number-is-nan@1.0.0 2016-06-13T20:03:55.7305265Z +-- semver-diff@2.1.0 2016-06-13T20:03:55.7315262Z -- string-length@1.0.1 2016-06-13T20:03:55.7315262Z npm WARN enoent ENOENT: no such file or directory, open 'C:\cordova\node_modules\cordova\6.2.0\package.json' 2016-06-13T20:03:55.7325255Z npm WARN 6.2.0 No description 2016-06-13T20:03:55.7325255Z npm WARN 6.2.0 No repository field. 2016-06-13T20:03:55.7335268Z npm WARN 6.2.0 No README data 2016-06-13T20:03:55.7335268Z npm WARN 6.2.0 No license field. 2016-06-13T20:03:55.7595263Z Cordova version set to 6.2.0 based on the contents of taco.json 2016-06-13T20:04:00.5405256Z Module cache at C:\cordova\node_modules 2016-06-13T20:04:02.1285270Z cordova@6.2.0 already installed. 2016-06-13T20:04:02.1295260Z Adding support plugin. 2016-06-13T20:04:17.9743950Z Processing res/native for android 2016-06-13T20:04:19.5350943Z Queueing build for platform android w/options: --debug,--device,--gradleArg=--no-daemon 2016-06-13T20:04:19.7130952Z Processing res/native for android 2016-06-13T20:04:28.6108889Z ANDROID_HOME=C:\java\androidsdk\android-sdk 2016-06-13T20:04:28.6108889Z JAVA_HOME=C:\java\jdk\jdk1.8.0_25 2016-06-13T20:04:49.5615743Z Download https://repo1.maven.org/maven2/com/microsoft/aad/adal/1.1.18/adal-1.1.18.pom 2016-06-13T20:04:50.0445660Z Download https://repo1.maven.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom 2016-06-13T20:04:50.3085594Z FAILURE: Build failed with an exception. 2016-06-13T20:04:50.3095588Z * What went wrong: 2016-06-13T20:04:50.3095588Z A problem occurred configuring root project 'android'. 2016-06-13T20:04:50.3105583Z > Could not resolve all dependencies for configuration ':_debugCompile'. 2016-06-13T20:04:50.3105583Z > Could not find com.android.support:support-v4:23.4.0. 2016-06-13T20:04:50.3105583Z Searched in the following locations: 2016-06-13T20:04:50.3115583Z https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3115583Z https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3125583Z file:/C:/a/1/s/src/Mobile/MobileApp/platforms/android/libs/support-v4-23.4.0.jar 2016-06-13T20:04:50.3125583Z file:/C:/a/1/s/src/Mobile/MobileApp/platforms/android/libs/support-v4.jar 2016-06-13T20:04:50.3125583Z file:/C:/java/androidsdk/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3135582Z file:/C:/java/androidsdk/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3135582Z file:/C:/java/androidsdk/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3145582Z file:/C:/java/androidsdk/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3145582Z Required by: 2016-06-13T20:04:50.3145582Z :android:unspecified > com.microsoft.aad:adal:1.1.18 2016-06-13T20:04:50.3155582Z > Could not find com.android.support:support-v4:23.4.0. 2016-06-13T20:04:50.3155582Z Searched in the following locations: 2016-06-13T20:04:50.3165581Z https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3165581Z https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3165581Z file:/C:/a/1/s/src/Mobile/MobileApp/platforms/android/libs/support-v4-23.4.0.jar 2016-06-13T20:04:50.3175581Z file:/C:/a/1/s/src/Mobile/MobileApp/platforms/android/libs/support-v4.jar 2016-06-13T20:04:50.3175581Z file:/C:/java/androidsdk/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3175581Z file:/C:/java/androidsdk/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3185581Z file:/C:/java/androidsdk/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3185581Z file:/C:/java/androidsdk/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3195581Z Required by: 2016-06-13T20:04:50.3195581Z :android:unspecified > com.android.support:support-v13:23.3.0 2016-06-13T20:04:50.3195581Z > Could not find com.android.support:support-v4:23.4.0. 2016-06-13T20:04:50.3205581Z Searched in the following locations: 2016-06-13T20:04:50.3205581Z https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3215584Z https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3215584Z file:/C:/a/1/s/src/Mobile/MobileApp/platforms/android/libs/support-v4-23.4.0.jar 2016-06-13T20:04:50.3215584Z file:/C:/a/1/s/src/Mobile/MobileApp/platforms/android/libs/support-v4.jar 2016-06-13T20:04:50.3225582Z file:/C:/java/androidsdk/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3225582Z file:/C:/java/androidsdk/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3235581Z file:/C:/java/androidsdk/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-06-13T20:04:50.3235581Z file:/C:/java/androidsdk/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-06-13T20:04:50.3235581Z Required by: 2016-06-13T20:04:50.3245579Z :android:unspecified > com.google.android.gms:play-services-gcm:8.4.0 > com.google.android.gms:play-services-base:8.4.0 > com.google.android.gms:play-services-basement:8.4.0 2016-06-13T20:04:50.3245579Z * Try: 2016-06-13T20:04:50.3255578Z Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 2016-06-13T20:04:50.3255578Z BUILD FAILED 2016-06-13T20:04:50.3255578Z Total time: 21.562 secs 2016-06-13T20:04:52.3585188Z Error code 1 for command: cmd with args: /s,/c,"C:\a\1\s\src\Mobile\MobileApp\platforms\android\gradlew cdvBuildDebug -b C:\a\1\s\src\Mobile\MobileApp\platforms\android\build.gradle -Dorg.gradle.daemon=true -Pandroid.useDeprecatedNdk=true --no-daemon" 2016-06-13T20:04:52.3785198Z ##[debug]task result: Failed 2016-06-13T20:04:52.3855208Z ##[error]Task failed 2016-06-13T20:04:52.4315183Z Finishing task: CordovaBuild 2016-06-13T20:04:52.4565168Z ##[error]System.Exception: Task CordovaBuild failed. This caused the job to fail. Look at the logs for the task for more details. 2016-06-13T20:04:52.4575177Z ##[error] at Microsoft.TeamFoundation.DistributedTask.Worker.JobRunner.Run(IJobContext jobContext, IJobRequest job, IJobExtension jobExtension, CancellationTokenSource tokenSource)

ryuyu commented 8 years ago

Thanks for the report! It actually appears that this may be an issue with the Android SDK installed on the hosted agents in the VSTS pool. We have contact them about it, and I'll keep you up to date.

I was able to reproduce both of your issues locally, which helped me pinpoint the Android SDK as the issue in your 6.2.0 case.

jsiegmund commented 8 years ago

Ok thanks for updating, hope it will be resolved soon :)

jsiegmund commented 8 years ago

@ryuyu can you provide me with an update please? Issue still persists for me.

ryuyu commented 8 years ago

I have pinged the team and will let you know when I hear back ASAP.

Are you still seeing the "sax module missing" message when you try to use the dev/nightly versions of the cordova/cordova-android?

jsiegmund commented 8 years ago

Error seems to have changed:

2016-07-07T08:55:20.4014074Z * What went wrong: 2016-07-07T08:55:20.4024074Z A problem occurred configuring root project 'android'. 2016-07-07T08:55:20.4024074Z > Could not resolve all dependencies for configuration ':_debugCompile'. 2016-07-07T08:55:20.4034068Z > Could not find com.android.support:support-v4:23.4.0. 2016-07-07T08:55:20.4034068Z Searched in the following locations: 2016-07-07T08:55:20.4034068Z https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-07-07T08:55:20.4044069Z https://repo1.maven.org/maven2/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-07-07T08:55:20.4044069Z file:/C:/a/1/s/src/Mobile/MobileApp/platforms/android/libs/support-v4-23.4.0.jar 2016-07-07T08:55:20.4044069Z file:/C:/a/1/s/src/Mobile/MobileApp/platforms/android/libs/support-v4.jar 2016-07-07T08:55:20.4054069Z file:/C:/java/androidsdk/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-07-07T08:55:20.4054069Z file:/C:/java/androidsdk/android-sdk/extras/android/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-07-07T08:55:20.4064067Z file:/C:/java/androidsdk/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.pom 2016-07-07T08:55:20.4064067Z file:/C:/java/androidsdk/android-sdk/extras/google/m2repository/com/android/support/support-v4/23.4.0/support-v4-23.4.0.jar 2016-07-07T08:55:20.4064067Z Required by: 2016-07-07T08:55:20.4074066Z :android:unspecified > com.microsoft.aad:adal:1.1.18

jsiegmund commented 8 years ago

@ryuyu any update on this one? Still not working on my end. I've created a ticket with the VSTS guys to maybe stir things up on that end a bit.

jmatthiesen commented 7 years ago

Hi, @jsiegmund,

I'm following up on stale issues here; did you hear back from the VSTS team and do you still have this issue?

jsiegmund commented 7 years ago

Just checked (had the build disabled in the meantime): seems to work now! :)