Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 7+ and npm 4+ break ionic v1 on Mac #2504

Closed
rolinger opened this issue Jul 8, 2017 · 1 comment
Closed

Node 7+ and npm 4+ break ionic v1 on Mac #2504

rolinger opened this issue Jul 8, 2017 · 1 comment

Comments

@rolinger
Copy link

rolinger commented Jul 8, 2017

Description:
Upgrading from node 6 to node 8 as well as upgrading npm 3.10 to npm 5x completely broke my ionic 1.7.16 install.

After upgrading both node and npm when I attempted to compile my projects I got the following error:

Error: Cannot find module 'internal/fs'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at evalmachine.:40:20
at Object. (/usr/local/lib/node_modules/ionic/node_modules/unzip/node_modules/fstream/node_modules/graceful-fs/fs.js:11:1)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)

Cannot find module 'internal/fs' (CLI v1.7.16)

Steps to Reproduce:
My install base got so jacked up trying different things to fix the above that I had uninstall everything and completely perform a clean install with node/npm/cordova and ionic

iMac:~ test$ sudo npm -v
5.0.3
iMac:~ test$ sudo node -v
v8.1.3
iMac:~ test$ ionic
-bash: ionic: command not found
iMac:~ test$ cordova -v
7.0.1
iMac:~ test$ npm install -g ionic@1.7.16
/usr/local/bin/ionic -> /usr/local/lib/node_modules/ionic/bin/ionic

node-sass@3.8.0 install /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass
node scripts/install.js

Cannot download "https://github.com/sass/node-sass/releases/download/v3.8.0/darwin-x64-57_binding.node":

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.

  export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

  npm config set proxy http://example.com:8080

node-sass@3.8.0 postinstall /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass
node scripts/build.js

Building: /usr/local/bin/node /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/usr/local/bin/node',
gyp verb cli '/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.3.1
gyp info using node@8.1.3 | darwin | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which failed Error: not found: python2
gyp verb which failed at getNotFoundError (/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/which.js:14:12)
gyp verb which failed at F (/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/which.js:69:19)
gyp verb which failed at E (/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/which.js:81:29)
gyp verb which failed at /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/which.js:90:16
gyp verb which failed at /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/node_modules/isexe/index.js:44:5
gyp verb which failed at /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/node_modules/isexe/access.js:8:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:135:15)
gyp verb which failed python2 { Error: not found: python2
gyp verb which failed at getNotFoundError (/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/which.js:14:12)
gyp verb which failed at F (/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/which.js:69:19)
gyp verb which failed at E (/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/which.js:81:29)
gyp verb which failed at /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/which.js:90:16
gyp verb which failed at /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/node_modules/isexe/index.js:44:5
gyp verb which failed at /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/node_modules/which/node_modules/isexe/access.js:8:5
gyp verb which failed at FSReqWrap.oncomplete (fs.js:135:15) code: 'ENOENT' }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb which succeeded python /usr/bin/python
gyp verb check python version /usr/bin/python -c "import platform; print(platform.python_version());" returned: "2.7.10\n"
gyp verb get node dir no --target version specified, falling back to host node version: 8.1.3
gyp verb command install [ '8.1.3' ]
gyp verb install input version string "8.1.3"
gyp verb install installing version: 8.1.3
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version not already installed, continuing with install 8.1.3
gyp verb ensuring nodedir is created /Users/test/.node-gyp/8.1.3
gyp verb created nodedir /Users/test/.node-gyp
gyp http GET https://nodejs.org/download/release/v8.1.3/node-v8.1.3-headers.tar.gz
gyp http 200 https://nodejs.org/download/release/v8.1.3/node-v8.1.3-headers.tar.gz
gyp verb extracted file from tarball include/node/android-ifaddrs.h
gyp verb extracted file from tarball include/node/common.gypi
gyp verb extracted file from tarball include/node/config.gypi
gyp verb extracted file from tarball include/node/node.h
gyp verb extracted file from tarball include/node/node_api.h
gyp verb extracted file from tarball include/node/node_api_types.h
gyp verb extracted file from tarball include/node/node_buffer.h
gyp verb extracted file from tarball include/node/node_object_wrap.h
gyp verb extracted file from tarball include/node/node_version.h
gyp verb extracted file from tarball include/node/pthread-barrier.h
gyp verb extracted file from tarball include/node/stdint-msvc2008.h
gyp verb extracted file from tarball include/node/tree.h
gyp verb extracted file from tarball include/node/uv-aix.h
gyp verb extracted file from tarball include/node/uv-bsd.h
gyp verb extracted file from tarball include/node/uv-darwin.h
gyp verb extracted file from tarball include/node/uv-errno.h
gyp verb extracted file from tarball include/node/uv-linux.h
gyp verb extracted file from tarball include/node/uv-os390.h
gyp verb extracted file from tarball include/node/uv-posix.h
gyp verb extracted file from tarball include/node/uv-sunos.h
gyp verb extracted file from tarball include/node/uv-threadpool.h
gyp verb extracted file from tarball include/node/uv-unix.h
gyp verb extracted file from tarball include/node/uv-version.h
gyp verb extracted file from tarball include/node/uv-win.h
gyp verb extracted file from tarball include/node/uv.h
gyp verb extracted file from tarball include/node/v8-debug.h
gyp verb extracted file from tarball include/node/v8-inspector-protocol.h
gyp verb extracted file from tarball include/node/v8-inspector.h
gyp verb extracted file from tarball include/node/v8-platform.h
gyp verb extracted file from tarball include/node/v8-profiler.h
gyp verb extracted file from tarball include/node/v8-testing.h
gyp verb extracted file from tarball include/node/v8-util.h
gyp verb extracted file from tarball include/node/v8-version-string.h
gyp verb extracted file from tarball include/node/v8-version.h
gyp verb extracted file from tarball include/node/v8.h
gyp verb extracted file from tarball include/node/v8config.h
gyp verb extracted file from tarball include/node/zconf.h
gyp verb extracted file from tarball include/node/zlib.h
gyp verb extracted file from tarball include/node/openssl/aes.h
gyp verb extracted file from tarball include/node/openssl/asn1.h
gyp verb extracted file from tarball include/node/openssl/asn1_mac.h
gyp verb extracted file from tarball include/node/openssl/asn1t.h
gyp verb extracted file from tarball include/node/openssl/bio.h
gyp verb extracted file from tarball include/node/openssl/blowfish.h
gyp verb extracted file from tarball include/node/openssl/bn.h
gyp verb extracted file from tarball include/node/openssl/buffer.h
gyp verb extracted file from tarball include/node/openssl/camellia.h
gyp verb extracted file from tarball include/node/openssl/cast.h
gyp verb extracted file from tarball include/node/openssl/cmac.h
gyp verb extracted file from tarball include/node/openssl/cms.h
gyp verb extracted file from tarball include/node/openssl/comp.h
gyp verb extracted file from tarball include/node/openssl/conf.h
gyp verb extracted file from tarball include/node/openssl/conf_api.h
gyp verb content checksum node-v8.1.3-headers.tar.gz f1ac5b4d1778df43e102ba6a7bc884bdcdaa5cffbd228581794673babc36dd6c
gyp verb extracted file from tarball include/node/openssl/crypto.h
gyp verb extracted file from tarball include/node/openssl/des.h
gyp verb extracted file from tarball include/node/openssl/des_old.h
gyp verb extracted file from tarball include/node/openssl/dh.h
gyp verb extracted file from tarball include/node/openssl/dsa.h
gyp verb extracted file from tarball include/node/openssl/dso.h
gyp verb extracted file from tarball include/node/openssl/dtls1.h
gyp verb extracted file from tarball include/node/openssl/e_os2.h
gyp verb extracted file from tarball include/node/openssl/ebcdic.h
gyp verb extracted file from tarball include/node/openssl/ec.h
gyp verb extracted file from tarball include/node/openssl/ecdh.h
gyp verb extracted file from tarball include/node/openssl/ecdsa.h
gyp verb extracted file from tarball include/node/openssl/engine.h
gyp verb extracted file from tarball include/node/openssl/err.h
gyp verb extracted file from tarball include/node/openssl/evp.h
gyp verb extracted file from tarball include/node/openssl/hmac.h
gyp verb extracted file from tarball include/node/openssl/idea.h
gyp verb extracted file from tarball include/node/openssl/krb5_asn.h
gyp verb extracted file from tarball include/node/openssl/kssl.h
gyp verb extracted file from tarball include/node/openssl/lhash.h
gyp verb extracted file from tarball include/node/openssl/md4.h
gyp verb extracted file from tarball include/node/openssl/md5.h
gyp verb extracted file from tarball include/node/openssl/mdc2.h
gyp verb extracted file from tarball include/node/openssl/modes.h
gyp verb extracted file from tarball include/node/openssl/obj_mac.h
gyp verb extracted file from tarball include/node/openssl/objects.h
gyp verb extracted file from tarball include/node/openssl/ocsp.h
gyp verb extracted file from tarball include/node/openssl/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/opensslv.h
gyp verb extracted file from tarball include/node/openssl/ossl_typ.h
gyp verb extracted file from tarball include/node/openssl/pem.h
gyp verb extracted file from tarball include/node/openssl/pem2.h
gyp verb extracted file from tarball include/node/openssl/pkcs12.h
gyp verb extracted file from tarball include/node/openssl/pkcs7.h
gyp verb extracted file from tarball include/node/openssl/pqueue.h
gyp verb extracted file from tarball include/node/openssl/rand.h
gyp verb extracted file from tarball include/node/openssl/rc2.h
gyp verb extracted file from tarball include/node/openssl/rc4.h
gyp verb extracted file from tarball include/node/openssl/ripemd.h
gyp verb extracted file from tarball include/node/openssl/rsa.h
gyp verb extracted file from tarball include/node/openssl/safestack.h
gyp verb extracted file from tarball include/node/openssl/seed.h
gyp verb extracted file from tarball include/node/openssl/sha.h
gyp verb extracted file from tarball include/node/openssl/srp.h
gyp verb extracted file from tarball include/node/openssl/srtp.h
gyp verb extracted file from tarball include/node/openssl/ssl.h
gyp verb extracted file from tarball include/node/openssl/ssl2.h
gyp verb extracted file from tarball include/node/openssl/ssl23.h
gyp verb extracted file from tarball include/node/openssl/ssl3.h
gyp verb extracted file from tarball include/node/openssl/stack.h
gyp verb extracted file from tarball include/node/openssl/symhacks.h
gyp verb extracted file from tarball include/node/openssl/tls1.h
gyp verb extracted file from tarball include/node/openssl/ts.h
gyp verb extracted file from tarball include/node/openssl/txt_db.h
gyp verb extracted file from tarball include/node/openssl/ui.h
gyp verb extracted file from tarball include/node/openssl/ui_compat.h
gyp verb extracted file from tarball include/node/openssl/whrlpool.h
gyp verb extracted file from tarball include/node/openssl/x509.h
gyp verb extracted file from tarball include/node/openssl/x509_vfy.h
gyp verb extracted file from tarball include/node/openssl/x509v3.h
gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/opensslconf.h
gyp verb extracted file from tarball include/node/libplatform/libplatform-export.h
gyp verb extracted file from tarball include/node/libplatform/libplatform.h
gyp verb extracted file from tarball include/node/libplatform/v8-tracing.h
gyp verb tarball done parsing tarball
gyp verb check download content checksum, need to download SHASUMS256.txt...
gyp verb checksum url https://nodejs.org/download/release/v8.1.3/SHASUMS256.txt
gyp http GET https://nodejs.org/download/release/v8.1.3/SHASUMS256.txt
gyp http 200 https://nodejs.org/download/release/v8.1.3/SHASUMS256.txt
gyp verb checksum data {"node-v8.1.3-aix-ppc64.tar.gz":"9f00c50d3065a6effe2b8f5c1097238bb7a00de9136b36e368fd30000135006f","node-v8.1.3-darwin-x64.tar.gz":"ae588038480a6acc57b6b04802fa876e0b602231e9846944dd1b4437e8c1205f","node-v8.1.3-darwin-x64.tar.xz":"66ac1b3d3135dc7366b7b105768f334deb347770a7cd35f854638b8095ca1143","node-v8.1.3-headers.tar.gz":"f1ac5b4d1778df43e102ba6a7bc884bdcdaa5cffbd228581794673babc36dd6c","node-v8.1.3-headers.tar.xz":"a723e2cc1188fc14f3bf92c156c184d5e3854735ee5f38d62c27f76f5e0f4237","node-v8.1.3-linux-arm64.tar.gz":"5a7837cc31f2d2e0a8db081f5cb856276a6da3bb7b7cae364a36918763816ced","node-v8.1.3-linux-arm64.tar.xz":"cebc2edd89f20613a530509a2435ecc42757ce16032559ef174ebe84875a1536","node-v8.1.3-linux-armv6l.tar.gz":"a0386233c3e249c6bbfdb543581b01c3d0b006a17140bd791441c333b345c3a9","node-v8.1.3-linux-armv6l.tar.xz":"3fefae29ab6028c0ad339527c08586588df5389df5228b1ed2016be1968d7907","node-v8.1.3-linux-armv7l.tar.gz":"d63469cad1f71da249f931b9d7ab4b77dc83a08740cd6917ba7171b5abf0bc6e","node-v8.1.3-linux-armv7l.tar.xz":"5f957d0bb3d6dcbb9db04de63a9ff21f1e5edcdd1e2e3f0fb372a394403f8882","node-v8.1.3-linux-ppc64le.tar.gz":"65853d72de7c2b30f7c79817e8c60b4063f6918c7651c80cf1a7a875e4d49bf9","node-v8.1.3-linux-ppc64le.tar.xz":"b7d04eb8ac25a5c2b61423695289e207c0d82cf80633f1be55d01eac1848283a","node-v8.1.3-linux-ppc64.tar.gz":"59c16cb44800d4ca96f98bcf382f176591cbcc504b8b21a9ee9a7d28eaed06a1","node-v8.1.3-linux-ppc64.tar.xz":"ba64edcb0274f3b413e5be9acbcdcc48188f0e2ce8c1afcac511f191b0eabea3","node-v8.1.3-linux-s390x.tar.gz":"302474d0a93055647596f8c962a6afe3fd1cc0e66e8b4d8f14f42813172973d0","node-v8.1.3-linux-s390x.tar.xz":"ab54cde2b649002a6f322a460690438d20997a4ff2b3c294b66afc075df24fb6","node-v8.1.3-linux-x64.tar.gz":"1a526c56fb0fe0f4e91892874d89be2c8920a9d51eb6ed8bd68f66162b7a6b9e","node-v8.1.3-linux-x64.tar.xz":"d41dc375ea7e33fadf0fb1bf89d9dfd222a2fb85633fba3d2cf48ac03522ba71","node-v8.1.3-linux-x86.tar.gz":"38bc1b25fc3dea3984729d4457d8e29ea6f0be156ba2e2c2274d850ebda4b8bd","node-v8.1.3-linux-x86.tar.xz":"68d895c6662c017ddcd54b788bfc90c310520c23853339fc815b58ef1b39c06e","node-v8.1.3.pkg":"6534587fc70b4384a78f2a8557c9fef4e40e7843205a373c401b2b8511ff79c4","node-v8.1.3-sunos-x64.tar.gz":"7e91af1e8f9803593c464f1d06df6675c85d35e8fc81bb304caf267dbf6f7f27","node-v8.1.3-sunos-x64.tar.xz":"33d2f7f1e865222b07c9b9bbd978b23e41e67ab7c28eccaebcf89acabf279d00","node-v8.1.3-sunos-x86.tar.gz":"6d25d4ac6372bdb67cc8c8e6b625ea224d62a0d925659110927eaca09c64618b","node-v8.1.3-sunos-x86.tar.xz":"accee86d6b1584a320ba0379292344a176786a3b7ce8712974b04698ec795bba","node-v8.1.3.tar.gz":"388998d052335af1fe0643dd4d68e2fb1c7109ed6ae22a22cc394f1e7aaf43d3","node-v8.1.3.tar.xz":"67bc73136807190bc2f4bd840c647bace9077f24988a262f497eceab78f5acd4","node-v8.1.3-win-x64.7z":"1688ab46105e46af3f0f4c0ed595a6e9481a7d5c4c8913c560208a2faf1ec03a","node-v8.1.3-win-x64.zip":"be582920c723124ebad48c968f539ef66b1f628d8b6f2338dc68a32f95104856","node-v8.1.3-win-x86.7z":"f074db9d173971a5606359c7eddbc2dca288a557542799eb257fdd71ee329523","node-v8.1.3-win-x86.zip":"0c7079e6e51150e669aca9f158447504ca0de9254a81fcc68b3ab04e6ee2b901","node-v8.1.3-x64.msi":"4e4af424435ef4ed18096099ae30880c999fda054e8faa664f5b930370aaad68","node-v8.1.3-x86.msi":"53f53d56fa0ecf09bc27ade5980782499053cac7fccf668c017908a4ead11737","win-x64/node.exe":"6fc8439dbbf17641d993d7793ddc75bbaf401bdb73d4d95edc04db82cdc8d66a","win-x64/node.lib":"713aee6504cd983b066489f20d916afd3dd188f8aae022f3abdcceec6ccde476","win-x64/node_pdb.7z":"4ca44c36341e4218232cc7a8ff2ff1420c6be2208b8b9d84535614b43d9bd842","win-x64/node_pdb.zip":"b022710661e1b6bdba24735c2d4530e35577bd0ea3b492deb384d7133dd73ada","win-x86/node.exe":"a9e8086bc09b9f2830dca69bd6b6904e35cd24849fc0123111fd68418a6fccaf","win-x86/node.lib":"9715458e3754537b4418d95e62a655d37c86b5aa3abae0ffdbe4413ae55a6130","win-x86/node_pdb.7z":"7a46f4f812df8b39352f9d5319e82c4c9b46a4ae44e94b62461daef4d52b49d9","win-x86/node_pdb.zip":"33c8f5381234b16f469d1940829e19a033cd23dffa18b508b28e1e6f015532d6"}
gyp verb download contents checksum {"node-v8.1.3-headers.tar.gz":"f1ac5b4d1778df43e102ba6a7bc884bdcdaa5cffbd228581794673babc36dd6c"}
gyp verb validating download checksum for node-v8.1.3-headers.tar.gz (f1ac5b4d1778df43e102ba6a7bc884bdcdaa5cffbd228581794673babc36dd6c == f1ac5b4d1778df43e102ba6a7bc884bdcdaa5cffbd228581794673babc36dd6c)
gyp verb get node dir target node version installed: 8.1.3
gyp verb build dir attempting to create "build" dir: /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python
gyp info spawn args [ '/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/test/.node-gyp/8.1.3/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/test/.node-gyp/8.1.3',
gyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=node.lib',
gyp info spawn args '-Dmodule_root_dir=/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /Users/test/.node-gyp/8.1.3
gyp verb which succeeded for make /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp
cc '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory_manager.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/memory_manager.o ../src/libsass/src/memory_manager.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
c++ '-DNODE_GYP_MODULE_NAME=libsass' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
rm -f Release/sass.a && ./gyp-mac-tool filter-libtool libtool -static -o Release/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory_manager.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/create_string.o.d.raw -c -o Release/obj.target/binding/src/create_string.o ../src/create_string.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/custom_function_bridge.o.d.raw -c -o Release/obj.target/binding/src/custom_function_bridge.o ../src/custom_function_bridge.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/custom_importer_bridge.o.d.raw -c -o Release/obj.target/binding/src/custom_importer_bridge.o ../src/custom_importer_bridge.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_context_wrapper.o.d.raw -c -o Release/obj.target/binding/src/sass_context_wrapper.o ../src/sass_context_wrapper.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/boolean.o.d.raw -c -o Release/obj.target/binding/src/sass_types/boolean.o ../src/sass_types/boolean.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/color.o.d.raw -c -o Release/obj.target/binding/src/sass_types/color.o ../src/sass_types/color.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/error.o.d.raw -c -o Release/obj.target/binding/src/sass_types/error.o ../src/sass_types/error.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/factory.o.d.raw -c -o Release/obj.target/binding/src/sass_types/factory.o ../src/sass_types/factory.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/list.o.d.raw -c -o Release/obj.target/binding/src/sass_types/list.o ../src/sass_types/list.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/map.o.d.raw -c -o Release/obj.target/binding/src/sass_types/map.o ../src/sass_types/map.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/null.o.d.raw -c -o Release/obj.target/binding/src/sass_types/null.o ../src/sass_types/null.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/number.o.d.raw -c -o Release/obj.target/binding/src/sass_types/number.o ../src/sass_types/number.cpp
c++ '-DNODE_GYP_MODULE_NAME=binding' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/test/.node-gyp/8.1.3/include/node -I/Users/test/.node-gyp/8.1.3/src -I/Users/test/.node-gyp/8.1.3/deps/uv/include -I/Users/test/.node-gyp/8.1.3/deps/v8/include -I../node_modules/nan -I../src/libsass/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -stdlib=libc++ -fno-rtti -fno-exceptions -fno-threadsafe-statics -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/string.o.d.raw -c -o Release/obj.target/binding/src/sass_types/string.o ../src/sass_types/string.cpp
c++ -bundle -undefined dynamic_lookup -Wl,-no_pie -Wl,-search_paths_first -mmacosx-version-min=10.7 -arch x86_64 -L./Release -stdlib=libc++ -o Release/binding.node Release/obj.target/binding/src/binding.o Release/obj.target/binding/src/create_string.o Release/obj.target/binding/src/custom_function_bridge.o Release/obj.target/binding/src/custom_importer_bridge.o Release/obj.target/binding/src/sass_context_wrapper.o Release/obj.target/binding/src/sass_types/boolean.o Release/obj.target/binding/src/sass_types/color.o Release/obj.target/binding/src/sass_types/error.o Release/obj.target/binding/src/sass_types/factory.o Release/obj.target/binding/src/sass_types/list.o Release/obj.target/binding/src/sass_types/map.o Release/obj.target/binding/src/sass_types/null.o Release/obj.target/binding/src/sass_types/number.o Release/obj.target/binding/src/sass_types/string.o Release/sass.a
gyp info ok
Installed in "/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/vendor/darwin-x64-57/binding.node"

spawn-sync@1.0.15 postinstall /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/cross-spawn/node_modules/spawn-sync
node postinstall

  • ionic@1.7.16
    added 1509 packages in 221.648s

iMac:~ test$ ionic -v
1.7.16

iMac:~ test$ sudo npm install -g ios-sim
Password:
/usr/local/bin/ios-sim -> /usr/local/lib/node_modules/ios-sim/bin/ios-sim

  • ios-sim@6.0.0
    added 13 packages in 2.477s

iMac:~ test$ pwd
/Users/test
iMac:~ test$ cd dev
iMac:dev test$ ionic start TestProj tabs

Error: Cannot find module 'internal/fs'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at evalmachine.:40:20
at Object. (/usr/local/lib/node_modules/ionic/node_modules/unzip/node_modules/fstream/node_modules/graceful-fs/fs.js:11:1)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)

Cannot find module 'internal/fs' (CLI v1.7.16)

Your system information:

Cordova CLI: 7.0.1
Ionic CLI Version: 1.7.16
Ionic App Lib Version: 0.7.3
ios-deploy version: Not installed
ios-sim version: 6.0.0
OS: Mac OS X El Capitan
Node Version: v8.1.3
Xcode version: Xcode 8.2.1 Build version 8C1002

Output:

My ionic info:

Other Information:
I then uninstalled everything again and installed node 6.11.0 which automatically loaded npm 3.10.10 and then installed cordova 7 and ionic v.1.7.16 - everything installed cleanly. However, when compiling a simple test project I am getting gradle-fs warnings still but at least it worked. There must be some dependency with ionic v1 that is preventing a new install with node 7x/8x and/or npm4x/5x...its the same dependency which prevented my previous projects from compiling after upgrading to node 8.1.3 and npm 5.0.3 (and then again to npm 5.1.0)

I ask that if there is a fix, or work around, for this that ionic clearly document how to do this because I can't find any references on how to cleanly fix this issue. I spent considerable time (3 days in fact) trying to force Node 8.1.3/npm 5.1.0 to work with ionic 1.7.16 but could never manage to get it work.

And now I worry that my projects plugins will start to break because some of them will require node8 and cause me additional headaches.

test:/Users/test> node -v
v6.11.0
test:/Users/test> npm -v
3.10.10
test:/Users/test> sudo npm install -g cordova
Password:
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
/usr/local/bin/cordova -> /usr/local/lib/node_modules/cordova/bin/cordova
/usr/local/lib
└─┬ cordova@7.0.1
├─┬ configstore@2.1.0
│ ├─┬ dot-prop@3.0.0
│ │ └── is-obj@1.0.1
│ ├── graceful-fs@4.1.11
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── object-assign@4.1.1
│ ├── os-tmpdir@1.0.2
│ ├─┬ osenv@0.1.4
│ │ └── os-homedir@1.0.2
│ ├── uuid@2.0.3
│ ├─┬ write-file-atomic@1.3.4
│ │ ├── imurmurhash@0.1.4
│ │ └── slide@1.1.6
│ └── xdg-basedir@2.0.0
├─┬ cordova-common@2.0.3
│ ├── ansi@0.3.1
│ ├─┬ bplist-parser@0.1.1
│ │ └── big-integer@1.6.23
│ ├── cordova-registry-mapper@1.1.15
│ ├─┬ elementtree@0.1.6
│ │ └── sax@0.3.5
│ ├─┬ glob@5.0.15
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3
│ │ ├── once@1.4.0
│ │ └── path-is-absolute@1.0.1
│ ├─┬ minimatch@3.0.4
│ │ └─┬ brace-expansion@1.1.8
│ │ ├── balanced-match@1.0.0
│ │ └── concat-map@0.0.1
│ ├─┬ plist@1.2.0
│ │ ├── base64-js@0.0.8
│ │ ├── util-deprecate@1.0.2
│ │ ├── xmlbuilder@4.0.0
│ │ └── xmldom@0.1.27
│ ├── q@1.5.0
│ ├── semver@5.3.0
│ ├── shelljs@0.5.3
│ ├── underscore@1.8.3
│ └── unorm@1.4.1
├─┬ cordova-lib@7.0.1
│ ├─┬ aliasify@2.1.0
│ │ └─┬ browserify-transform-tools@1.7.0
│ │ └─┬ falafel@2.1.0
│ │ ├── acorn@5.1.1
│ │ ├── foreach@2.0.5
│ │ ├── isarray@0.0.1
│ │ └── object-keys@1.0.11
│ ├─┬ cordova-create@1.1.1
│ │ ├── cordova-app-hello-world@3.12.0
│ │ └── shelljs@0.3.0
│ ├─┬ cordova-fetch@1.1.0
│ │ ├─┬ dependency-ls@1.1.1
│ │ │ └── q@1.4.1
│ │ ├── is-url@1.2.2
│ │ ├── q@1.5.0
│ │ └─┬ shelljs@0.7.8
│ │ ├── glob@7.1.2
│ │ ├── interpret@1.0.3
│ │ └── rechoir@0.6.2
│ ├─┬ cordova-js@4.2.1
│ │ └─┬ browserify@13.3.0
│ │ ├── assert@1.4.1
│ │ ├─┬ browser-pack@6.0.2
│ │ │ ├─┬ combine-source-map@0.7.2
│ │ │ │ ├── convert-source-map@1.1.3
│ │ │ │ ├── inline-source-map@0.6.2
│ │ │ │ ├── lodash.memoize@3.0.4
│ │ │ │ └── source-map@0.5.6
│ │ │ └── umd@3.0.1
│ │ ├─┬ browser-resolve@1.11.2
│ │ │ └── resolve@1.1.7
│ │ ├─┬ browserify-zlib@0.1.4
│ │ │ └── pako@0.2.9
│ │ ├─┬ buffer@4.9.1
│ │ │ ├── base64-js@1.2.1
│ │ │ ├── ieee754@1.1.8
│ │ │ └── isarray@1.0.0
│ │ ├── cached-path-relative@1.0.1
│ │ ├─┬ concat-stream@1.5.2
│ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ └── isarray@1.0.0
│ │ │ └── typedarray@0.0.6
│ │ ├─┬ console-browserify@1.1.0
│ │ │ └── date-now@0.1.4
│ │ ├── constants-browserify@1.0.0
│ │ ├─┬ crypto-browserify@3.11.0
│ │ │ ├─┬ browserify-cipher@1.0.0
│ │ │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │ │ └── buffer-xor@1.0.3
│ │ │ │ ├─┬ browserify-des@1.0.0
│ │ │ │ │ └── des.js@1.0.0
│ │ │ │ └── evp_bytestokey@1.0.0
│ │ │ ├─┬ browserify-sign@4.0.4
│ │ │ │ ├── bn.js@4.11.7
│ │ │ │ ├── browserify-rsa@4.0.1
│ │ │ │ ├─┬ elliptic@6.4.0
│ │ │ │ │ ├── brorand@1.1.0
│ │ │ │ │ ├── hash.js@1.1.3
│ │ │ │ │ ├── hmac-drbg@1.0.1
│ │ │ │ │ ├── minimalistic-assert@1.0.0
│ │ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ │ └─┬ parse-asn1@5.1.0
│ │ │ │ └── asn1.js@4.9.1
│ │ │ ├── create-ecdh@4.0.0
│ │ │ ├─┬ create-hash@1.1.3
│ │ │ │ ├── cipher-base@1.0.4
│ │ │ │ └─┬ ripemd160@2.0.1
│ │ │ │ └── hash-base@2.0.2
│ │ │ ├── create-hmac@1.1.6
│ │ │ ├─┬ diffie-hellman@5.0.2
│ │ │ │ └── miller-rabin@4.0.0
│ │ │ ├── pbkdf2@3.0.12
│ │ │ ├── public-encrypt@4.0.0
│ │ │ └── randombytes@2.0.5
│ │ ├── defined@1.0.0
│ │ ├── deps-sort@2.0.0
│ │ ├── domain-browser@1.1.7
│ │ ├── duplexer2@0.1.4
│ │ ├── events@1.1.1
│ │ ├── glob@7.1.2
│ │ ├─┬ has@1.0.1
│ │ │ └── function-bind@1.1.0
│ │ ├── htmlescape@1.1.1
│ │ ├── https-browserify@0.0.1
│ │ ├─┬ insert-module-globals@7.0.1
│ │ │ ├── is-buffer@1.1.5
│ │ │ └─┬ lexical-scope@1.2.0
│ │ │ └─┬ astw@2.2.0
│ │ │ └── acorn@4.0.13
│ │ ├─┬ JSONStream@1.3.1
│ │ │ └── jsonparse@1.3.1
│ │ ├─┬ labeled-stream-splicer@2.0.0
│ │ │ └── stream-splicer@2.0.0
│ │ ├─┬ module-deps@4.1.1
│ │ │ ├─┬ detective@4.5.0
│ │ │ │ └── acorn@4.0.13
│ │ │ └── stream-combiner2@1.1.1
│ │ ├── os-browserify@0.1.2
│ │ ├─┬ parents@1.0.1
│ │ │ └── path-platform@0.11.15
│ │ ├── path-browserify@0.0.0
│ │ ├── process@0.11.10
│ │ ├── querystring-es3@0.2.1
│ │ ├── read-only-stream@2.0.0
│ │ ├─┬ readable-stream@2.3.3
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── safe-buffer@5.1.1
│ │ │ └── string_decoder@1.0.3
│ │ ├─┬ resolve@1.3.3
│ │ │ └── path-parse@1.0.5
│ │ ├─┬ shasum@1.0.2
│ │ │ ├── json-stable-stringify@0.0.1
│ │ │ └── sha.js@2.4.8
│ │ ├─┬ shell-quote@1.6.1
│ │ │ ├── array-filter@0.0.1
│ │ │ ├── array-map@0.0.0
│ │ │ ├── array-reduce@0.0.0
│ │ │ └── jsonify@0.0.0
│ │ ├── stream-browserify@2.0.1
│ │ ├─┬ stream-http@2.7.2
│ │ │ ├── builtin-status-codes@3.0.0
│ │ │ └── to-arraybuffer@1.0.1
│ │ ├── string_decoder@0.10.31
│ │ ├─┬ subarg@1.0.0
│ │ │ └── minimist@1.2.0
│ │ ├─┬ syntax-error@1.3.0
│ │ │ └── acorn@4.0.13
│ │ ├── through2@2.0.3
│ │ ├── timers-browserify@1.4.2
│ │ ├── tty-browserify@0.0.0
│ │ ├─┬ url@0.11.0
│ │ │ ├── punycode@1.3.2
│ │ │ └── querystring@0.2.0
│ │ ├─┬ util@0.10.3
│ │ │ └── inherits@2.0.1
│ │ ├─┬ vm-browserify@0.0.4
│ │ │ └── indexof@0.0.1
│ │ └── xtend@4.0.1
│ ├─┬ cordova-serve@1.0.1
│ │ ├─┬ compression@1.6.2
│ │ │ ├─┬ accepts@1.3.3
│ │ │ │ └── negotiator@0.6.1
│ │ │ ├── bytes@2.3.0
│ │ │ ├── compressible@2.0.10
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├── on-headers@1.0.1
│ │ │ └── vary@1.1.1
│ │ ├─┬ express@4.15.3
│ │ │ ├── array-flatten@1.1.1
│ │ │ ├── content-disposition@0.5.2
│ │ │ ├── content-type@1.0.2
│ │ │ ├── cookie@0.3.1
│ │ │ ├── cookie-signature@1.0.6
│ │ │ ├─┬ debug@2.6.7
│ │ │ │ └── ms@2.0.0
│ │ │ ├── depd@1.1.0
│ │ │ ├── encodeurl@1.0.1
│ │ │ ├── escape-html@1.0.3
│ │ │ ├── etag@1.8.0
│ │ │ ├─┬ finalhandler@1.0.3
│ │ │ │ ├─┬ debug@2.6.7
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ └── unpipe@1.0.0
│ │ │ ├── fresh@0.5.0
│ │ │ ├── merge-descriptors@1.0.1
│ │ │ ├── methods@1.1.2
│ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ └── ee-first@1.1.1
│ │ │ ├── parseurl@1.3.1
│ │ │ ├── path-to-regexp@0.1.7
│ │ │ ├─┬ proxy-addr@1.1.4
│ │ │ │ ├── forwarded@0.1.0
│ │ │ │ └── ipaddr.js@1.3.0
│ │ │ ├── qs@6.4.0
│ │ │ ├── range-parser@1.2.0
│ │ │ ├─┬ send@0.15.3
│ │ │ │ ├── debug@2.6.7
│ │ │ │ ├── destroy@1.0.4
│ │ │ │ ├── http-errors@1.6.1
│ │ │ │ ├── mime@1.3.4
│ │ │ │ └── ms@2.0.0
│ │ │ ├── serve-static@1.12.3
│ │ │ ├── setprototypeof@1.0.3
│ │ │ ├── statuses@1.3.1
│ │ │ ├─┬ type-is@1.6.15
│ │ │ │ └── media-typer@0.3.0
│ │ │ └── utils-merge@1.0.0
│ │ └── q@1.5.0
│ ├─┬ dep-graph@1.1.0
│ │ └── underscore@1.2.1
│ ├─┬ glob@7.1.1
│ │ └── fs.realpath@1.0.0
│ ├─┬ init-package-json@1.10.1
│ │ ├── glob@7.1.2
│ │ ├─┬ npm-package-arg@5.1.2
│ │ │ └── hosted-git-info@2.5.0
│ │ ├── promzard@0.3.0
│ │ ├─┬ read@1.0.7
│ │ │ └── mute-stream@0.0.7
│ │ ├─┬ read-package-json@2.0.10
│ │ │ ├── glob@7.1.2
│ │ │ ├─┬ json-parse-helpfulerror@1.0.3
│ │ │ │ └── jju@1.3.0
│ │ │ └─┬ normalize-package-data@2.4.0
│ │ │ └─┬ is-builtin-module@1.0.0
│ │ │ └── builtin-modules@1.1.1
│ │ ├─┬ validate-npm-package-license@3.0.1
│ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ └── spdx-license-ids@1.2.2
│ │ │ └── spdx-expression-parse@1.0.4
│ │ └─┬ validate-npm-package-name@3.0.0
│ │ └── builtins@1.0.3
│ ├── nopt@4.0.1
│ ├─┬ npm@2.15.12
│ │ ├── abbrev@1.0.9
│ │ ├── ansi@0.3.1
│ │ ├── ansi-regex@2.0.0
│ │ ├── ansicolors@0.3.2
│ │ ├── ansistyles@0.1.3
│ │ ├── archy@1.0.0
│ │ ├── async-some@1.0.2
│ │ ├── block-stream@0.0.9
│ │ ├── char-spinner@1.0.1
│ │ ├── chmodr@1.0.2
│ │ ├── chownr@1.0.1
│ │ ├── cmd-shim@2.0.2
│ │ ├─┬ columnify@1.5.4
│ │ │ └─┬ wcwidth@1.0.0
│ │ │ └─┬ defaults@1.0.3
│ │ │ └── clone@1.0.2
│ │ ├─┬ config-chain@1.1.10
│ │ │ └── proto-list@1.2.4
│ │ ├─┬ dezalgo@1.0.3
│ │ │ └── asap@2.0.3
│ │ ├── editor@1.0.0
│ │ ├── fs-vacuum@1.2.9
│ │ ├─┬ fs-write-stream-atomic@1.0.8
│ │ │ └── iferr@0.1.5
│ │ ├── fstream@1.0.10
│ │ ├─┬ fstream-npm@1.1.1
│ │ │ └── fstream-ignore@1.0.5
│ │ ├── github-url-from-git@1.4.0
│ │ ├── github-url-from-username-repo@1.0.2
│ │ ├─┬ glob@7.0.6
│ │ │ ├── fs.realpath@1.0.0
│ │ │ └── path-is-absolute@1.0.0
│ │ ├── graceful-fs@4.1.6
│ │ ├── hosted-git-info@2.1.5
│ │ ├── imurmurhash@0.1.4
│ │ ├── inflight@1.0.5
│ │ ├── inherits@2.0.3
│ │ ├── ini@1.3.4
│ │ ├─┬ init-package-json@1.9.4
│ │ │ ├─┬ glob@6.0.4
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ └── promzard@0.3.0
│ │ ├── lockfile@1.0.1
│ │ ├─┬ lru-cache@4.0.1
│ │ │ ├── pseudomap@1.0.2
│ │ │ └── yallist@2.0.0
│ │ ├─┬ minimatch@3.0.3
│ │ │ └─┬ brace-expansion@1.1.6
│ │ │ ├── balanced-match@0.4.2
│ │ │ └── concat-map@0.0.1
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ ├─┬ node-gyp@3.6.0
│ │ │ └── semver@5.3.0
│ │ ├── nopt@3.0.6
│ │ ├── normalize-git-url@3.0.2
│ │ ├─┬ normalize-package-data@2.3.5
│ │ │ └─┬ is-builtin-module@1.0.0
│ │ │ └── builtin-modules@1.1.0
│ │ ├── npm-cache-filename@1.0.2
│ │ ├── npm-install-checks@1.0.7
│ │ ├── npm-package-arg@4.1.0
│ │ ├─┬ npm-registry-client@7.2.1
│ │ │ ├─┬ concat-stream@1.5.2
│ │ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ └── typedarray@0.0.6
│ │ │ └── retry@0.10.0
│ │ ├── npm-user-validate@0.1.5
│ │ ├─┬ npmlog@2.0.4
│ │ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ │ └── delegates@1.0.0
│ │ │ └─┬ gauge@1.2.7
│ │ │ ├── has-unicode@2.0.0
│ │ │ ├─┬ lodash.pad@4.4.0
│ │ │ │ ├── lodash._baseslice@4.0.0
│ │ │ │ ├── lodash._basetostring@4.12.0
│ │ │ │ └── lodash.tostring@4.1.4
│ │ │ ├── lodash.padend@4.5.0
│ │ │ └── lodash.padstart@4.5.0
│ │ ├── once@1.4.0
│ │ ├── opener@1.4.1
│ │ ├─┬ osenv@0.1.3
│ │ │ ├── os-homedir@1.0.0
│ │ │ └── os-tmpdir@1.0.1
│ │ ├── path-is-inside@1.0.1
│ │ ├─┬ read@1.0.7
│ │ │ └── mute-stream@0.0.5
│ │ ├─┬ read-installed@4.0.3
│ │ │ ├── debuglog@1.0.1
│ │ │ ├── readdir-scoped-modules@1.0.2
│ │ │ └── util-extend@1.0.1
│ │ ├─┬ read-package-json@2.0.4
│ │ │ ├─┬ glob@6.0.4
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ └─┬ json-parse-helpfulerror@1.0.3
│ │ │ └── jju@1.3.0
│ │ ├─┬ readable-stream@2.1.5
│ │ │ ├── buffer-shims@1.0.0
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.2
│ │ ├── realize-package-specifier@3.0.1
│ │ ├─┬ request@2.74.0
│ │ │ ├── aws-sign2@0.6.0
│ │ │ ├── aws4@1.4.1
│ │ │ ├─┬ bl@1.1.2
│ │ │ │ └─┬ readable-stream@2.0.6
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2
│ │ │ ├── caseless@0.11.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.0
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@1.0.0-rc4
│ │ │ │ └── async@1.5.2
│ │ │ ├─┬ har-validator@2.0.6
│ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ │ ├── has-ansi@2.0.0
│ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ ├─┬ commander@2.9.0
│ │ │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ │ ├── generate-function@2.0.0
│ │ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ │ └── is-property@1.0.2
│ │ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ │ └── xtend@4.0.1
│ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ └── pinkie@2.0.4
│ │ │ ├─┬ hawk@3.1.3
│ │ │ │ ├── boom@2.10.1
│ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ ├── hoek@2.16.3
│ │ │ │ └── sntp@1.0.9
│ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ ├─┬ jsprim@1.3.0
│ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ ├── json-schema@0.2.2
│ │ │ │ │ └── verror@1.3.6
│ │ │ │ └─┬ sshpk@1.9.2
│ │ │ │ ├── asn1@0.2.3
│ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ ├── dashdash@1.14.0
│ │ │ │ ├── ecc-jsbn@0.1.1
│ │ │ │ ├── getpass@0.1.6
│ │ │ │ ├── jodid25519@1.0.2
│ │ │ │ ├── jsbn@0.1.0
│ │ │ │ └── tweetnacl@0.13.3
│ │ │ ├── is-typedarray@1.0.0
│ │ │ ├── isstream@0.1.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├─┬ mime-types@2.1.11
│ │ │ │ └── mime-db@1.23.0
│ │ │ ├── node-uuid@1.4.7
│ │ │ ├── oauth-sign@0.8.2
│ │ │ ├── qs@6.2.1
│ │ │ ├── stringstream@0.0.5
│ │ │ ├── tough-cookie@2.3.1
│ │ │ └── tunnel-agent@0.4.3
│ │ ├── retry@0.10.0
│ │ ├── rimraf@2.5.4
│ │ ├── semver@5.1.0
│ │ ├─┬ sha@2.0.1
│ │ │ └─┬ readable-stream@2.0.2
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ ├── process-nextick-args@1.0.3
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.1
│ │ ├── slide@1.1.6
│ │ ├── sorted-object@2.0.0
│ │ ├── spdx-license-ids@1.2.2
│ │ ├── strip-ansi@3.0.1
│ │ ├── tar@2.2.1
│ │ ├── text-table@0.2.0
│ │ ├── uid-number@0.0.6
│ │ ├── umask@1.1.0
│ │ ├─┬ validate-npm-package-license@3.0.1
│ │ │ ├── spdx-correct@1.0.2
│ │ │ └─┬ spdx-expression-parse@1.0.2
│ │ │ └── spdx-exceptions@1.0.4
│ │ ├─┬ validate-npm-package-name@2.2.2
│ │ │ └── builtins@0.0.7
│ │ ├─┬ which@1.2.11
│ │ │ └── isexe@1.1.2
│ │ ├── wrappy@1.0.2
│ │ └── write-file-atomic@1.1.4
│ ├── opener@1.4.2
│ ├─┬ plist@2.0.1
│ │ ├── base64-js@1.1.2
│ │ └── xmlbuilder@8.2.2
│ ├─┬ properties-parser@0.3.1
│ │ └── string.prototype.codepointat@0.2.0
│ ├─┬ request@2.79.0
│ │ ├── aws-sign2@0.6.0
│ │ ├── aws4@1.6.0
│ │ ├── caseless@0.11.0
│ │ ├─┬ combined-stream@1.0.5
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@3.0.1
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@2.1.4
│ │ │ └── asynckit@0.4.0
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├── commander@2.11.0
│ │ │ ├─┬ is-my-json-valid@2.16.0
│ │ │ │ ├── generate-function@2.0.0
│ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ └── is-property@1.0.2
│ │ │ │ └── jsonpointer@4.0.1
│ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ └── pinkie@2.0.4
│ │ ├─┬ hawk@3.1.3
│ │ │ ├── boom@2.10.1
│ │ │ ├── cryptiles@2.0.5
│ │ │ ├── hoek@2.16.3
│ │ │ └── sntp@1.0.9
│ │ ├─┬ http-signature@1.1.1
│ │ │ ├── assert-plus@0.2.0
│ │ │ ├─┬ jsprim@1.4.0
│ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ ├── json-schema@0.2.3
│ │ │ │ └── verror@1.3.6
│ │ │ └─┬ sshpk@1.13.1
│ │ │ ├── asn1@0.2.3
│ │ │ ├── assert-plus@1.0.0
│ │ │ ├── bcrypt-pbkdf@1.0.1
│ │ │ ├─┬ dashdash@1.14.1
│ │ │ │ └── assert-plus@1.0.0
│ │ │ ├── ecc-jsbn@0.1.1
│ │ │ ├─┬ getpass@0.1.7
│ │ │ │ └── assert-plus@1.0.0
│ │ │ ├── jsbn@0.1.1
│ │ │ └── tweetnacl@0.14.5
│ │ ├── is-typedarray@1.0.0
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1
│ │ ├─┬ mime-types@2.1.15
│ │ │ └── mime-db@1.27.0
│ │ ├── oauth-sign@0.8.2
│ │ ├── qs@6.3.2
│ │ ├── stringstream@0.0.5
│ │ ├── tunnel-agent@0.4.3
│ │ └── uuid@3.1.0
│ ├── shelljs@0.3.0
│ ├─┬ tar@2.2.1
│ │ ├── block-stream@0.0.9
│ │ └─┬ fstream@1.0.11
│ │ └─┬ rimraf@2.6.1
│ │ └── glob@7.1.2
│ ├── valid-identifier@0.0.1
│ └─┬ xcode@0.9.3
│ ├── pegjs@0.10.0
│ ├─┬ simple-plist@0.2.1
│ │ ├─┬ bplist-creator@0.0.7
│ │ │ └── stream-buffers@2.2.0
│ │ └─┬ plist@2.0.1
│ │ ├── base64-js@1.1.2
│ │ └── xmlbuilder@8.2.2
│ └── uuid@3.0.1
├── editor@1.0.0
├─┬ insight@0.8.2
│ ├── async@1.5.2
│ ├─┬ chalk@1.1.3
│ │ ├── ansi-styles@2.2.1
│ │ ├── escape-string-regexp@1.0.5
│ │ ├── has-ansi@2.0.0
│ │ ├── strip-ansi@3.0.1
│ │ └── supports-color@2.0.0
│ ├── configstore@1.4.0
│ ├─┬ inquirer@0.10.1
│ │ ├── ansi-escapes@1.4.0
│ │ ├── ansi-regex@2.1.1
│ │ ├─┬ cli-cursor@1.0.2
│ │ │ └─┬ restore-cursor@1.0.1
│ │ │ ├── exit-hook@1.1.1
│ │ │ └── onetime@1.1.0
│ │ ├── cli-width@1.1.1
│ │ ├── figures@1.7.0
│ │ ├── lodash@3.10.1
│ │ ├─┬ readline2@1.0.1
│ │ │ ├── code-point-at@1.1.0
│ │ │ ├── is-fullwidth-code-point@1.0.0
│ │ │ └── mute-stream@0.0.5
│ │ ├── run-async@0.1.0
│ │ ├── rx-lite@3.1.2
│ │ └── through@2.3.8
│ ├─┬ lodash.debounce@3.1.1
│ │ └── lodash._getnative@3.9.1
│ ├── node-uuid@1.4.8
│ ├─┬ os-name@1.0.3
│ │ ├─┬ osx-release@1.1.0
│ │ │ └── minimist@1.2.0
│ │ └── win-release@1.1.1
│ └─┬ tough-cookie@2.3.2
│ └── punycode@1.4.1
├─┬ nopt@3.0.1
│ └── abbrev@1.1.0
├── q@1.0.1
└─┬ update-notifier@0.5.0
├── configstore@1.4.0
├── is-npm@1.0.0
├─┬ latest-version@1.0.1
│ └─┬ package-json@1.2.0
│ ├─┬ got@3.3.1
│ │ ├─┬ duplexify@3.5.0
│ │ │ ├─┬ end-of-stream@1.0.0
│ │ │ │ └── once@1.3.3
│ │ │ └── stream-shift@1.0.0
│ │ ├── infinity-agent@2.0.3
│ │ ├── is-redirect@1.0.0
│ │ ├── is-stream@1.1.0
│ │ ├── lowercase-keys@1.0.0
│ │ ├── nested-error-stacks@1.0.2
│ │ ├── object-assign@3.0.0
│ │ ├── prepend-http@1.0.4
│ │ ├── read-all-stream@3.1.0
│ │ └── timed-out@2.0.0
│ └─┬ registry-url@3.1.0
│ └─┬ rc@1.2.1
│ ├── deep-extend@0.4.2
│ ├── ini@1.3.4
│ ├── minimist@1.2.0
│ └── strip-json-comments@2.0.1
├─┬ repeating@1.1.3
│ └─┬ is-finite@1.0.2
│ └── number-is-nan@1.0.1
├── semver-diff@2.1.0
└── string-length@1.0.1

test:/Users/test> npm install -g ios-sim
/usr/local/bin/ios-sim -> /usr/local/lib/node_modules/ios-sim/bin/ios-sim
/usr/local/lib
└─┬ ios-sim@6.0.0
├── bplist-parser@0.0.6
├─┬ nopt@1.0.9
│ └── abbrev@1.1.0
├─┬ plist@1.2.0
│ ├── base64-js@0.0.8
│ ├── util-deprecate@1.0.2
│ ├─┬ xmlbuilder@4.0.0
│ │ └── lodash@3.10.1
│ └── xmldom@0.1.27
└─┬ simctl@1.0.1
├── shelljs@0.2.6
└── tail@0.4.0

test:/Users/test> npm install -g ios-deploy

ios-deploy@1.9.1 preinstall /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
./src/scripts/check_reqs.js && xcodebuild

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!! WARNING: You are on OS X 10.11 El Capitan or greater, you may need to add the
!!!! WARNING: --unsafe-perm=true flag when running npm install
!!!! WARNING: or else it will fail.
!!!! WARNING: link:
!!!! WARNING: https://github.com/phonegap/ios-deploy#os-x-1011-el-capitan
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
=== BUILD TARGET ios-deploy-lib OF PROJECT ios-deploy WITH THE DEFAULT CONFIGURATION (Release) ===

Check dependencies

Write auxiliary files
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-generated-files.hmap
/bin/mkdir -p /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/ios-deploy.LinkFileList
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-project-headers.hmap
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-all-non-framework-target-headers.hmap
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-own-target-headers.hmap
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-all-target-headers.hmap
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy.hmap

CompileC build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/libios_deploy.o src/ios-deploy-lib/libios_deploy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=189 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/fl/543dkbs16yl_v3f26vvr8kk40000gn/C/org.llvm.clang/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.11 -g -Wno-sign-conversion -Winfinite-recursion -iquote /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-generated-files.hmap -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-own-target-headers.hmap -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-all-target-headers.hmap -iquote /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-project-headers.hmap -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/include -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/DerivedSources/x86_64 -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/DerivedSources -F/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release -fno-objc-arc -MMD -MT dependencies -MF /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/libios_deploy.d --serialize-diagnostics /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/libios_deploy.dia -c /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/src/ios-deploy-lib/libios_deploy.m -o /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/libios_deploy.o

Libtool build/Release/libios-deploy.a normal x86_64
cd /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
export MACOSX_DEPLOYMENT_TARGET=10.11
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -L/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release -filelist /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/ios-deploy.LinkFileList -framework CoreFoundation -framework Foundation -o /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/libios-deploy.a

CpHeader src/ios-deploy-lib/libios_deploy.h build/Release/libios_deploy.h
cd /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/src/ios-deploy-lib/libios_deploy.h /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release

=== BUILD TARGET ios-deploy OF PROJECT ios-deploy WITH THE DEFAULT CONFIGURATION (Release) ===

Check dependencies

Write auxiliary files
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Script-7EDCC3CF1C45E03B002F9851.sh
chmod 0755 /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Script-7EDCC3CF1C45E03B002F9851.sh
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-all-non-framework-target-headers.hmap
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-project-headers.hmap
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy.hmap
/bin/mkdir -p /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-generated-files.hmap
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-own-target-headers.hmap
write-file /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-all-target-headers.hmap

PhaseScriptExecution Run\ Script build/ios-deploy.build/Release/ios-deploy.build/Script-7EDCC3CF1C45E03B002F9851.sh
cd /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
export ACTION=build
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=test
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=x86_64
export ARCHS_STANDARD=x86_64
export ARCHS_STANDARD_32_64_BIT="x86_64 i386"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build
export BUILD_ROOT=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release
export CACHE_ROOT=/var/folders/fl/543dkbs16yl_v3f26vvr8kk40000gn/C/com.apple.DeveloperTools/8.2.1-8C1002/Xcode
export CCHROOT=/var/folders/fl/543dkbs16yl_v3f26vvr8kk40000gn/C/com.apple.DeveloperTools/8.2.1-8C1002/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/var/folders/fl/543dkbs16yl_v3f26vvr8kk40000gn/C/org.llvm.clang/ModuleCache/Session.modulevalidation
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/ios-deploy
export CODE_SIGNING_ALLOWED=YES
export COLOR_DIAGNOSTICS=YES
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPOSITE_SDK_DIRS=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/CompositeSDKs
export COMPRESS_PNG_FILES=NO
export CONFIGURATION=Release
export CONFIGURATION_BUILD_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release
export CONFIGURATION_TEMP_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=x86_64
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=NO
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=MACOSX_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mmacosx-version-min
export DEPLOYMENT_TARGET_SETTING_NAME=MACOSX_DEPLOYMENT_TARGET
export DERIVED_FILES_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
export DERIVED_FILE_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
export DERIVED_SOURCES_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/ios-deploy.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=ios-deploy.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBEDDED_PROFILE_NAME=embedded.provisionprofile
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_NS_ASSERTIONS=NO
export ENABLE_ON_DEMAND_RESOURCES=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=NO
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch .xcode .xcassets () .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLE_NAME=ios-deploy
export EXECUTABLE_PATH=ios-deploy
export EXPANDED_CODE_SIGN_IDENTITY=
export EXPANDED_CODE_SIGN_IDENTITY_NAME=
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects/LinkFileList
export FIXED_FILES_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/FixedFiles
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release "
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=ios-deploy
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_SYMBOLS_PRIVATE_EXTERN=YES
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=NO
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/test
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_OUTPUT_FORMAT=same-as-input
export INFOPLIST_PREPROCESS=NO
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/ios-deploy.dst/usr/local/bin
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=test
export INSTALL_PATH=/usr/local/bin
export INSTALL_ROOT=/tmp/ios-deploy.dst
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-LinkMap-normal-x86_64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release "
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_x86_64=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LOCALIZABLE_CONTENT_DIR=
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACOSX_DEPLOYMENT_TARGET=10.8
export MAC_OS_X_PRODUCT_BUILD_VERSION=15G1510
export MAC_OS_X_VERSION_ACTUAL=101106
export MAC_OS_X_VERSION_MAJOR=101100
export MAC_OS_X_VERSION_MINOR=1106
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/
export MTL_ENABLE_DEBUG_INFO=NO
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJECT_FILE_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects
export OBJECT_FILE_DIR_normal=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal
export OBJROOT=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build
export ONLY_ACTIVE_ARCH=NO
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS="-framework MobileDevice -F/System/Library/PrivateFrameworks"
export PACKAGE_TYPE=com.apple.package-type.mach-o-executable
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/node_modules/.bin:/usr/local/lib/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin"
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PFE_FILE_C_DIALECTS=objective-c
export PKGINFO_FILE_PATH=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
export PLATFORM_DISPLAY_NAME=macOS
export PLATFORM_NAME=macosx
export PLATFORM_PREFERRED_ARCH=x86_64
export PLATFORM_PRODUCT_BUILD_VERSION=8C1002
export PLIST_FILE_OUTPUT_FORMAT=same-as-input
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRODUCT_MODULE_NAME=ios_deploy
export PRODUCT_NAME=ios-deploy
export PRODUCT_SETTINGS_PATH=
export PRODUCT_TYPE=com.apple.product-type.tool
export PROFILING_CODE=NO
export PROJECT=ios-deploy
export PROJECT_DERIVED_FILE_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/DerivedSources
export PROJECT_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491
export PROJECT_FILE_PATH=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/ios-deploy.xcodeproj
export PROJECT_NAME=ios-deploy
export PROJECT_TEMP_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build
export PROJECT_TEMP_ROOT=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export REZ_COLLECTOR_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ResourceManagerResources
export REZ_EXECUTABLE=YES
export REZ_OBJECTS_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
export SDK_DIR_macosx10_12=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
export SDK_NAME=macosx10.12
export SDK_NAMES=macosx10.12
export SDK_PRODUCT_BUILD_VERSION=16C58
export SDK_VERSION=10.12
export SDK_VERSION_ACTUAL=101200
export SDK_VERSION_MAJOR=101200
export SDK_VERSION_MINOR=1200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=NO
export SHARED_DERIVED_FILE_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/DerivedSources
export SHARED_PRECOMPS_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/SharedPrecompiledHeaders
export SKIP_INSTALL=NO
export SOURCE_ROOT=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491
export SRCROOT=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491
export STRINGS_FILE_OUTPUT_ENCODING=UTF-16
export STRIP_BITCODE_FROM_COPIED_FILES=NO
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_PNG_TEXT=NO
export STRIP_STYLE=all
export SUPPORTED_PLATFORMS=macosx
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=macosx
export SYMROOT=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETNAME=ios-deploy
export TARGET_BUILD_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release
export TARGET_NAME=ios-deploy
export TARGET_TEMP_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build
export TEMP_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build
export TEMP_FILES_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build
export TEMP_FILE_DIR=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build
export TEMP_ROOT=/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNSTRIPPED_PRODUCT=NO
export USER=test
export USER_APPS_DIR=/Users/test/Applications
export USER_LIBRARY_DIR=/Users/test/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=NO
export VALID_ARCHS="i386 x86_64"
export VERBOSE_PBXCP=NO
export VERSION_INFO_BUILDER=test
export VERSION_INFO_FILE=ios-deploy_vers.c
export VERSION_INFO_STRING=""@(#)PROGRAM:ios-deploy PROJECT:ios-deploy-""
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=8C1002
export XCODE_VERSION_ACTUAL=0821
export XCODE_VERSION_MAJOR=0800
export XCODE_VERSION_MINOR=0820
export XPCSERVICES_FOLDER_PATH=/XPCServices
export YACC=yacc
export arch=x86_64
export diagnostic_message_length=189
export variant=normal
/bin/sh -c /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Script-7EDCC3CF1C45E03B002F9851.sh

CompileC build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.o src/ios-deploy/ios-deploy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=189 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/fl/543dkbs16yl_v3f26vvr8kk40000gn/C/org.llvm.clang/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.8 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -iquote /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-generated-files.hmap -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-own-target-headers.hmap -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-all-target-headers.hmap -iquote /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-project-headers.hmap -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/include -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources/x86_64 -I/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources -F/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release -fno-objc-arc -MMD -MT dependencies -MF /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.d --serialize-diagnostics /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.dia -c /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/src/ios-deploy/ios-deploy.m -o /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.o

Ld build/Release/ios-deploy normal x86_64
cd /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
export MACOSX_DEPLOYMENT_TARGET=10.8
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -L/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release -F/usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release -filelist /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList -mmacosx-version-min=10.8 -Xlinker -object_path_lto -Xlinker /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy_lto.o -fobjc-arc -fobjc-link-runtime -framework MobileDevice -F/System/Library/PrivateFrameworks -framework Foundation -framework CoreFoundation -Xlinker -dependency_info -Xlinker /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy_dependency_info.dat -o /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/ios-deploy

GenerateDSYMFile build/Release/ios-deploy.dSYM build/Release/ios-deploy
cd /usr/local/lib/node_modules/.staging/ios-deploy-298c9491
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/ios-deploy -o /usr/local/lib/node_modules/.staging/ios-deploy-298c9491/build/Release/ios-deploy.dSYM

** BUILD SUCCEEDED **

/usr/local/bin/ios-deploy -> /usr/local/lib/node_modules/ios-deploy/build/Release/ios-deploy
/usr/local/lib
└── ios-deploy@1.9.1

test:/Users/test> npm install -g ionic@1.7.16
/usr/local/bin/ionic -> /usr/local/lib/node_modules/ionic/bin/ionic

node-sass@3.8.0 install /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass
node scripts/install.js

Binary downloaded and installed at /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/vendor/darwin-x64-48/binding.node

spawn-sync@1.0.15 postinstall /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/cross-spawn/node_modules/spawn-sync
node postinstall

node-sass@3.8.0 postinstall /usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass
node scripts/build.js

"/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib/node_modules/node-sass/vendor/darwin-x64-48/binding.node" exists.
testing binary.
Binary is fine; exiting.
/usr/local/lib
└─┬ ionic@1.7.16
├── async@0.9.2
├─┬ cheerio@0.19.0
│ ├─┬ css-select@1.0.0
│ │ ├── boolbase@1.0.0
│ │ ├── css-what@1.0.0
│ │ ├─┬ domutils@1.4.3
│ │ │ └── domelementtype@1.3.0
│ │ └── nth-check@1.0.1
│ ├─┬ dom-serializer@0.1.0
│ │ └── domelementtype@1.1.3
│ ├── entities@1.1.1
│ ├─┬ htmlparser2@3.8.3
│ │ ├── domelementtype@1.3.0
│ │ ├── domhandler@2.3.0
│ │ ├── domutils@1.5.1
│ │ ├── entities@1.0.0
│ │ └─┬ readable-stream@1.1.14
│ │ ├── core-util-is@1.0.2
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── lodash@3.10.1
├─┬ cli-table@0.3.1
│ └── colors@1.0.3
├── colors@0.6.2
├─┬ connect@3.1.1
│ ├─┬ debug@1.0.4
│ │ └── ms@0.6.2
│ ├─┬ finalhandler@0.1.0
│ │ └── escape-html@1.0.1
│ ├── parseurl@1.3.1
│ └── utils-merge@1.0.0
├── connect-livereload@0.5.2
├── crc@3.2.1
├─┬ cross-spawn@0.2.3
│ └── lru-cache@2.7.3
├─┬ event-stream@3.0.20
│ ├── duplexer@0.1.1
│ ├── from@0.1.3
│ ├── map-stream@0.0.6
│ ├── pause-stream@0.0.11
│ ├── split@0.2.10
│ ├── stream-combiner@0.0.4
│ └── through@2.3.8
├─┬ expand-tilde@1.2.2
│ └── os-homedir@1.0.1
├─┬ finalhandler@0.2.0
│ ├─┬ debug@2.0.0
│ │ └── ms@0.6.2
│ └── escape-html@1.0.1
├─┬ form-data@0.1.4
│ ├─┬ combined-stream@0.0.7
│ │ └── delayed-stream@0.0.5
│ └── mime@1.2.11
├─┬ gulp@3.8.8
│ ├── archy@0.0.2
│ ├─┬ chalk@0.5.1
│ │ ├── ansi-styles@1.1.0
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@0.1.0
│ │ │ └── ansi-regex@0.2.1
│ │ ├─┬ strip-ansi@0.3.0
│ │ │ └── ansi-regex@0.2.1
│ │ └── supports-color@0.2.0
│ ├── deprecated@0.0.1
│ ├─┬ gulp-util@3.0.7
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.3
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.12
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.7.0
│ │ │ ├─┬ camelcase-keys@2.1.0
│ │ │ │ └── camelcase@2.1.1
│ │ │ ├── decamelize@1.2.0
│ │ │ ├─┬ loud-rejection@1.5.0
│ │ │ │ ├─┬ currently-unhandled@0.4.1
│ │ │ │ │ └── array-find-index@1.0.1
│ │ │ │ └── signal-exit@3.0.0
│ │ │ ├── map-obj@1.0.1
│ │ │ ├─┬ normalize-package-data@2.3.5
│ │ │ │ ├── hosted-git-info@2.1.5
│ │ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ │ └── builtin-modules@1.1.1
│ │ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ │ └── spdx-license-ids@1.2.1
│ │ │ │ └─┬ spdx-expression-parse@1.0.2
│ │ │ │ ├── spdx-exceptions@1.0.4
│ │ │ │ └── spdx-license-ids@1.2.1
│ │ │ ├── object-assign@4.1.0
│ │ │ ├─┬ read-pkg-up@1.0.1
│ │ │ │ ├─┬ find-up@1.1.2
│ │ │ │ │ ├── path-exists@2.1.0
│ │ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ └─┬ read-pkg@1.1.0
│ │ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ │ ├── graceful-fs@4.1.4
│ │ │ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ │ │ └─┬ error-ex@1.3.0
│ │ │ │ │ │ └── is-arrayish@0.2.1
│ │ │ │ │ ├── pify@2.3.0
│ │ │ │ │ ├─┬ pinkie-promise@2.0.1
│ │ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ │ └─┬ strip-bom@2.0.0
│ │ │ │ │ └── is-utf8@0.2.1
│ │ │ │ └─┬ path-type@1.1.0
│ │ │ │ ├── graceful-fs@4.1.4
│ │ │ │ ├── pify@2.3.0
│ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ └── pinkie@2.0.4
│ │ │ ├─┬ redent@1.0.0
│ │ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ │ └─┬ repeating@2.0.1
│ │ │ │ │ └─┬ is-finite@1.0.1
│ │ │ │ │ └── number-is-nan@1.0.0
│ │ │ │ └── strip-indent@1.0.1
│ │ │ └── trim-newlines@1.0.0
│ │ ├─┬ fancy-log@1.2.0
│ │ │ └── time-stamp@1.0.1
│ │ ├─┬ gulplog@1.0.0
│ │ │ └─┬ glogg@1.0.0
│ │ │ └── sparkles@1.0.0
│ │ ├─┬ has-gulplog@0.1.0
│ │ │ └── sparkles@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├─┬ lodash.escape@3.2.0
│ │ │ │ └── lodash._root@3.0.1
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.8
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │ └─┬ readable-stream@1.1.14
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.1
│ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2
│ │ │ └── xtend@4.0.1
│ │ └─┬ vinyl@0.5.3
│ │ ├── clone@1.0.2
│ │ └── clone-stats@0.0.1
│ ├── interpret@0.3.10
│ ├─┬ liftoff@0.12.1
│ │ ├── extend@1.3.0
│ │ ├─┬ findup-sync@0.1.3
│ │ │ ├─┬ glob@3.2.11
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ └─┬ minimatch@0.3.0
│ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ └── sigmund@1.0.1
│ │ │ └── lodash@2.4.2
│ │ ├── minimist@0.2.0
│ │ └── resolve@0.7.4
│ ├── minimist@1.2.0
│ ├─┬ orchestrator@0.3.7
│ │ ├─┬ end-of-stream@0.1.5
│ │ │ └─┬ once@1.3.3
│ │ │ └── wrappy@1.0.2
│ │ ├── sequencify@0.0.7
│ │ └── stream-consume@0.1.0
│ ├── pretty-hrtime@0.2.2
│ ├── semver@3.0.1
│ └─┬ tildify@1.2.0
│ └── os-homedir@1.0.1
├─┬ ionic-app-lib@0.7.3
│ ├─┬ archiver@0.5.2
│ │ ├─┬ file-utils@0.1.5
│ │ │ ├─┬ findup-sync@0.1.3
│ │ │ │ └── lodash@2.4.2
│ │ │ ├─┬ glob@3.2.11
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ └─┬ minimatch@0.3.0
│ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ └── sigmund@1.0.1
│ │ │ ├── iconv-lite@0.2.11
│ │ │ ├── isbinaryfile@0.1.9
│ │ │ ├── lodash@2.1.0
│ │ │ ├─┬ minimatch@0.2.14
│ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ └── sigmund@1.0.1
│ │ │ └── rimraf@2.2.8
│ │ ├── lazystream@0.1.0
│ │ ├── lodash@2.4.2
│ │ ├─┬ readable-stream@1.0.34
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └─┬ zip-stream@0.1.4
│ │ └─┬ lodash.defaults@2.4.1
│ │ ├── lodash._objecttypes@2.4.1
│ │ └─┬ lodash.keys@2.4.1
│ │ ├── lodash._isnative@2.4.1
│ │ ├── lodash._shimkeys@2.4.1
│ │ └── lodash.isobject@2.4.1
│ ├─┬ cross-spawn@2.0.0
│ │ ├─┬ cross-spawn-async@2.2.4
│ │ │ ├─┬ lru-cache@4.0.1
│ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ └── yallist@2.0.0
│ │ │ └─┬ which@1.2.10
│ │ │ └── isexe@1.1.2
│ │ └─┬ spawn-sync@1.0.15
│ │ ├─┬ concat-stream@1.5.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2
│ │ │ └── typedarray@0.0.6
│ │ └── os-shim@0.1.3
│ ├─┬ ionic-cordova-lib@5.1.10
│ │ ├── bplist-parser@0.0.6
│ │ ├── cordova-app-hello-world@3.9.0
│ │ ├─┬ cordova-js@4.0.0
│ │ │ ├─┬ browserify@10.1.3
│ │ │ │ ├── assert@1.3.0
│ │ │ │ ├─┬ browser-pack@4.0.4
│ │ │ │ │ ├─┬ combine-source-map@0.3.0
│ │ │ │ │ │ ├── convert-source-map@0.3.5
│ │ │ │ │ │ ├─┬ inline-source-map@0.3.1
│ │ │ │ │ │ │ └─┬ source-map@0.3.0
│ │ │ │ │ │ │ └── amdefine@1.0.0
│ │ │ │ │ │ └─┬ source-map@0.1.43
│ │ │ │ │ │ └── amdefine@1.0.0
│ │ │ │ │ ├─┬ through2@0.5.1
│ │ │ │ │ │ ├─┬ readable-stream@1.0.34
│ │ │ │ │ │ │ └── core-util-is@1.0.2
│ │ │ │ │ │ └── xtend@3.0.0
│ │ │ │ │ └── umd@3.0.1
│ │ │ │ ├── browser-resolve@1.11.2
│ │ │ │ ├─┬ browserify-zlib@0.1.4
│ │ │ │ │ └── pako@0.2.8
│ │ │ │ ├─┬ buffer@3.6.0
│ │ │ │ │ ├── base64-js@0.0.8
│ │ │ │ │ ├── ieee754@1.1.6
│ │ │ │ │ └── isarray@1.0.0
│ │ │ │ ├── builtins@0.0.7
│ │ │ │ ├── commondir@0.0.1
│ │ │ │ ├─┬ concat-stream@1.4.10
│ │ │ │ │ └── typedarray@0.0.6
│ │ │ │ ├─┬ console-browserify@1.1.0
│ │ │ │ │ └── date-now@0.1.4
│ │ │ │ ├── constants-browserify@0.0.1
│ │ │ │ ├─┬ crypto-browserify@3.11.0
│ │ │ │ │ ├─┬ browserify-cipher@1.0.0
│ │ │ │ │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │ │ │ │ ├── buffer-xor@1.0.3
│ │ │ │ │ │ │ └── cipher-base@1.0.2
│ │ │ │ │ │ ├─┬ browserify-des@1.0.0
│ │ │ │ │ │ │ ├── cipher-base@1.0.2
│ │ │ │ │ │ │ └─┬ des.js@1.0.0
│ │ │ │ │ │ │ └── minimalistic-assert@1.0.0
│ │ │ │ │ │ └── evp_bytestokey@1.0.0
│ │ │ │ │ ├─┬ browserify-sign@4.0.0
│ │ │ │ │ │ ├── bn.js@4.11.4
│ │ │ │ │ │ ├── browserify-rsa@4.0.1
│ │ │ │ │ │ ├─┬ elliptic@6.3.1
│ │ │ │ │ │ │ ├── brorand@1.0.5
│ │ │ │ │ │ │ └── hash.js@1.0.3
│ │ │ │ │ │ └─┬ parse-asn1@5.0.0
│ │ │ │ │ │ ├─┬ asn1.js@4.6.2
│ │ │ │ │ │ │ └── minimalistic-assert@1.0.0
│ │ │ │ │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │ │ │ │ ├── buffer-xor@1.0.3
│ │ │ │ │ │ │ └── cipher-base@1.0.2
│ │ │ │ │ │ └── evp_bytestokey@1.0.0
│ │ │ │ │ ├─┬ create-ecdh@4.0.0
│ │ │ │ │ │ ├── bn.js@4.11.4
│ │ │ │ │ │ └─┬ elliptic@6.3.1
│ │ │ │ │ │ ├── brorand@1.0.5
│ │ │ │ │ │ └── hash.js@1.0.3
│ │ │ │ │ ├─┬ create-hash@1.1.2
│ │ │ │ │ │ ├── cipher-base@1.0.2
│ │ │ │ │ │ ├── ripemd160@1.0.1
│ │ │ │ │ │ └── sha.js@2.4.5
│ │ │ │ │ ├── create-hmac@1.1.4
│ │ │ │ │ ├─┬ diffie-hellman@5.0.2
│ │ │ │ │ │ ├── bn.js@4.11.4
│ │ │ │ │ │ └─┬ miller-rabin@4.0.0
│ │ │ │ │ │ └── brorand@1.0.5
│ │ │ │ │ ├── pbkdf2@3.0.4
│ │ │ │ │ ├─┬ public-encrypt@4.0.0
│ │ │ │ │ │ ├── bn.js@4.11.4
│ │ │ │ │ │ ├── browserify-rsa@4.0.1
│ │ │ │ │ │ └─┬ parse-asn1@5.0.0
│ │ │ │ │ │ ├─┬ asn1.js@4.6.2
│ │ │ │ │ │ │ └── minimalistic-assert@1.0.0
│ │ │ │ │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │ │ │ │ ├── buffer-xor@1.0.3
│ │ │ │ │ │ │ └── cipher-base@1.0.2
│ │ │ │ │ │ └── evp_bytestokey@1.0.0
│ │ │ │ │ └── randombytes@2.0.3
│ │ │ │ ├── deep-equal@1.0.1
│ │ │ │ ├── defined@1.0.0
│ │ │ │ ├── deps-sort@1.3.9
│ │ │ │ ├── domain-browser@1.1.7
│ │ │ │ ├── duplexer2@0.0.2
│ │ │ │ ├── events@1.0.2
│ │ │ │ ├─┬ has@1.0.1
│ │ │ │ │ └── function-bind@1.1.0
│ │ │ │ ├── htmlescape@1.1.1
│ │ │ │ ├─┬ http-browserify@1.7.0
│ │ │ │ │ └── Base64@0.2.1
│ │ │ │ ├── https-browserify@0.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ insert-module-globals@6.6.3
│ │ │ │ │ ├─┬ combine-source-map@0.6.1
│ │ │ │ │ │ ├── convert-source-map@1.1.3
│ │ │ │ │ │ ├── inline-source-map@0.5.0
│ │ │ │ │ │ ├── lodash.memoize@3.0.4
│ │ │ │ │ │ └─┬ source-map@0.4.4
│ │ │ │ │ │ └── amdefine@1.0.0
│ │ │ │ │ ├── is-buffer@1.1.3
│ │ │ │ │ └─┬ lexical-scope@1.2.0
│ │ │ │ │ └─┬ astw@2.0.0
│ │ │ │ │ └── acorn@1.2.2
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├─┬ JSONStream@1.1.2
│ │ │ │ │ └── jsonparse@1.2.0
│ │ │ │ ├─┬ labeled-stream-splicer@1.0.2
│ │ │ │ │ └─┬ stream-splicer@1.3.2
│ │ │ │ │ ├── indexof@0.0.1
│ │ │ │ │ └── readable-wrap@1.0.0
│ │ │ │ ├─┬ module-deps@3.9.1
│ │ │ │ │ ├─┬ detective@4.3.1
│ │ │ │ │ │ └── acorn@1.2.2
│ │ │ │ │ └─┬ stream-combiner2@1.0.2
│ │ │ │ │ └─┬ through2@0.5.1
│ │ │ │ │ ├─┬ readable-stream@1.0.34
│ │ │ │ │ │ └── core-util-is@1.0.2
│ │ │ │ │ └── xtend@3.0.0
│ │ │ │ ├── os-browserify@0.1.2
│ │ │ │ ├─┬ parents@1.0.1
│ │ │ │ │ └── path-platform@0.11.15
│ │ │ │ ├── path-browserify@0.0.0
│ │ │ │ ├── process@0.11.5
│ │ │ │ ├── punycode@1.4.1
│ │ │ │ ├── querystring-es3@0.2.1
│ │ │ │ ├─┬ read-only-stream@1.1.1
│ │ │ │ │ └── readable-wrap@1.0.0
│ │ │ │ ├─┬ readable-stream@1.1.14
│ │ │ │ │ └── core-util-is@1.0.2
│ │ │ │ ├── resolve@1.1.7
│ │ │ │ ├── shallow-copy@0.0.1
│ │ │ │ ├─┬ shasum@1.0.2
│ │ │ │ │ ├─┬ json-stable-stringify@0.0.1
│ │ │ │ │ │ └── jsonify@0.0.0
│ │ │ │ │ └── sha.js@2.4.5
│ │ │ │ ├── shell-quote@0.0.1
│ │ │ │ ├── stream-browserify@1.0.0
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ ├─┬ subarg@1.0.0
│ │ │ │ │ └── minimist@1.2.0
│ │ │ │ ├─┬ syntax-error@1.1.6
│ │ │ │ │ └── acorn@2.7.0
│ │ │ │ ├── through2@1.1.1
│ │ │ │ ├── timers-browserify@1.4.2
│ │ │ │ ├── tty-browserify@0.0.0
│ │ │ │ ├─┬ url@0.10.3
│ │ │ │ │ ├── punycode@1.3.2
│ │ │ │ │ └── querystring@0.2.0
│ │ │ │ ├── util@0.10.3
│ │ │ │ ├─┬ vm-browserify@0.0.4
│ │ │ │ │ └── indexof@0.0.1
│ │ │ │ └── xtend@4.0.1
│ │ │ ├── through@2.3.4
│ │ │ └─┬ uglify-js@2.6.4
│ │ │ ├── async@0.2.10
│ │ │ ├── source-map@0.5.6
│ │ │ ├── uglify-to-browserify@1.0.2
│ │ │ └─┬ yargs@3.10.0
│ │ │ ├── camelcase@1.2.1
│ │ │ ├─┬ cliui@2.1.0
│ │ │ │ ├─┬ center-align@0.1.3
│ │ │ │ │ ├─┬ align-text@0.1.4
│ │ │ │ │ │ ├─┬ kind-of@3.0.3
│ │ │ │ │ │ │ └── is-buffer@1.1.3
│ │ │ │ │ │ ├── longest@1.0.1
│ │ │ │ │ │ └── repeat-string@1.5.4
│ │ │ │ │ └── lazy-cache@1.0.4
│ │ │ │ ├─┬ right-align@0.1.3
│ │ │ │ │ └─┬ align-text@0.1.4
│ │ │ │ │ ├─┬ kind-of@3.0.3
│ │ │ │ │ │ └── is-buffer@1.1.3
│ │ │ │ │ ├── longest@1.0.1
│ │ │ │ │ └── repeat-string@1.5.4
│ │ │ │ └── wordwrap@0.0.2
│ │ │ ├── decamelize@1.2.0
│ │ │ └── window-size@0.1.0
│ │ ├── cordova-registry-mapper@1.1.15
│ │ ├─┬ cordova-serve@0.1.3
│ │ │ ├─┬ chalk@1.1.3
│ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ └── supports-color@2.0.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├─┬ d8@0.4.4
│ │ │ │ └── m8@0.4.4
│ │ │ ├── mime@1.3.4
│ │ │ ├── q@1.4.1
│ │ │ └── shelljs@0.5.3
│ │ ├─┬ dep-graph@1.1.0
│ │ │ └── underscore@1.2.1
│ │ ├─┬ elementtree@0.1.6
│ │ │ └── sax@0.3.5
│ │ ├─┬ glob@4.0.6
│ │ │ ├── graceful-fs@3.0.8
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ minimatch@1.0.0
│ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ └── sigmund@1.0.1
│ │ │ └─┬ once@1.3.3
│ │ │ └── wrappy@1.0.2
│ │ ├─┬ init-package-json@1.9.4
│ │ │ ├─┬ glob@6.0.4
│ │ │ │ ├─┬ inflight@1.0.5
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@3.0.2
│ │ │ │ │ └─┬ brace-expansion@1.1.5
│ │ │ │ │ ├── balanced-match@0.4.1
│ │ │ │ │ └── concat-map@0.0.1
│ │ │ │ ├─┬ once@1.3.3
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ ├─┬ npm-package-arg@4.2.0
│ │ │ │ ├── hosted-git-info@2.1.5
│ │ │ │ └── semver@5.1.1
│ │ │ ├── promzard@0.3.0
│ │ │ ├─┬ read@1.0.7
│ │ │ │ └── mute-stream@0.0.6
│ │ │ ├─┬ read-package-json@2.0.4
│ │ │ │ ├── graceful-fs@4.1.4
│ │ │ │ ├─┬ json-parse-helpfulerror@1.0.3
│ │ │ │ │ └── jju@1.3.0
│ │ │ │ └─┬ normalize-package-data@2.3.5
│ │ │ │ ├── hosted-git-info@2.1.5
│ │ │ │ └─┬ is-builtin-module@1.0.0
│ │ │ │ └── builtin-modules@1.1.1
│ │ │ ├─┬ validate-npm-package-license@3.0.1
│ │ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ │ └── spdx-license-ids@1.2.1
│ │ │ │ └─┬ spdx-expression-parse@1.0.2
│ │ │ │ ├── spdx-exceptions@1.0.4
│ │ │ │ └── spdx-license-ids@1.2.1
│ │ │ └─┬ validate-npm-package-name@2.2.2
│ │ │ └── builtins@0.0.7
│ │ ├─┬ ionic-xcode@0.8.3
│ │ │ ├── node-uuid@1.3.3
│ │ │ └── pegjs@0.6.2
│ │ ├─┬ npm@2.15.8
│ │ │ ├── abbrev@1.0.9
│ │ │ ├── ansi@0.3.1
│ │ │ ├── ansi-regex@2.0.0
│ │ │ ├── ansicolors@0.3.2
│ │ │ ├── ansistyles@0.1.3
│ │ │ ├── archy@1.0.0
│ │ │ ├── async-some@1.0.2
│ │ │ ├── block-stream@0.0.9
│ │ │ ├── char-spinner@1.0.1
│ │ │ ├── chmodr@1.0.2
│ │ │ ├── chownr@1.0.1
│ │ │ ├── cmd-shim@2.0.2
│ │ │ ├─┬ columnify@1.5.4
│ │ │ │ └─┬ wcwidth@1.0.0
│ │ │ │ └─┬ defaults@1.0.3
│ │ │ │ └── clone@1.0.2
│ │ │ ├─┬ config-chain@1.1.10
│ │ │ │ └── proto-list@1.2.4
│ │ │ ├─┬ dezalgo@1.0.3
│ │ │ │ └── asap@2.0.3
│ │ │ ├── editor@1.0.0
│ │ │ ├── fs-vacuum@1.2.9
│ │ │ ├─┬ fs-write-stream-atomic@1.0.8
│ │ │ │ └── iferr@0.1.5
│ │ │ ├── fstream@1.0.10
│ │ │ ├─┬ fstream-npm@1.0.7
│ │ │ │ └── fstream-ignore@1.0.3
│ │ │ ├── github-url-from-git@1.4.0
│ │ │ ├── github-url-from-username-repo@1.0.2
│ │ │ ├─┬ glob@7.0.4
│ │ │ │ ├── fs.realpath@1.0.0
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ ├── graceful-fs@4.1.4
│ │ │ ├── hosted-git-info@2.1.4
│ │ │ ├── imurmurhash@0.1.4
│ │ │ ├── inflight@1.0.5
│ │ │ ├── inherits@2.0.1
│ │ │ ├── ini@1.3.4
│ │ │ ├─┬ init-package-json@1.9.4
│ │ │ │ ├─┬ glob@6.0.4
│ │ │ │ │ └── path-is-absolute@1.0.0
│ │ │ │ └── promzard@0.3.0
│ │ │ ├── lockfile@1.0.1
│ │ │ ├─┬ lru-cache@4.0.1
│ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ └── yallist@2.0.0
│ │ │ ├─┬ minimatch@3.0.0
│ │ │ │ └─┬ brace-expansion@1.1.1
│ │ │ │ ├── balanced-match@0.2.1
│ │ │ │ └── concat-map@0.0.1
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ ├─┬ node-gyp@3.3.1
│ │ │ │ ├─┬ glob@4.5.3
│ │ │ │ │ └─┬ minimatch@2.0.10
│ │ │ │ │ └─┬ brace-expansion@1.1.3
│ │ │ │ │ ├── balanced-match@0.3.0
│ │ │ │ │ └── concat-map@0.0.1
│ │ │ │ ├─┬ minimatch@1.0.0
│ │ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ │ └── sigmund@1.0.1
│ │ │ │ └─┬ path-array@1.0.1
│ │ │ │ └─┬ array-index@1.0.0
│ │ │ │ ├─┬ debug@2.2.0
│ │ │ │ │ └── ms@0.7.1
│ │ │ │ └─┬ es6-symbol@3.0.2
│ │ │ │ ├── d@0.1.1
│ │ │ │ └─┬ es5-ext@0.10.11
│ │ │ │ └── es6-iterator@2.0.0
│ │ │ ├── nopt@3.0.6
│ │ │ ├── normalize-git-url@3.0.2
│ │ │ ├─┬ normalize-package-data@2.3.5
│ │ │ │ └─┬ is-builtin-module@1.0.0
│ │ │ │ └── builtin-modules@1.1.0
│ │ │ ├── npm-cache-filename@1.0.2
│ │ │ ├── npm-install-checks@1.0.7
│ │ │ ├── npm-package-arg@4.1.0
│ │ │ ├─┬ npm-registry-client@7.1.2
│ │ │ │ ├─┬ concat-stream@1.5.1
│ │ │ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ │ └── typedarray@0.0.6
│ │ │ │ └── retry@0.8.0
│ │ │ ├── npm-user-validate@0.1.4
│ │ │ ├─┬ npmlog@2.0.4
│ │ │ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ │ │ └── delegates@1.0.0
│ │ │ │ └─┬ gauge@1.2.7
│ │ │ │ ├── has-unicode@2.0.0
│ │ │ │ ├─┬ lodash.pad@4.4.0
│ │ │ │ │ ├── lodash._baseslice@4.0.0
│ │ │ │ │ ├── lodash._basetostring@4.12.0
│ │ │ │ │ └── lodash.tostring@4.1.3
│ │ │ │ ├─┬ lodash.padend@4.5.0
│ │ │ │ │ ├── lodash._baseslice@4.0.0
│ │ │ │ │ ├── lodash._basetostring@4.12.0
│ │ │ │ │ └── lodash.tostring@4.1.3
│ │ │ │ └─┬ lodash.padstart@4.5.0
│ │ │ │ ├── lodash._baseslice@4.0.0
│ │ │ │ ├── lodash._basetostring@4.12.0
│ │ │ │ └── lodash.tostring@4.1.3
│ │ │ ├── once@1.3.3
│ │ │ ├── opener@1.4.1
│ │ │ ├─┬ osenv@0.1.3
│ │ │ │ ├── os-homedir@1.0.0
│ │ │ │ └── os-tmpdir@1.0.1
│ │ │ ├── path-is-inside@1.0.1
│ │ │ ├─┬ read@1.0.7
│ │ │ │ └── mute-stream@0.0.5
│ │ │ ├─┬ read-installed@4.0.3
│ │ │ │ ├── debuglog@1.0.1
│ │ │ │ ├── readdir-scoped-modules@1.0.2
│ │ │ │ └── util-extend@1.0.1
│ │ │ ├─┬ read-package-json@2.0.4
│ │ │ │ ├─┬ glob@6.0.4
│ │ │ │ │ └── path-is-absolute@1.0.0
│ │ │ │ └─┬ json-parse-helpfulerror@1.0.3
│ │ │ │ └── jju@1.3.0
│ │ │ ├─┬ readable-stream@2.1.4
│ │ │ │ ├── buffer-shims@1.0.0
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2
│ │ │ ├── realize-package-specifier@3.0.1
│ │ │ ├─┬ request@2.72.0
│ │ │ │ ├── aws-sign2@0.6.0
│ │ │ │ ├── aws4@1.3.2
│ │ │ │ ├─┬ bl@1.1.2
│ │ │ │ │ └─┬ readable-stream@2.0.6
│ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ ├── caseless@0.11.0
│ │ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ │ └── delayed-stream@1.0.0
│ │ │ │ ├── extend@3.0.0
│ │ │ │ ├── forever-agent@0.6.1
│ │ │ │ ├─┬ form-data@1.0.0-rc4
│ │ │ │ │ └── async@1.5.2
│ │ │ │ ├─┬ har-validator@2.0.6
│ │ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ │ │ ├── has-ansi@2.0.0
│ │ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ │ ├─┬ commander@2.9.0
│ │ │ │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ │ │ ├── generate-function@2.0.0
│ │ │ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ │ │ └── is-property@1.0.2
│ │ │ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ │ │ └── xtend@4.0.1
│ │ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ ├─┬ hawk@3.1.3
│ │ │ │ │ ├── boom@2.10.1
│ │ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ │ ├── hoek@2.16.3
│ │ │ │ │ └── sntp@1.0.9
│ │ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ │ ├─┬ jsprim@1.2.2
│ │ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ │ ├── json-schema@0.2.2
│ │ │ │ │ │ └── verror@1.3.6
│ │ │ │ │ └─┬ sshpk@1.8.3
│ │ │ │ │ ├── asn1@0.2.3
│ │ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ │ ├── dashdash@1.13.1
│ │ │ │ │ ├── ecc-jsbn@0.1.1
│ │ │ │ │ ├── getpass@0.1.6
│ │ │ │ │ ├── jodid25519@1.0.2
│ │ │ │ │ ├── jsbn@0.1.0
│ │ │ │ │ └── tweetnacl@0.13.3
│ │ │ │ ├── is-typedarray@1.0.0
│ │ │ │ ├── isstream@0.1.2
│ │ │ │ ├── json-stringify-safe@5.0.1
│ │ │ │ ├─┬ mime-types@2.1.11
│ │ │ │ │ └── mime-db@1.23.0
│ │ │ │ ├── node-uuid@1.4.7
│ │ │ │ ├── oauth-sign@0.8.2
│ │ │ │ ├── qs@6.1.0
│ │ │ │ ├── stringstream@0.0.5
│ │ │ │ ├── tough-cookie@2.2.2
│ │ │ │ └── tunnel-agent@0.4.3
│ │ │ ├── retry@0.9.0
│ │ │ ├─┬ rimraf@2.5.2
│ │ │ │ └─┬ glob@7.0.0
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ ├── semver@5.1.0
│ │ │ ├─┬ sha@2.0.1
│ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.3
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ ├── slide@1.1.6
│ │ │ ├── sorted-object@2.0.0
│ │ │ ├── spdx-license-ids@1.2.1
│ │ │ ├── strip-ansi@3.0.1
│ │ │ ├── tar@2.2.1
│ │ │ ├── text-table@0.2.0
│ │ │ ├── uid-number@0.0.6
│ │ │ ├── umask@1.1.0
│ │ │ ├─┬ validate-npm-package-license@3.0.1
│ │ │ │ ├── spdx-correct@1.0.2
│ │ │ │ └─┬ spdx-expression-parse@1.0.2
│ │ │ │ └── spdx-exceptions@1.0.4
│ │ │ ├─┬ validate-npm-package-name@2.2.2
│ │ │ │ └── builtins@0.0.7
│ │ │ ├─┬ which@1.2.10
│ │ │ │ └── isexe@1.1.2
│ │ │ ├── wrappy@1.0.2
│ │ │ └── write-file-atomic@1.1.4
│ │ ├─┬ npmconf@2.1.2
│ │ │ ├─┬ config-chain@1.1.10
│ │ │ │ └── proto-list@1.2.4
│ │ │ ├── inherits@2.0.1
│ │ │ ├── ini@1.3.4
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ ├─┬ nopt@3.0.6
│ │ │ │ └── abbrev@1.0.9
│ │ │ ├─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.2
│ │ │ └── uid-number@0.0.5
│ │ ├── osenv@0.1.0
│ │ ├─┬ plist@1.1.0
│ │ │ ├── base64-js@0.0.6
│ │ │ ├── util-deprecate@1.0.0
│ │ │ ├─┬ xmlbuilder@2.2.1
│ │ │ │ └── lodash-node@2.4.1
│ │ │ └── xmldom@0.1.22
│ │ ├── properties-parser@0.2.3
│ │ ├─┬ rc@0.5.2
│ │ │ ├── deep-extend@0.2.11
│ │ │ ├── ini@1.1.0
│ │ │ ├── minimist@0.0.10
│ │ │ └── strip-json-comments@0.1.3
│ │ ├─┬ request@2.47.0
│ │ │ ├── aws-sign2@0.5.0
│ │ │ ├─┬ bl@0.9.5
│ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ ├── caseless@0.6.0
│ │ │ ├─┬ combined-stream@0.0.7
│ │ │ │ └── delayed-stream@0.0.5
│ │ │ ├── forever-agent@0.5.2
│ │ │ ├─┬ hawk@1.1.1
│ │ │ │ ├── boom@0.4.2
│ │ │ │ ├── cryptiles@0.2.2
│ │ │ │ ├── hoek@0.9.1
│ │ │ │ └── sntp@0.2.4
│ │ │ ├─┬ http-signature@0.10.1
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ └── ctype@0.5.3
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├── mime-types@1.0.2
│ │ │ ├── node-uuid@1.4.7
│ │ │ ├── oauth-sign@0.4.0
│ │ │ ├── qs@2.3.3
│ │ │ ├── stringstream@0.0.5
│ │ │ ├── tough-cookie@2.2.2
│ │ │ └── tunnel-agent@0.4.3
│ │ ├── shelljs@0.3.0
│ │ ├─┬ tar@1.0.2
│ │ │ ├── block-stream@0.0.9
│ │ │ ├─┬ fstream@1.0.10
│ │ │ │ ├── graceful-fs@4.1.4
│ │ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ │ └── minimist@0.0.8
│ │ │ │ └─┬ rimraf@2.5.2
│ │ │ │ └─┬ glob@7.0.5
│ │ │ │ ├── fs.realpath@1.0.0
│ │ │ │ ├─┬ inflight@1.0.5
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ ├─┬ minimatch@3.0.2
│ │ │ │ │ └─┬ brace-expansion@1.1.5
│ │ │ │ │ ├── balanced-match@0.4.1
│ │ │ │ │ └── concat-map@0.0.1
│ │ │ │ ├─┬ once@1.3.3
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ └── inherits@2.0.1
│ │ ├─┬ through2@0.6.3
│ │ │ ├─┬ readable-stream@1.0.34
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── xtend@4.0.1
│ │ ├── unorm@1.3.3
│ │ └── valid-identifier@0.0.1
│ ├─┬ node-sass@3.8.0
│ │ ├── async-foreach@0.1.3
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ cross-spawn@3.0.1
│ │ │ ├─┬ lru-cache@4.0.1
│ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ └── yallist@2.0.0
│ │ │ └─┬ which@1.2.10
│ │ │ └── isexe@1.1.2
│ │ ├─┬ gaze@1.0.0
│ │ │ └─┬ globule@0.2.0
│ │ │ ├─┬ glob@3.2.11
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ └─┬ minimatch@0.3.0
│ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ └── sigmund@1.0.1
│ │ │ ├── lodash@2.4.2
│ │ │ └─┬ minimatch@0.2.14
│ │ │ ├── lru-cache@2.7.3
│ │ │ └── sigmund@1.0.1
│ │ ├── get-stdin@4.0.1
│ │ ├─┬ glob@7.0.5
│ │ │ ├── fs.realpath@1.0.0
│ │ │ ├─┬ inflight@1.0.5
│ │ │ │ └── wrappy@1.0.2
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ minimatch@3.0.2
│ │ │ │ └─┬ brace-expansion@1.1.5
│ │ │ │ ├── balanced-match@0.4.1
│ │ │ │ └── concat-map@0.0.1
│ │ │ ├─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.2
│ │ │ └── path-is-absolute@1.0.0
│ │ ├── in-publish@2.0.0
│ │ ├─┬ lodash.clonedeep@4.3.2
│ │ │ └── lodash._baseclone@4.5.7
│ │ ├─┬ meow@3.7.0
│ │ │ ├─┬ camelcase-keys@2.1.0
│ │ │ │ └── camelcase@2.1.1
│ │ │ ├── decamelize@1.2.0
│ │ │ ├─┬ loud-rejection@1.5.0
│ │ │ │ ├─┬ currently-unhandled@0.4.1
│ │ │ │ │ └── array-find-index@1.0.1
│ │ │ │ └── signal-exit@3.0.0
│ │ │ ├── map-obj@1.0.1
│ │ │ ├── minimist@1.2.0
│ │ │ ├─┬ normalize-package-data@2.3.5
│ │ │ │ ├── hosted-git-info@2.1.5
│ │ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ │ └── builtin-modules@1.1.1
│ │ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ │ └── spdx-license-ids@1.2.1
│ │ │ │ └─┬ spdx-expression-parse@1.0.2
│ │ │ │ ├── spdx-exceptions@1.0.4
│ │ │ │ └── spdx-license-ids@1.2.1
│ │ │ ├── object-assign@4.1.0
│ │ │ ├─┬ read-pkg-up@1.0.1
│ │ │ │ ├─┬ find-up@1.1.2
│ │ │ │ │ ├── path-exists@2.1.0
│ │ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ └─┬ read-pkg@1.1.0
│ │ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ │ ├── graceful-fs@4.1.4
│ │ │ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ │ │ └─┬ error-ex@1.3.0
│ │ │ │ │ │ └── is-arrayish@0.2.1
│ │ │ │ │ ├── pify@2.3.0
│ │ │ │ │ ├─┬ pinkie-promise@2.0.1
│ │ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ │ └─┬ strip-bom@2.0.0
│ │ │ │ │ └── is-utf8@0.2.1
│ │ │ │ └─┬ path-type@1.1.0
│ │ │ │ ├── graceful-fs@4.1.4
│ │ │ │ ├── pify@2.3.0
│ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ └── pinkie@2.0.4
│ │ │ ├─┬ redent@1.0.0
│ │ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ │ └─┬ repeating@2.0.1
│ │ │ │ │ └─┬ is-finite@1.0.1
│ │ │ │ │ └── number-is-nan@1.0.0
│ │ │ │ └── strip-indent@1.0.1
│ │ │ └── trim-newlines@1.0.0
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ ├── nan@2.3.5
│ │ ├─┬ node-gyp@3.3.1
│ │ │ ├─┬ fstream@1.0.10
│ │ │ │ └── inherits@2.0.1
│ │ │ ├─┬ glob@4.5.3
│ │ │ │ ├─┬ inflight@1.0.5
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@2.0.10
│ │ │ │ │ └─┬ brace-expansion@1.1.5
│ │ │ │ │ ├── balanced-match@0.4.1
│ │ │ │ │ └── concat-map@0.0.1
│ │ │ │ └─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.2
│ │ │ ├── graceful-fs@4.1.4
│ │ │ ├─┬ minimatch@1.0.0
│ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ └── sigmund@1.0.1
│ │ │ ├─┬ nopt@3.0.6
│ │ │ │ └── abbrev@1.0.9
│ │ │ ├─┬ npmlog@2.0.4
│ │ │ │ ├── ansi@0.3.1
│ │ │ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ │ │ ├── delegates@1.0.0
│ │ │ │ │ └─┬ readable-stream@2.1.4
│ │ │ │ │ ├── buffer-shims@1.0.0
│ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ └─┬ gauge@1.2.7
│ │ │ │ ├── has-unicode@2.0.0
│ │ │ │ ├─┬ lodash.pad@4.4.0
│ │ │ │ │ ├── lodash._baseslice@4.0.0
│ │ │ │ │ ├── lodash._basetostring@4.12.0
│ │ │ │ │ └── lodash.tostring@4.1.3
│ │ │ │ ├─┬ lodash.padend@4.5.0
│ │ │ │ │ ├── lodash._baseslice@4.0.0
│ │ │ │ │ ├── lodash._basetostring@4.12.0
│ │ │ │ │ └── lodash.tostring@4.1.3
│ │ │ │ └─┬ lodash.padstart@4.5.0
│ │ │ │ ├── lodash._baseslice@4.0.0
│ │ │ │ ├── lodash._basetostring@4.12.0
│ │ │ │ └── lodash.tostring@4.1.3
│ │ │ ├─┬ osenv@0.1.3
│ │ │ │ ├── os-homedir@1.0.1
│ │ │ │ └── os-tmpdir@1.0.1
│ │ │ ├─┬ path-array@1.0.1
│ │ │ │ └─┬ array-index@1.0.0
│ │ │ │ ├─┬ debug@2.2.0
│ │ │ │ │ └── ms@0.7.1
│ │ │ │ └─┬ es6-symbol@3.1.0
│ │ │ │ ├── d@0.1.1
│ │ │ │ └─┬ es5-ext@0.10.11
│ │ │ │ ├── es6-iterator@2.0.0
│ │ │ │ └── es6-symbol@3.0.2
│ │ │ ├─┬ rimraf@2.5.2
│ │ │ │ └─┬ glob@7.0.5
│ │ │ │ ├── fs.realpath@1.0.0
│ │ │ │ ├─┬ inflight@1.0.5
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@3.0.2
│ │ │ │ │ └─┬ brace-expansion@1.1.5
│ │ │ │ │ ├── balanced-match@0.4.1
│ │ │ │ │ └── concat-map@0.0.1
│ │ │ │ ├─┬ once@1.3.3
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ ├─┬ tar@2.2.1
│ │ │ │ ├── block-stream@0.0.9
│ │ │ │ └── inherits@2.0.1
│ │ │ └─┬ which@1.2.10
│ │ │ └── isexe@1.1.2
│ │ ├─┬ request@2.72.0
│ │ │ ├── aws-sign2@0.6.0
│ │ │ ├── aws4@1.4.1
│ │ │ ├─┬ bl@1.1.2
│ │ │ │ └─┬ readable-stream@2.0.6
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2
│ │ │ ├── caseless@0.11.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.0
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@1.0.0-rc4
│ │ │ │ └── async@1.5.2
│ │ │ ├─┬ har-validator@2.0.6
│ │ │ │ ├─┬ commander@2.9.0
│ │ │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ │ ├── generate-function@2.0.0
│ │ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ │ └── is-property@1.0.2
│ │ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ │ └── xtend@4.0.1
│ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ └── pinkie@2.0.4
│ │ │ ├─┬ hawk@3.1.3
│ │ │ │ ├── boom@2.10.1
│ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ ├── hoek@2.16.3
│ │ │ │ └── sntp@1.0.9
│ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ ├─┬ jsprim@1.3.0
│ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ ├── json-schema@0.2.2
│ │ │ │ │ └── verror@1.3.6
│ │ │ │ └─┬ sshpk@1.8.3
│ │ │ │ ├── asn1@0.2.3
│ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ ├── dashdash@1.14.0
│ │ │ │ ├── ecc-jsbn@0.1.1
│ │ │ │ ├── getpass@0.1.6
│ │ │ │ ├── jodid25519@1.0.2
│ │ │ │ ├── jsbn@0.1.0
│ │ │ │ └── tweetnacl@0.13.3
│ │ │ ├── is-typedarray@1.0.0
│ │ │ ├── isstream@0.1.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├─┬ mime-types@2.1.11
│ │ │ │ └── mime-db@1.23.0
│ │ │ ├── node-uuid@1.4.7
│ │ │ ├── oauth-sign@0.8.2
│ │ │ ├── qs@6.1.0
│ │ │ ├── stringstream@0.0.5
│ │ │ ├── tough-cookie@2.2.2
│ │ │ └── tunnel-agent@0.4.3
│ │ └─┬ sass-graph@2.1.2
│ │ ├── lodash@4.13.1
│ │ └─┬ yargs@4.7.1
│ │ ├── camelcase@3.0.0
│ │ ├─┬ cliui@3.2.0
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── wrap-ansi@2.0.0
│ │ ├── decamelize@1.2.0
│ │ ├─┬ lodash.assign@4.0.9
│ │ │ ├── lodash.keys@4.0.7
│ │ │ └── lodash.rest@4.0.3
│ │ ├─┬ os-locale@1.4.0
│ │ │ └─┬ lcid@1.0.0
│ │ │ └── invert-kv@1.0.0
│ │ ├─┬ pkg-conf@1.1.3
│ │ │ ├─┬ find-up@1.1.2
│ │ │ │ ├── path-exists@2.1.0
│ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ └── pinkie@2.0.4
│ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ ├── graceful-fs@4.1.4
│ │ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ │ └─┬ error-ex@1.3.0
│ │ │ │ │ └── is-arrayish@0.2.1
│ │ │ │ ├── pify@2.3.0
│ │ │ │ ├─┬ pinkie-promise@2.0.1
│ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ └─┬ strip-bom@2.0.0
│ │ │ │ └── is-utf8@0.2.1
│ │ │ ├── object-assign@4.1.0
│ │ │ └── symbol@0.2.3
│ │ ├─┬ read-pkg-up@1.0.1
│ │ │ ├─┬ find-up@1.1.2
│ │ │ │ ├── path-exists@2.1.0
│ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ └── pinkie@2.0.4
│ │ │ └─┬ read-pkg@1.1.0
│ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ ├── graceful-fs@4.1.4
│ │ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ │ └─┬ error-ex@1.3.0
│ │ │ │ │ └── is-arrayish@0.2.1
│ │ │ │ ├── pify@2.3.0
│ │ │ │ ├─┬ pinkie-promise@2.0.1
│ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ └─┬ strip-bom@2.0.0
│ │ │ │ └── is-utf8@0.2.1
│ │ │ ├─┬ normalize-package-data@2.3.5
│ │ │ │ ├── hosted-git-info@2.1.5
│ │ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ │ └── builtin-modules@1.1.1
│ │ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ │ └── spdx-license-ids@1.2.1
│ │ │ │ └─┬ spdx-expression-parse@1.0.2
│ │ │ │ ├── spdx-exceptions@1.0.4
│ │ │ │ └── spdx-license-ids@1.2.1
│ │ │ └─┬ path-type@1.1.0
│ │ │ ├── graceful-fs@4.1.4
│ │ │ ├── pify@2.3.0
│ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ └── pinkie@2.0.4
│ │ ├── require-main-filename@1.0.1
│ │ ├── set-blocking@1.0.0
│ │ ├─┬ string-width@1.0.1
│ │ │ ├─┬ code-point-at@1.0.0
│ │ │ │ └── number-is-nan@1.0.0
│ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│ │ │ │ └── number-is-nan@1.0.0
│ │ │ └─┬ strip-ansi@3.0.1
│ │ │ └── ansi-regex@2.0.0
│ │ ├── window-size@0.2.0
│ │ ├── y18n@3.2.1
│ │ └─┬ yargs-parser@2.4.0
│ │ └── camelcase@2.1.1
│ ├─┬ opbeat-ionic@1.1.3
│ │ ├─┬ after-all@2.0.2
│ │ │ └─┬ once@1.3.3
│ │ │ └── wrappy@1.0.2
│ │ ├── console-log-level@1.2.1
│ │ ├── json-stringify-safe@5.0.1
│ │ └─┬ stackman@0.2.3
│ │ └── stackback@0.0.2
│ ├─┬ request-progress@0.3.1
│ │ └── throttleit@0.0.2
│ ├─┬ unzip2@0.2.5
│ │ ├─┬ binary@0.3.0
│ │ │ ├── buffers@0.1.1
│ │ │ └─┬ chainsaw@0.1.0
│ │ │ └── traverse@0.3.9
│ │ ├─┬ fstream@0.1.31
│ │ │ ├── graceful-fs@3.0.8
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ └─┬ rimraf@2.5.2
│ │ │ └─┬ glob@7.0.5
│ │ │ ├── fs.realpath@1.0.0
│ │ │ ├─┬ inflight@1.0.5
│ │ │ │ └── wrappy@1.0.2
│ │ │ ├─┬ minimatch@3.0.2
│ │ │ │ └─┬ brace-expansion@1.1.5
│ │ │ │ ├── balanced-match@0.4.1
│ │ │ │ └── concat-map@0.0.1
│ │ │ ├─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.2
│ │ │ └── path-is-absolute@1.0.0
│ │ ├─┬ match-stream@0.0.2
│ │ │ └── buffers@0.1.1
│ │ ├─┬ pullstream@0.4.1
│ │ │ ├── over@0.0.5
│ │ │ └── slice-stream@1.0.0
│ │ ├─┬ readable-stream@1.0.34
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └── setimmediate@1.0.4
│ ├─┬ vinyl-fs@1.0.0
│ │ ├─┬ duplexify@3.4.3
│ │ │ ├─┬ end-of-stream@1.0.0
│ │ │ │ └─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.2
│ │ │ ├── inherits@2.0.1
│ │ │ └─┬ readable-stream@2.1.4
│ │ │ ├── buffer-shims@1.0.0
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.2
│ │ ├─┬ glob-stream@4.1.1
│ │ │ ├─┬ glob@4.5.3
│ │ │ │ ├─┬ inflight@1.0.5
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ └─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.2
│ │ │ ├─┬ glob2base@0.0.12
│ │ │ │ └── find-index@0.1.1
│ │ │ ├─┬ minimatch@2.0.10
│ │ │ │ └─┬ brace-expansion@1.1.5
│ │ │ │ ├── balanced-match@0.4.1
│ │ │ │ └── concat-map@0.0.1
│ │ │ ├── ordered-read-streams@0.1.0
│ │ │ └─┬ unique-stream@2.2.1
│ │ │ ├─┬ json-stable-stringify@1.0.1
│ │ │ │ └── jsonify@0.0.0
│ │ │ └─┬ through2-filter@2.0.0
│ │ │ ├─┬ through2@2.0.1
│ │ │ │ └─┬ readable-stream@2.0.6
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2
│ │ │ └── xtend@4.0.1
│ │ ├─┬ glob-watcher@0.0.8
│ │ │ └─┬ gaze@0.5.2
│ │ │ └─┬ globule@0.1.0
│ │ │ ├─┬ glob@3.1.21
│ │ │ │ ├── graceful-fs@1.2.3
│ │ │ │ └── inherits@1.0.2
│ │ │ ├── lodash@1.0.2
│ │ │ └─┬ minimatch@0.2.14
│ │ │ ├── lru-cache@2.7.3
│ │ │ └── sigmund@1.0.1
│ │ ├── graceful-fs@3.0.8
│ │ ├── merge-stream@0.1.8
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ ├── object-assign@2.1.1
│ │ ├─┬ strip-bom@1.0.0
│ │ │ ├── first-chunk-stream@1.0.0
│ │ │ └── is-utf8@0.2.1
│ │ ├─┬ through2@0.6.5
│ │ │ ├─┬ readable-stream@1.0.34
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── xtend@4.0.1
│ │ └─┬ vinyl@0.4.6
│ │ ├── clone@0.2.0
│ │ └── clone-stats@0.0.1
│ └─┬ winston@1.1.2
│ ├── async@1.0.0
│ ├── colors@1.0.3
│ ├── cycle@1.0.3
│ ├── eyes@0.1.8
│ ├── isstream@0.1.2
│ ├── pkginfo@0.3.1
│ └── stack-trace@0.0.9
├── moment@2.13.0
├── ncp@0.4.2
├─┬ npm@2.1.3
│ ├── abbrev@1.0.5
│ ├── ansi@0.3.0
│ ├── ansicolors@0.3.2
│ ├── ansistyles@0.1.3
│ ├── archy@0.0.2
│ ├── async-some@1.0.1
│ ├── block-stream@0.0.7
│ ├── char-spinner@1.0.1
│ ├── child-process-close@0.1.1
│ ├── chmodr@0.1.0
│ ├── chownr@0.0.1
│ ├── cmd-shim@2.0.1
│ ├─┬ columnify@1.2.1
│ │ ├─┬ strip-ansi@1.0.0
│ │ │ └── ansi-regex@0.2.1
│ │ └─┬ wcwidth@1.0.0
│ │ └─┬ defaults@1.0.0
│ │ └── clone@0.1.18
│ ├─┬ dezalgo@1.0.1
│ │ └── asap@1.0.0
│ ├── editor@0.1.0
│ ├── fs-vacuum@1.2.1
│ ├── fs-write-stream-atomic@1.0.2
│ ├── fstream@1.0.2
│ ├─┬ fstream-npm@1.0.0
│ │ └── fstream-ignore@1.0.1
│ ├── github-url-from-git@1.4.0
│ ├── github-url-from-username-repo@1.0.2
│ ├── glob@4.0.5
│ ├── graceful-fs@3.0.2
│ ├── inflight@1.0.3
│ ├── inherits@2.0.1
│ ├── ini@1.2.1
│ ├─┬ init-package-json@1.1.0
│ │ └── promzard@0.2.2
│ ├── lockfile@1.0.0
│ ├── lru-cache@2.5.0
│ ├─┬ minimatch@1.0.0
│ │ └── sigmund@1.0.0
│ ├─┬ mkdirp@0.5.0
│ │ └── minimist@0.0.8
│ ├── node-gyp@1.0.2
│ ├── nopt@3.0.1
│ ├── normalize-package-data@1.0.3
│ ├── npm-cache-filename@1.0.1
│ ├── npm-install-checks@1.0.4
│ ├── npm-package-arg@2.1.3
│ ├── npm-registry-client@3.2.2
│ ├── npm-user-validate@0.1.0
│ ├─┬ npmconf@2.1.0
│ │ └─┬ config-chain@1.1.8
│ │ └── proto-list@1.2.3
│ ├── npmlog@0.1.1
│ ├── once@1.3.0
│ ├── opener@1.3.0
│ ├── osenv@0.1.0
│ ├── path-is-inside@1.0.1
│ ├─┬ read@1.0.5
│ │ └── mute-stream@0.0.4
│ ├─┬ read-installed@3.1.3
│ │ ├── debuglog@1.0.1
│ │ ├── readdir-scoped-modules@1.0.0
│ │ └── util-extend@1.0.1
│ ├── read-package-json@1.2.7
│ ├─┬ readable-stream@1.0.32
│ │ ├── core-util-is@1.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ ├── realize-package-specifier@1.1.0
│ ├─┬ request@2.44.0
│ │ ├── aws-sign2@0.5.0
│ │ ├── bl@0.9.3
│ │ ├── caseless@0.6.0
│ │ ├── forever-agent@0.5.2
│ │ ├─┬ form-data@0.1.4
│ │ │ ├── async@0.9.0
│ │ │ ├─┬ combined-stream@0.0.5
│ │ │ │ └── delayed-stream@0.0.5
│ │ │ └── mime@1.2.11
│ │ ├─┬ hawk@1.1.1
│ │ │ ├── boom@0.4.2
│ │ │ ├── cryptiles@0.2.2
│ │ │ ├── hoek@0.9.1
│ │ │ └── sntp@0.2.4
│ │ ├─┬ http-signature@0.10.0
│ │ │ ├── asn1@0.1.11
│ │ │ ├── assert-plus@0.1.2
│ │ │ └── ctype@0.5.2
│ │ ├── json-stringify-safe@5.0.0
│ │ ├── mime-types@1.0.2
│ │ ├── node-uuid@1.4.1
│ │ ├── oauth-sign@0.4.0
│ │ ├── qs@1.2.2
│ │ ├── stringstream@0.0.4
│ │ ├─┬ tough-cookie@0.12.1
│ │ │ └── punycode@1.3.1
│ │ └── tunnel-agent@0.4.0
│ ├── retry@0.6.0
│ ├── rimraf@2.2.8
│ ├── semver@4.0.0
│ ├── sha@1.2.4
│ ├── slide@1.1.6
│ ├── sorted-object@1.0.0
│ ├── tar@1.0.1
│ ├── text-table@0.2.0
│ ├── uid-number@0.0.5
│ ├── which@1.0.5
│ ├── wrappy@1.0.1
│ └── write-file-atomic@1.1.0
├── open@0.0.5
├─┬ optimist@0.6.0
│ ├── minimist@0.0.10
│ └── wordwrap@0.0.3
├── progress@1.1.7
├─┬ prompt@0.2.12
│ ├── pkginfo@0.4.0
│ ├─┬ read@1.0.7
│ │ └── mute-stream@0.0.6
│ ├── revalidator@0.1.8
│ ├─┬ utile@0.2.1
│ │ ├── async@0.2.10
│ │ ├── deep-equal@1.0.1
│ │ ├── i@0.3.5
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ └─┬ rimraf@2.5.2
│ │ └─┬ glob@7.0.5
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.5
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.1
│ │ ├─┬ minimatch@3.0.2
│ │ │ └─┬ brace-expansion@1.1.5
│ │ │ ├── balanced-match@0.4.1
│ │ │ └── concat-map@0.0.1
│ │ ├─┬ once@1.3.3
│ │ │ └── wrappy@1.0.2
│ │ └── path-is-absolute@1.0.0
│ └─┬ winston@0.6.2
│ ├── async@0.1.22
│ ├── cycle@1.0.3
│ ├── eyes@0.1.8
│ ├── pkginfo@0.2.3
│ ├── request@2.9.203
│ └── stack-trace@0.0.9
├── proxy-middleware@0.7.0
├── q@1.0.1
├─┬ request@2.51.0
│ ├── aws-sign2@0.5.0
│ ├─┬ bl@0.9.5
│ │ └─┬ readable-stream@1.0.34
│ │ ├── core-util-is@1.0.2
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ ├── caseless@0.8.0
│ ├─┬ combined-stream@0.0.7
│ │ └── delayed-stream@0.0.5
│ ├── forever-agent@0.5.2
│ ├─┬ form-data@0.2.0
│ │ └─┬ mime-types@2.0.14
│ │ └── mime-db@1.12.0
│ ├─┬ hawk@1.1.1
│ │ ├── boom@0.4.2
│ │ ├── cryptiles@0.2.2
│ │ ├── hoek@0.9.1
│ │ └── sntp@0.2.4
│ ├─┬ http-signature@0.10.1
│ │ ├── asn1@0.1.11
│ │ ├── assert-plus@0.1.5
│ │ └── ctype@0.5.3
│ ├── json-stringify-safe@5.0.1
│ ├── mime-types@1.0.2
│ ├── node-uuid@1.4.7
│ ├── oauth-sign@0.5.0
│ ├── qs@2.3.3
│ ├── stringstream@0.0.5
│ ├── tough-cookie@2.2.2
│ └── tunnel-agent@0.4.3
├── semver@4.3.6
├─┬ serve-static@1.7.1
│ ├── escape-html@1.0.1
│ ├── parseurl@1.3.1
│ ├─┬ send@0.10.1
│ │ ├─┬ debug@2.1.3
│ │ │ └── ms@0.7.0
│ │ ├── depd@1.0.1
│ │ ├── destroy@1.0.3
│ │ ├── etag@1.5.1
│ │ ├── fresh@0.2.4
│ │ ├── mime@1.2.11
│ │ ├── ms@0.6.2
│ │ ├─┬ on-finished@2.1.1
│ │ │ └── ee-first@1.1.0
│ │ └── range-parser@1.0.3
│ └── utils-merge@1.0.0
├── shelljs@0.2.6
├─┬ tiny-lr-fork@0.0.5
│ ├── debug@0.7.4
│ ├── faye-websocket@0.4.4
│ ├─┬ noptify@0.0.3
│ │ └─┬ nopt@2.0.0
│ │ └── abbrev@1.0.9
│ └── qs@0.5.6
├── underscore@1.7.0
├─┬ unzip@0.1.9
│ ├─┬ binary@0.3.0
│ │ ├── buffers@0.1.1
│ │ └─┬ chainsaw@0.1.0
│ │ └── traverse@0.3.9
│ ├─┬ fstream@0.1.31
│ │ ├── graceful-fs@3.0.8
│ │ ├── inherits@2.0.1
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ └─┬ rimraf@2.5.2
│ │ └─┬ glob@7.0.5
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.5
│ │ │ └── wrappy@1.0.2
│ │ ├─┬ minimatch@3.0.2
│ │ │ └─┬ brace-expansion@1.1.5
│ │ │ ├── balanced-match@0.4.1
│ │ │ └── concat-map@0.0.1
│ │ ├─┬ once@1.3.3
│ │ │ └── wrappy@1.0.2
│ │ └── path-is-absolute@1.0.0
│ ├─┬ match-stream@0.0.2
│ │ └── buffers@0.1.1
│ ├─┬ pullstream@0.4.1
│ │ ├── over@0.0.5
│ │ └── slice-stream@1.0.0
│ ├─┬ readable-stream@1.0.34
│ │ ├── core-util-is@1.0.2
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── setimmediate@1.0.4
├─┬ vinyl-fs@0.3.7
│ ├─┬ glob-stream@3.1.18
│ │ ├─┬ glob@4.5.3
│ │ │ ├─┬ inflight@1.0.5
│ │ │ │ └── wrappy@1.0.2
│ │ │ ├── inherits@2.0.1
│ │ │ └─┬ once@1.3.3
│ │ │ └── wrappy@1.0.2
│ │ ├─┬ glob2base@0.0.12
│ │ │ └── find-index@0.1.1
│ │ ├─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.5
│ │ │ ├── balanced-match@0.4.1
│ │ │ └── concat-map@0.0.1
│ │ ├── ordered-read-streams@0.1.0
│ │ └── unique-stream@1.0.0
│ ├─┬ glob-watcher@0.0.6
│ │ └─┬ gaze@0.5.2
│ │ └─┬ globule@0.1.0
│ │ ├─┬ glob@3.1.21
│ │ │ ├── graceful-fs@1.2.3
│ │ │ └── inherits@1.0.2
│ │ ├── lodash@1.0.2
│ │ └─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.7.3
│ │ └── sigmund@1.0.1
│ ├── graceful-fs@3.0.8
│ ├── lodash@2.4.2
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ strip-bom@1.0.0
│ │ ├── first-chunk-stream@1.0.0
│ │ └── is-utf8@0.2.1
│ ├─┬ through2@0.6.5
│ │ ├─┬ readable-stream@1.0.34
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └── xtend@4.0.1
│ └─┬ vinyl@0.4.6
│ ├── clone@0.2.0
│ └── clone-stats@0.0.1
└─┬ xml2js@0.4.4
├── sax@0.6.1
└── xmlbuilder@8.2.2

test:/Users/test> ionic info

Your system information:

Cordova CLI: 7.0.1
Ionic CLI Version: 1.7.16
Ionic App Lib Version: 0.7.3
ios-deploy version: 1.9.1
ios-sim version: 6.0.0
OS: Mac OS X El Capitan
Node Version: v6.11.0
Xcode version: Xcode 8.2.1 Build version 8C1002


Ionic CLI is out of date:


test:/Users/test/dev> ionic start HelloTest tabs

✗ (node:21110) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
Creating Ionic app in folder /Users/test/dev/HelloTest based on tabs project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
[=============================] 100% 0.0s
Downloading: https://github.com/driftyco/ionic-starter-tabs/archive/master.zip
[=============================] 100% 0.0s
Updated the hooks directory to have execute permissions
Update Config.xml
Initializing cordova project
Adding in iOS application by default
✗ (node:21110) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.

One last thing to note, on my windows 7 PC, I have the following installed and its all working:
Cordova CLI: v7.0.1
NPM v5.0.1
Node: v6.10.3
Ionic: v1.7.16

Since npm 5x is working on the PC, then I am assuming it is node 7 or 8 that is breaking things on the mac. Just a hunch though.

@imhoffd
Copy link
Contributor

imhoffd commented Jul 10, 2017

You are getting very common errors from your node environment.

nodejs/node#9377
sass/node-sass#1888

This isn't a bug in the CLI. If you're still unable to get it working, try stack overflow or the forums.

@imhoffd imhoffd closed this as completed Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants