appbaseio / mirage

:art: GUI for simplifying Elasticsearch Query DSL
http://opensource.appbase.io/mirage
Other
2.21k stars 125 forks source link

local build fails on centos 7 #49

Closed etfeet closed 6 years ago

etfeet commented 6 years ago

Hi,

I'm trying to build locally on CentOS 7 and I'm getting the following error:

[root@dev mirage]# npm --version
3.10.10
[root@dev mirage]# node --version
v6.11.3
[root@dev ~]# git clone https://github.com/appbaseio/mirage.git
[root@dev ~]# cd mirage/
[root@dev mirage]# npm install
npm WARN deprecated guid@0.0.12: Please use node-uuid instead. It is much better.
npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css
npm WARN deprecated typings@1.5.0: Typings is deprecated in favor of NPM @types -- see README for more information
npm WARN deprecated uglifyjs@2.4.11: uglifyjs is deprecated - use uglify-js instead.
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated connect@2.30.2: connect 2.x series is deprecated
npm WARN deprecated express@2.5.11: express 2.x series is deprecated
npm WARN deprecated connect@1.9.2: connect 1.x series is deprecated
npm WARN prefer global node-gyp@3.6.2 should be installed with -g

> node-sass@3.13.1 install /root/mirage/node_modules/node-sass
> node scripts/install.js

Cached binary found at /root/.npm/node-sass/3.13.1/linux-x64-48_binding.node

> node-sass@3.13.1 postinstall /root/mirage/node_modules/node-sass
> node scripts/build.js

Binary found at /root/mirage/node_modules/node-sass/vendor/linux-x64-48/binding.node
Testing binary
Binary is fine
npm WARN lifecycle mirage@0.7.0~postinstall: cannot run in wd %s %s (wd=%s) mirage@0.7.0 typings install /root/mirage
mirage@0.7.0 /root/mirage
├── @angular/common@2.0.2 
├── @angular/compiler@2.0.2 
├── @angular/core@2.0.2 
├── @angular/forms@2.0.2 
├── @angular/http@2.0.2 
├── @angular/platform-browser@2.0.2 
├── @angular/platform-browser-dynamic@2.0.2 
├── @angular/upgrade@2.0.2 
├── angular-in-memory-web-api@0.1.17 
├─┬ appbase-js@0.11.1 
│ ├── guid@0.0.12 
│ ├─┬ hyperquest@1.3.0 
│ │ ├── duplexer2@0.0.2 
│ │ └─┬ through2@0.6.5 
│ │   └── readable-stream@1.0.34 
│ ├─┬ json-stable-stringify@1.0.1 
│ │ └── jsonify@0.0.0 
│ ├─┬ JSONStream@1.3.1 
│ │ ├── jsonparse@1.3.1 
│ │ └── through@2.3.8 
│ ├─┬ through2@2.0.3 
│ │ └─┬ readable-stream@2.3.3 
│ │   ├── isarray@1.0.0 
│ │   └── string_decoder@1.0.3 
│ └─┬ ws@2.3.1 
│   ├── safe-buffer@5.0.1 
│   └── ultron@1.1.0 
├── bootstrap@3.3.7 
├─┬ 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 
│ │ │ │ └── source-map@0.5.7 
│ │ │ ├── lodash.memoize@3.0.4 
│ │ │ └── source-map@0.5.7 
│ │ └── 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.1 
│ │ ├─┬ browserify-cipher@1.0.0 
│ │ │ ├─┬ browserify-aes@1.0.8 
│ │ │ │ └── buffer-xor@1.0.3 
│ │ │ ├─┬ browserify-des@1.0.0 
│ │ │ │ └── des.js@1.0.0 
│ │ │ └─┬ evp_bytestokey@1.0.3 
│ │ │   └─┬ md5.js@1.3.4 
│ │ │     └── hash-base@3.0.4 
│ │ ├─┬ browserify-sign@4.0.4 
│ │ │ ├── bn.js@4.11.8 
│ │ │ ├── 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.1 
│ │ ├── pbkdf2@3.0.14 
│ │ ├── 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 
│ │ ├── fs.realpath@1.0.0 
│ │ ├─┬ inflight@1.0.6 
│ │ │ └── wrappy@1.0.2 
│ │ ├─┬ minimatch@3.0.4 
│ │ │ └─┬ brace-expansion@1.1.8 
│ │ │   ├── balanced-match@1.0.0 
│ │ │   └── concat-map@0.0.1 
│ │ └── once@1.4.0 
│ ├─┬ has@1.0.1 
│ │ └── function-bind@1.1.1 
│ ├── htmlescape@1.1.1 
│ ├── https-browserify@0.0.1 
│ ├── inherits@2.0.3 
│ ├─┬ insert-module-globals@7.0.1 
│ │ ├── is-buffer@1.1.5 
│ │ └─┬ lexical-scope@1.2.0 
│ │   └── astw@2.2.0 
│ ├─┬ labeled-stream-splicer@2.0.0 
│ │ ├── isarray@0.0.1 
│ │ └─┬ stream-splicer@2.0.0 
│ │   └─┬ readable-stream@2.3.3 
│ │     ├── isarray@1.0.0 
│ │     └── string_decoder@1.0.3 
│ ├─┬ module-deps@4.1.1 
│ │ ├── detective@4.5.0 
│ │ ├── duplexer2@0.1.4 
│ │ ├─┬ readable-stream@2.3.3 
│ │ │ ├── isarray@1.0.0 
│ │ │ └── string_decoder@1.0.3 
│ │ └─┬ stream-combiner2@1.1.1 
│ │   ├── duplexer2@0.1.4 
│ │   └─┬ readable-stream@2.3.3 
│ │     ├── isarray@1.0.0 
│ │     └── string_decoder@1.0.3 
│ ├── os-browserify@0.1.2 
│ ├─┬ parents@1.0.1 
│ │ └── path-platform@0.11.15 
│ ├── path-browserify@0.0.0 
│ ├── process@0.11.10 
│ ├── punycode@1.4.1 
│ ├── querystring-es3@0.2.1 
│ ├─┬ read-only-stream@2.0.0 
│ │ └─┬ readable-stream@2.3.3 
│ │   ├── isarray@1.0.0 
│ │   └── string_decoder@1.0.3 
│ ├─┬ 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 
│ │ └── util-deprecate@1.0.2 
│ ├─┬ resolve@1.4.0 
│ │ └── path-parse@1.0.5 
│ ├─┬ shasum@1.0.2 
│ │ ├── json-stable-stringify@0.0.1 
│ │ └── sha.js@2.4.9 
│ ├─┬ shell-quote@1.6.1 
│ │ ├── array-filter@0.0.1 
│ │ ├── array-map@0.0.0 
│ │ └── array-reduce@0.0.0 
│ ├─┬ stream-browserify@2.0.1 
│ │ └─┬ readable-stream@2.3.3 
│ │   ├── isarray@1.0.0 
│ │   └── string_decoder@1.0.3 
│ ├─┬ stream-http@2.7.2 
│ │ ├── builtin-status-codes@3.0.0 
│ │ ├─┬ readable-stream@2.3.3 
│ │ │ ├── isarray@1.0.0 
│ │ │ └── string_decoder@1.0.3 
│ │ └── to-arraybuffer@1.0.1 
│ ├── string_decoder@0.10.31 
│ ├── subarg@1.0.0 
│ ├─┬ syntax-error@1.3.0 
│ │ └── acorn@4.0.13 
│ ├── 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 
├─┬ concurrently@2.2.0 
│ ├── bluebird@2.9.6 
│ ├─┬ 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 
│ │ └── supports-color@0.2.0 
│ ├── commander@2.6.0 
│ ├─┬ cross-spawn@0.2.9 
│ │ └── lru-cache@2.7.3 
│ ├── lodash@4.17.4 
│ └── rx@2.3.24 
├── core-js@2.5.1 
├─┬ gulp@3.9.1 
│ ├── archy@1.0.0 
│ ├─┬ chalk@1.1.3 
│ │ ├── ansi-styles@2.2.1 
│ │ ├─┬ has-ansi@2.0.0 
│ │ │ └── ansi-regex@2.1.1 
│ │ ├── strip-ansi@3.0.1 
│ │ └── supports-color@2.0.0 
│ ├── deprecated@0.0.1 
│ ├─┬ gulp-util@3.0.8 
│ │ ├── array-differ@1.0.0 
│ │ ├── array-uniq@1.0.3 
│ │ ├── beeper@1.1.1 
│ │ ├── dateformat@2.2.0 
│ │ ├─┬ gulplog@1.0.0 
│ │ │ └── glogg@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.restparam@3.6.1 
│ │ │ └── lodash.templatesettings@3.1.1 
│ │ ├── multipipe@0.1.2 
│ │ ├── object-assign@3.0.0 
│ │ ├── replace-ext@0.0.1 
│ │ └── vinyl@0.5.3 
│ ├── interpret@1.0.4 
│ ├─┬ liftoff@2.3.0 
│ │ ├── extend@3.0.1 
│ │ ├─┬ findup-sync@0.4.3 
│ │ │ ├─┬ detect-file@0.1.0 
│ │ │ │ └── fs-exists-sync@0.1.0 
│ │ │ └─┬ resolve-dir@0.1.1 
│ │ │   ├── expand-tilde@1.2.2 
│ │ │   └─┬ global-modules@0.2.3 
│ │ │     └── global-prefix@0.1.5 
│ │ ├─┬ fined@1.1.0 
│ │ │ ├─┬ expand-tilde@2.0.2 
│ │ │ │ └─┬ homedir-polyfill@1.0.1 
│ │ │ │   └── parse-passwd@1.0.0 
│ │ │ ├─┬ is-plain-object@2.0.4 
│ │ │ │ └── isobject@3.0.1 
│ │ │ ├─┬ object.defaults@1.1.0 
│ │ │ │ ├── array-each@1.0.1 
│ │ │ │ ├── array-slice@1.0.0 
│ │ │ │ ├─┬ for-own@1.0.0 
│ │ │ │ │ └── for-in@1.0.2 
│ │ │ │ └── isobject@3.0.1 
│ │ │ └─┬ parse-filepath@1.0.1 
│ │ │   ├── map-cache@0.2.2 
│ │ │   └─┬ path-root@0.1.1 
│ │ │     └── path-root-regex@0.1.2 
│ │ ├── flagged-respawn@0.3.2 
│ │ ├── lodash.isplainobject@4.0.6 
│ │ ├── lodash.isstring@4.0.1 
│ │ ├── lodash.mapvalues@4.6.0 
│ │ └── rechoir@0.6.2 
│ ├── minimist@1.2.0 
│ ├─┬ orchestrator@0.3.8 
│ │ ├─┬ end-of-stream@0.1.5 
│ │ │ └── once@1.3.3 
│ │ ├── sequencify@0.0.7 
│ │ └── stream-consume@0.1.0 
│ ├── pretty-hrtime@1.0.3 
│ ├── semver@4.3.6 
│ ├─┬ tildify@1.2.0 
│ │ └── os-homedir@1.0.2 
│ ├─┬ v8flags@2.1.1 
│ │ └── user-home@1.1.1 
│ └─┬ vinyl-fs@0.3.14 
│   ├── defaults@1.0.3 
│   ├─┬ glob-stream@3.1.18 
│   │ ├── glob@4.5.3 
│   │ ├─┬ glob2base@0.0.12 
│   │ │ └── find-index@0.1.1 
│   │ ├── minimatch@2.0.10 
│   │ ├── ordered-read-streams@0.1.0 
│   │ ├─┬ through2@0.6.5 
│   │ │ └── readable-stream@1.0.34 
│   │ └── 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 
│   ├─┬ graceful-fs@3.0.11 
│   │ └── natives@1.1.0 
│   ├─┬ 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 
│   └─┬ vinyl@0.4.6 
│     └── clone@0.2.0 
├─┬ gulp-browserify@0.5.1 
│ ├─┬ UNMET PEER DEPENDENCY browserify@3.46.1
│ │ ├── assert@1.1.2 
│ │ ├─┬ browser-pack@2.0.1 
│ │ │ ├─┬ combine-source-map@0.3.0 
│ │ │ │ ├── convert-source-map@0.3.5 
│ │ │ │ ├─┬ inline-source-map@0.3.1 
│ │ │ │ │ └── source-map@0.3.0 
│ │ │ │ └── source-map@0.1.43 
│ │ │ └─┬ JSONStream@0.6.4 
│ │ │   └── through@2.2.7 
│ │ ├── browser-resolve@1.2.4 
│ │ ├─┬ buffer@2.1.13 
│ │ │ └── base64-js@0.0.8 
│ │ ├── builtins@0.0.7 
│ │ ├── commondir@0.0.1 
│ │ ├── concat-stream@1.4.10 
│ │ ├── console-browserify@1.0.3 
│ │ ├── constants-browserify@0.0.1 
│ │ ├── crypto-browserify@1.0.9 
│ │ ├── deep-equal@0.1.2 
│ │ ├── defined@0.0.0 
│ │ ├─┬ deps-sort@0.1.2 
│ │ │ ├─┬ JSONStream@0.6.4 
│ │ │ │ └── through@2.2.7 
│ │ │ └── minimist@0.0.10 
│ │ ├─┬ derequire@0.8.0 
│ │ │ ├── esprima-fb@3001.1.0-dev-harmony-fb 
│ │ │ ├─┬ esrefactor@0.1.0 
│ │ │ │ ├── escope@0.0.16 
│ │ │ │ ├── esprima@1.0.4 
│ │ │ │ └── estraverse@0.0.4 
│ │ │ └── estraverse@1.5.1 
│ │ ├── duplexer@0.1.1 
│ │ ├── events@1.0.2 
│ │ ├─┬ glob@3.2.11 
│ │ │ └─┬ minimatch@0.3.0 
│ │ │   ├── lru-cache@2.7.3 
│ │ │   └── sigmund@1.0.1 
│ │ ├─┬ http-browserify@1.3.2 
│ │ │ └── Base64@0.2.1 
│ │ ├─┬ insert-module-globals@6.0.0 
│ │ │ ├── lexical-scope@1.1.1 
│ │ │ └── process@0.6.0 
│ │ ├─┬ JSONStream@0.7.4 
│ │ │ └── jsonparse@0.0.5 
│ │ ├─┬ module-deps@2.0.6 
│ │ │ ├─┬ detective@3.1.0 
│ │ │ │ └─┬ escodegen@1.1.0 
│ │ │ │   ├── esprima@1.0.4 
│ │ │ │   ├── esutils@1.0.0 
│ │ │ │   └── source-map@0.1.43 
│ │ │ ├── parents@0.0.2 
│ │ │ └── stream-combiner@0.1.0 
│ │ ├─┬ parents@0.0.3 
│ │ │ └── path-platform@0.0.1 
│ │ ├── process@0.7.0 
│ │ ├── punycode@1.2.4 
│ │ ├── querystring-es3@0.2.0 
│ │ ├── resolve@0.6.3 
│ │ ├── shallow-copy@0.0.1 
│ │ ├── shell-quote@0.0.1 
│ │ ├─┬ stream-browserify@0.1.3 
│ │ │ └── process@0.5.2 
│ │ ├── stream-combiner@0.0.4 
│ │ ├── string_decoder@0.0.1 
│ │ ├── subarg@0.0.1 
│ │ ├─┬ syntax-error@1.1.6 
│ │ │ └── acorn@2.7.0 
│ │ ├─┬ timers-browserify@1.0.3 
│ │ │ └── process@0.5.2 
│ │ ├─┬ umd@2.0.0 
│ │ │ ├─┬ rfile@1.0.0 
│ │ │ │ ├── callsite@1.0.0 
│ │ │ │ └── resolve@0.3.1 
│ │ │ ├─┬ ruglify@1.0.0 
│ │ │ │ └─┬ uglify-js@2.2.5 
│ │ │ │   ├─┬ optimist@0.3.7 
│ │ │ │   │ └── wordwrap@0.0.3 
│ │ │ │   └── source-map@0.1.43 
│ │ │ └─┬ uglify-js@2.4.24 
│ │ │   ├── source-map@0.1.34 
│ │ │   └─┬ yargs@3.5.4 
│ │ │     ├── camelcase@1.2.1 
│ │ │     └── wordwrap@0.0.2 
│ │ ├─┬ url@0.10.3 
│ │ │ └── punycode@1.3.2 
│ │ └── xtend@3.0.0 
│ ├── browserify-shim@2.0.10 
│ ├─┬ gulp-util@2.2.20 
│ │ ├─┬ chalk@0.5.1 
│ │ │ ├── ansi-styles@1.1.0 
│ │ │ ├─┬ has-ansi@0.1.0 
│ │ │ │ └── ansi-regex@0.2.1 
│ │ │ ├── strip-ansi@0.3.0 
│ │ │ └── supports-color@0.2.0 
│ │ ├── dateformat@1.0.12 
│ │ ├── lodash._reinterpolate@2.4.1 
│ │ ├─┬ lodash.template@2.4.1 
│ │ │ ├── lodash._escapestringchar@2.4.1 
│ │ │ ├─┬ lodash.defaults@2.4.1 
│ │ │ │ ├── lodash._objecttypes@2.4.1 
│ │ │ │ └── lodash.keys@2.4.1 
│ │ │ ├─┬ lodash.escape@2.4.1 
│ │ │ │ ├─┬ lodash._escapehtmlchar@2.4.1 
│ │ │ │ │ └── lodash._htmlescapes@2.4.1 
│ │ │ │ └─┬ lodash._reunescapedhtml@2.4.1 
│ │ │ │   └── lodash.keys@2.4.1 
│ │ │ ├─┬ lodash.keys@2.4.1 
│ │ │ │ ├── lodash._isnative@2.4.1 
│ │ │ │ ├── lodash._shimkeys@2.4.1 
│ │ │ │ └── lodash.isobject@2.4.1 
│ │ │ ├── lodash.templatesettings@2.4.1 
│ │ │ └─┬ lodash.values@2.4.1 
│ │ │   └── lodash.keys@2.4.1 
│ │ ├── minimist@0.2.0 
│ │ ├─┬ through2@0.5.1 
│ │ │ └─┬ readable-stream@1.0.34 
│ │ │   └── string_decoder@0.10.31 
│ │ └── vinyl@0.2.3 
│ ├── readable-stream@1.1.14 
│ └─┬ through2@0.4.2 
│   ├─┬ readable-stream@1.0.34 
│   │ └── string_decoder@0.10.31 
│   └─┬ xtend@2.1.2 
│     └── object-keys@0.4.0 
├─┬ gulp-concat@2.6.1 
│ ├─┬ concat-with-sourcemaps@1.0.4 
│ │ └── source-map@0.5.7 
│ └─┬ vinyl@2.1.0 
│   ├── clone@2.1.1 
│   ├── clone-buffer@1.0.0 
│   ├── clone-stats@1.0.0 
│   ├── cloneable-readable@1.0.0 
│   ├── remove-trailing-separator@1.1.0 
│   └── replace-ext@1.0.0 
├─┬ gulp-connect@2.3.1 
│ ├─┬ connect@2.30.2 
│ │ ├── basic-auth-connect@1.0.0 
│ │ ├─┬ body-parser@1.13.3 
│ │ │ ├── iconv-lite@0.4.11 
│ │ │ ├── qs@4.0.0 
│ │ │ └─┬ raw-body@2.1.7 
│ │ │   ├── bytes@2.4.0 
│ │ │   └── iconv-lite@0.4.13 
│ │ ├── bytes@2.1.0 
│ │ ├─┬ compression@1.5.2 
│ │ │ └── compressible@2.0.11 
│ │ ├── connect-timeout@1.6.2 
│ │ ├── content-type@1.0.4 
│ │ ├── cookie@0.1.3 
│ │ ├── cookie-parser@1.3.5 
│ │ ├── cookie-signature@1.0.6 
│ │ ├─┬ csurf@1.8.3 
│ │ │ └─┬ csrf@3.0.6 
│ │ │   ├── rndm@1.2.0 
│ │ │   ├── tsscmp@1.0.5 
│ │ │   └─┬ uid-safe@2.1.4 
│ │ │     └── random-bytes@1.0.0 
│ │ ├── depd@1.0.1 
│ │ ├─┬ errorhandler@1.4.3 
│ │ │ └─┬ accepts@1.3.4 
│ │ │   └── negotiator@0.6.1 
│ │ ├─┬ express-session@1.11.3 
│ │ │ ├── crc@3.3.0 
│ │ │ └─┬ uid-safe@2.0.0 
│ │ │   └── base64-url@1.2.1 
│ │ ├─┬ finalhandler@0.4.0 
│ │ │ ├── escape-html@1.0.2 
│ │ │ └── unpipe@1.0.0 
│ │ ├── fresh@0.3.0 
│ │ ├── http-errors@1.3.1 
│ │ ├─┬ method-override@2.3.10 
│ │ │ ├─┬ debug@2.6.9 
│ │ │ │ └── ms@2.0.0 
│ │ │ ├── methods@1.1.2 
│ │ │ └── vary@1.1.2 
│ │ ├─┬ multiparty@3.3.2 
│ │ │ └── stream-counter@0.2.0 
│ │ ├── on-headers@1.0.1 
│ │ ├── parseurl@1.3.2 
│ │ ├── pause@0.1.0 
│ │ ├── qs@4.0.0 
│ │ ├─┬ response-time@2.3.2 
│ │ │ └── depd@1.1.1 
│ │ ├─┬ serve-favicon@2.3.2 
│ │ │ ├── etag@1.7.0 
│ │ │ └── ms@0.7.2 
│ │ ├─┬ serve-static@1.10.3 
│ │ │ └─┬ send@0.13.2 
│ │ │   ├── depd@1.1.1 
│ │ │   ├── mime@1.3.4 
│ │ │   ├── range-parser@1.0.3 
│ │ │   └── statuses@1.2.1 
│ │ ├─┬ type-is@1.6.15 
│ │ │ └── media-typer@0.3.0 
│ │ ├── utils-merge@1.0.0 
│ │ └── vhost@3.0.2 
│ ├── connect-livereload@0.5.4 
│ ├─┬ event-stream@3.3.4 
│ │ ├── from@0.1.7 
│ │ ├── map-stream@0.1.0 
│ │ ├── pause-stream@0.0.11 
│ │ └── split@0.3.3 
│ └─┬ tiny-lr@0.2.1 
│   ├─┬ body-parser@1.14.2 
│   │ ├── bytes@2.2.0 
│   │ ├── depd@1.1.1 
│   │ ├── iconv-lite@0.4.13 
│   │ └── qs@5.2.0 
│   ├── faye-websocket@0.10.0 
│   ├── livereload-js@2.2.2 
│   └── qs@5.1.0 
├─┬ gulp-livereload@3.8.1 
│ ├─┬ chalk@0.5.1 
│ │ ├── ansi-styles@1.1.0 
│ │ ├─┬ has-ansi@0.1.0 
│ │ │ └── ansi-regex@0.2.1 
│ │ ├── strip-ansi@0.3.0 
│ │ └── supports-color@0.2.0 
│ ├─┬ debug@2.2.0 
│ │ └── ms@0.7.1 
│ ├─┬ lodash.assign@3.2.0 
│ │ ├── lodash._baseassign@3.2.0 
│ │ ├─┬ lodash._createassigner@3.1.1 
│ │ │ └── lodash._bindcallback@3.0.1 
│ │ └─┬ lodash.keys@3.1.2 
│ │   ├── lodash._getnative@3.9.1 
│ │   ├── lodash.isarguments@3.1.0 
│ │   └── lodash.isarray@3.0.4 
│ └─┬ mini-lr@0.1.9 
│   ├─┬ body-parser@1.14.2 
│   │ ├── bytes@2.2.0 
│   │ ├── depd@1.1.1 
│   │ ├── iconv-lite@0.4.13 
│   │ └── qs@5.2.0 
│   ├── faye-websocket@0.7.3 
│   └── qs@2.2.5 
├─┬ gulp-minify-css@1.2.4 
│ ├─┬ clean-css@3.4.28 
│ │ ├─┬ commander@2.8.1 
│ │ │ └── graceful-readlink@1.0.1 
│ │ └─┬ source-map@0.4.4 
│ │   └── amdefine@1.0.1 
│ ├── object-assign@4.1.1 
│ ├─┬ readable-stream@2.3.3 
│ │ ├── isarray@1.0.0 
│ │ └── string_decoder@1.0.3 
│ ├─┬ vinyl-bufferstream@1.0.1 
│ │ └── bufferstreams@1.0.1 
│ └─┬ vinyl-sourcemaps-apply@0.2.1 
│   └── source-map@0.5.7 
├── gulp-rename@1.2.2 
├─┬ gulp-sass@2.3.2 
│ └── lodash.clonedeep@4.5.0 
├─┬ gulp-uglify@1.5.4 
│ ├── deap@1.0.0 
│ ├─┬ fancy-log@1.3.0 
│ │ └── time-stamp@1.1.0 
│ ├─┬ isobject@2.1.0 
│ │ └── isarray@1.0.0 
│ ├─┬ uglify-js@2.6.4 
│ │ ├── async@0.2.10 
│ │ ├── source-map@0.5.7 
│ │ ├── 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 
│ │   │ │ │ ├── longest@1.0.1 
│ │   │ │ │ └── repeat-string@1.6.1 
│ │   │ │ └── lazy-cache@1.0.4 
│ │   │ ├── right-align@0.1.3 
│ │   │ └── wordwrap@0.0.2 
│ │   └── window-size@0.1.0 
│ └── uglify-save-license@0.4.1 
├─┬ gulp-watch@4.3.11 
│ ├─┬ anymatch@1.3.2 
│ │ ├─┬ micromatch@2.3.11 
│ │ │ ├─┬ arr-diff@2.0.0 
│ │ │ │ └── arr-flatten@1.1.0 
│ │ │ ├── array-unique@0.2.1 
│ │ │ ├─┬ braces@1.8.5 
│ │ │ │ ├─┬ expand-range@1.8.2 
│ │ │ │ │ └─┬ fill-range@2.2.3 
│ │ │ │ │   ├── is-number@2.1.0 
│ │ │ │ │   └─┬ randomatic@1.1.7 
│ │ │ │ │     ├─┬ is-number@3.0.0 
│ │ │ │ │     │ └── kind-of@3.2.2 
│ │ │ │ │     └── kind-of@4.0.0 
│ │ │ │ ├── preserve@0.2.0 
│ │ │ │ └── repeat-element@1.1.2 
│ │ │ ├─┬ expand-brackets@0.1.5 
│ │ │ │ └── is-posix-bracket@0.1.1 
│ │ │ ├── extglob@0.3.2 
│ │ │ ├── filename-regex@2.0.1 
│ │ │ ├── is-extglob@1.0.0 
│ │ │ ├── kind-of@3.2.2 
│ │ │ ├─┬ object.omit@2.0.1 
│ │ │ │ ├── for-own@0.1.5 
│ │ │ │ └── is-extendable@0.1.1 
│ │ │ ├─┬ parse-glob@3.0.4 
│ │ │ │ ├── glob-base@0.3.0 
│ │ │ │ └── is-dotfile@1.0.3 
│ │ │ └─┬ regex-cache@0.4.4 
│ │ │   └─┬ is-equal-shallow@0.1.3 
│ │ │     └── is-primitive@2.0.0 
│ │ └── normalize-path@2.1.1 
│ ├─┬ chokidar@1.7.0 
│ │ ├── async-each@1.0.1 
│ │ ├── glob-parent@2.0.0 
│ │ ├─┬ is-binary-path@1.0.1 
│ │ │ └── binary-extensions@1.10.0 
│ │ ├── is-glob@2.0.1 
│ │ └─┬ readdirp@2.1.0 
│ │   ├─┬ readable-stream@2.3.3 
│ │   │ ├── isarray@1.0.0 
│ │   │ └── string_decoder@1.0.3 
│ │   └── set-immediate-shim@1.0.1 
│ ├─┬ glob-parent@3.1.0 
│ │ ├─┬ is-glob@3.1.0 
│ │ │ └── is-extglob@2.1.1 
│ │ └── path-dirname@1.0.2 
│ ├── object-assign@4.1.1 
│ ├── path-is-absolute@1.0.1 
│ ├─┬ readable-stream@2.3.3 
│ │ ├── isarray@1.0.0 
│ │ └── string_decoder@1.0.3 
│ ├── slash@1.0.0 
│ ├─┬ vinyl@1.2.0 
│ │ ├── clone@1.0.2 
│ │ └── clone-stats@0.0.1 
│ └─┬ vinyl-file@2.0.0 
│   ├── graceful-fs@4.1.11 
│   ├── pify@2.3.0 
│   ├─┬ pinkie-promise@2.0.1 
│   │ └── pinkie@2.0.4 
│   ├── strip-bom@2.0.0 
│   ├─┬ strip-bom-stream@2.0.0 
│   │ └─┬ first-chunk-stream@2.0.0 
│   │   └─┬ readable-stream@2.3.3 
│   │     ├── isarray@1.0.0 
│   │     └── string_decoder@1.0.3 
│   └── vinyl@1.2.0 
├── jasmine-core@2.4.1 
├─┬ lite-server@2.3.0 
│ ├─┬ browser-sync@2.18.13 
│ │ ├── browser-sync-client@2.5.1 
│ │ ├─┬ browser-sync-ui@0.6.3 
│ │ │ ├── async-each-series@0.1.1 
│ │ │ ├─┬ stream-throttle@0.1.3 
│ │ │ │ └── limiter@1.1.2 
│ │ │ └─┬ weinre@2.0.0-pre-I0Z7U9OV 
│ │ │   ├─┬ express@2.5.11 
│ │ │   │ ├─┬ connect@1.9.2 
│ │ │   │ │ └── formidable@1.0.17 
│ │ │   │ ├── mime@1.2.4 
│ │ │   │ ├── mkdirp@0.3.0 
│ │ │   │ └── qs@0.4.2 
│ │ │   └── underscore@1.7.0 
│ │ ├── bs-recipes@1.3.4 
│ │ ├─┬ connect@3.5.0 
│ │ │ └── finalhandler@0.5.0 
│ │ ├── dev-ip@1.0.1 
│ │ ├─┬ easy-extender@2.3.2 
│ │ │ └── lodash@3.10.1 
│ │ ├─┬ eazy-logger@3.0.2 
│ │ │ └─┬ tfunk@3.1.0 
│ │ │   └── object-path@0.9.2 
│ │ ├── emitter-steward@1.0.0 
│ │ ├─┬ fs-extra@3.0.1 
│ │ │ ├── jsonfile@3.0.1 
│ │ │ └── universalify@0.1.1 
│ │ ├─┬ http-proxy@1.15.2 
│ │ │ ├── eventemitter3@1.2.0 
│ │ │ └── requires-port@1.0.0 
│ │ ├── immutable@3.8.1 
│ │ ├─┬ localtunnel@1.8.3 
│ │ │ ├─┬ debug@2.6.8 
│ │ │ │ └── ms@2.0.0 
│ │ │ ├── openurl@1.1.1 
│ │ │ ├─┬ request@2.81.0 
│ │ │ │ ├── aws-sign2@0.6.0 
│ │ │ │ ├── form-data@2.1.4 
│ │ │ │ ├─┬ har-validator@4.2.1 
│ │ │ │ │ ├── ajv@4.11.8 
│ │ │ │ │ └── har-schema@1.0.5 
│ │ │ │ ├─┬ 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 
│ │ │ │ ├── performance-now@0.2.0 
│ │ │ │ └── qs@6.4.0 
│ │ │ └─┬ yargs@3.29.0 
│ │ │   ├── camelcase@1.2.1 
│ │ │   └── window-size@0.1.4 
│ │ ├─┬ opn@4.0.2 
│ │ │ └── object-assign@4.1.1 
│ │ ├─┬ portscanner@2.1.1 
│ │ │ ├── async@1.5.2 
│ │ │ └─┬ is-number-like@1.0.8 
│ │ │   └── lodash.isfinite@3.3.2 
│ │ ├── qs@6.2.1 
│ │ ├── resp-modifier@6.0.2 
│ │ ├── rx@4.1.0 
│ │ ├─┬ serve-index@1.8.0 
│ │ │ ├─┬ accepts@1.3.4 
│ │ │ │ └── negotiator@0.6.1 
│ │ │ └─┬ http-errors@1.5.1 
│ │ │   └── setprototypeof@1.0.2 
│ │ ├─┬ serve-static@1.12.2 
│ │ │ └─┬ send@0.15.2 
│ │ │   ├─┬ debug@2.6.4 
│ │ │   │ └── ms@0.7.3 
│ │ │   ├── depd@1.1.1 
│ │ │   ├── etag@1.8.1 
│ │ │   ├── fresh@0.5.0 
│ │ │   ├─┬ http-errors@1.6.2 
│ │ │   │ └── setprototypeof@1.0.3 
│ │ │   ├── ms@1.0.0 
│ │ │   └── range-parser@1.2.0 
│ │ ├── server-destroy@1.0.1 
│ │ ├─┬ socket.io@1.6.0 
│ │ │ ├─┬ debug@2.3.3 
│ │ │ │ └── ms@0.7.2 
│ │ │ ├─┬ engine.io@1.8.0 
│ │ │ │ ├─┬ accepts@1.3.3 
│ │ │ │ │ └── negotiator@0.6.1 
│ │ │ │ ├── base64id@0.1.0 
│ │ │ │ ├── cookie@0.3.1 
│ │ │ │ ├─┬ debug@2.3.3 
│ │ │ │ │ └── ms@0.7.2 
│ │ │ │ ├─┬ engine.io-parser@1.3.1 
│ │ │ │ │ ├── after@0.8.1 
│ │ │ │ │ ├── arraybuffer.slice@0.0.6 
│ │ │ │ │ ├── base64-arraybuffer@0.1.5 
│ │ │ │ │ ├── blob@0.0.4 
│ │ │ │ │ ├── has-binary@0.1.6 
│ │ │ │ │ └── wtf-8@1.0.0 
│ │ │ │ └─┬ ws@1.1.1 
│ │ │ │   ├── options@0.0.6 
│ │ │ │   └── ultron@1.0.2 
│ │ │ ├── has-binary@0.1.7 
│ │ │ ├── object-assign@4.1.0 
│ │ │ ├─┬ socket.io-adapter@0.5.0 
│ │ │ │ └─┬ debug@2.3.3 
│ │ │ │   └── ms@0.7.2 
│ │ │ └─┬ socket.io-parser@2.3.1 
│ │ │   ├── component-emitter@1.1.2 
│ │ │   └── json3@3.3.2 
│ │ ├─┬ socket.io-client@1.6.0 
│ │ │ ├── backo2@1.0.2 
│ │ │ ├── component-bind@1.0.0 
│ │ │ ├── component-emitter@1.2.1 
│ │ │ ├─┬ debug@2.3.3 
│ │ │ │ └── ms@0.7.2 
│ │ │ ├─┬ engine.io-client@1.8.0 
│ │ │ │ ├── component-emitter@1.2.1 
│ │ │ │ ├── component-inherit@0.0.3 
│ │ │ │ ├─┬ debug@2.3.3 
│ │ │ │ │ └── ms@0.7.2 
│ │ │ │ ├── has-cors@1.1.0 
│ │ │ │ ├── parsejson@0.0.3 
│ │ │ │ ├── parseqs@0.0.5 
│ │ │ │ ├─┬ ws@1.1.1 
│ │ │ │ │ └── ultron@1.0.2 
│ │ │ │ ├── xmlhttprequest-ssl@1.5.3 
│ │ │ │ └── yeast@0.1.2 
│ │ │ ├── object-component@0.0.3 
│ │ │ ├─┬ parseuri@0.0.5 
│ │ │ │ └── better-assert@1.0.2 
│ │ │ └── to-array@0.1.4 
│ │ ├── ua-parser-js@0.7.12 
│ │ └─┬ yargs@6.4.0 
│ │   ├── camelcase@3.0.0 
│ │   ├─┬ cliui@3.2.0 
│ │   │ └── wrap-ansi@2.1.0 
│ │   ├── get-caller-file@1.0.2 
│ │   ├─┬ os-locale@1.4.0 
│ │   │ └─┬ lcid@1.0.0 
│ │   │   └── invert-kv@1.0.0 
│ │   ├── require-directory@2.1.1 
│ │   ├── require-main-filename@1.0.1 
│ │   ├── which-module@1.0.0 
│ │   ├── window-size@0.2.0 
│ │   ├── y18n@3.2.1 
│ │   └── yargs-parser@4.2.1 
│ ├── connect-history-api-fallback@1.3.0 
│ └── connect-logger@0.0.1 
├─┬ live-server@1.2.0 
│ ├── colors@1.1.2 
│ ├─┬ connect@3.5.1 
│ │ └── finalhandler@0.5.1 
│ ├─┬ cors@2.8.4 
│ │ ├── object-assign@4.1.1 
│ │ └── vary@1.0.1 
│ ├── event-stream@3.3.4 
│ ├─┬ faye-websocket@0.11.1 
│ │ └─┬ websocket-driver@0.7.0 
│ │   ├── http-parser-js@0.4.8 
│ │   └── websocket-extensions@0.1.2 
│ ├─┬ http-auth@3.1.3 
│ │ ├─┬ apache-crypt@1.2.1 
│ │ │ └── unix-crypt-td-js@1.0.0 
│ │ ├── apache-md5@1.1.2 
│ │ ├── bcryptjs@2.4.3 
│ │ └── uuid@3.1.0 
│ ├─┬ morgan@1.6.1 
│ │ └── basic-auth@1.0.4 
│ ├── object-assign@4.1.1 
│ ├─┬ opn@5.1.0 
│ │ └── is-wsl@1.1.0 
│ ├── proxy-middleware@0.15.0 
│ ├─┬ send@0.16.1 
│ │ ├── debug@2.6.9 
│ │ ├── depd@1.1.1 
│ │ ├── destroy@1.0.4 
│ │ ├── encodeurl@1.0.1 
│ │ ├── escape-html@1.0.3 
│ │ ├── etag@1.8.1 
│ │ ├── fresh@0.5.2 
│ │ ├─┬ http-errors@1.6.2 
│ │ │ └── setprototypeof@1.0.3 
│ │ ├── mime@1.4.1 
│ │ ├── ms@2.0.0 
│ │ ├─┬ on-finished@2.3.0 
│ │ │ └── ee-first@1.1.1 
│ │ ├── range-parser@1.2.0 
│ │ └── statuses@1.3.1 
│ └─┬ serve-index@1.7.3 
│   ├─┬ accepts@1.2.13 
│   │ └── negotiator@0.5.3 
│   ├── batch@0.5.3 
│   └─┬ mime-types@2.1.17 
│     └── mime-db@1.30.0 
├── moment@2.18.1 
├─┬ node-sass@3.13.1 
│ ├── async-foreach@0.1.3 
│ ├─┬ cross-spawn@3.0.1 
│ │ ├─┬ lru-cache@4.1.1 
│ │ │ ├── pseudomap@1.0.2 
│ │ │ └── yallist@2.1.2 
│ │ └─┬ which@1.3.0 
│ │   └── isexe@2.0.0 
│ ├─┬ gaze@1.1.2 
│ │ └── globule@1.2.0 
│ ├── get-stdin@4.0.1 
│ ├── in-publish@2.0.0 
│ ├── lodash.assign@4.2.0 
│ ├─┬ meow@3.7.0 
│ │ ├─┬ camelcase-keys@2.1.0 
│ │ │ └── camelcase@2.1.1 
│ │ ├── decamelize@1.2.0 
│ │ ├─┬ loud-rejection@1.6.0 
│ │ │ ├─┬ currently-unhandled@0.4.1 
│ │ │ │ └── array-find-index@1.0.2 
│ │ │ └── signal-exit@3.0.2 
│ │ ├── map-obj@1.0.1 
│ │ ├─┬ normalize-package-data@2.4.0 
│ │ │ ├── hosted-git-info@2.5.0 
│ │ │ ├─┬ is-builtin-module@1.0.0 
│ │ │ │ └── builtin-modules@1.1.1 
│ │ │ ├── semver@5.4.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 
│ │ ├── object-assign@4.1.1 
│ │ ├─┬ read-pkg-up@1.0.1 
│ │ │ ├─┬ find-up@1.1.2 
│ │ │ │ └── path-exists@2.1.0 
│ │ │ └─┬ read-pkg@1.1.0 
│ │ │   ├── load-json-file@1.1.0 
│ │ │   └── path-type@1.1.0 
│ │ ├─┬ redent@1.0.0 
│ │ │ ├── indent-string@2.1.0 
│ │ │ └── strip-indent@1.0.1 
│ │ └── trim-newlines@1.0.0 
│ ├─┬ mkdirp@0.5.1 
│ │ └── minimist@0.0.8 
│ ├── nan@2.7.0 
│ ├─┬ node-gyp@3.6.2 
│ │ ├── fstream@1.0.11 
│ │ ├─┬ nopt@3.0.6 
│ │ │ └── abbrev@1.1.1 
│ │ ├─┬ osenv@0.1.4 
│ │ │ └── os-tmpdir@1.0.2 
│ │ ├── rimraf@2.6.2 
│ │ ├── semver@5.3.0 
│ │ └─┬ tar@2.2.1 
│ │   └── block-stream@0.0.9 
│ ├─┬ npmlog@4.1.2 
│ │ ├─┬ are-we-there-yet@1.1.4 
│ │ │ ├── delegates@1.0.0 
│ │ │ └─┬ readable-stream@2.3.3 
│ │ │   ├── isarray@1.0.0 
│ │ │   └── string_decoder@1.0.3 
│ │ ├── console-control-strings@1.1.0 
│ │ ├─┬ gauge@2.7.4 
│ │ │ ├── aproba@1.2.0 
│ │ │ ├── object-assign@4.1.1 
│ │ │ └── wide-align@1.1.2 
│ │ └── set-blocking@2.0.0 
│ ├─┬ request@2.83.0 
│ │ ├── aws-sign2@0.7.0 
│ │ ├── aws4@1.6.0 
│ │ ├── caseless@0.12.0 
│ │ ├─┬ combined-stream@1.0.5 
│ │ │ └── delayed-stream@1.0.0 
│ │ ├── forever-agent@0.6.1 
│ │ ├─┬ form-data@2.3.1 
│ │ │ └── asynckit@0.4.0 
│ │ ├─┬ har-validator@5.0.3 
│ │ │ ├─┬ ajv@5.2.3 
│ │ │ │ ├── co@4.6.0 
│ │ │ │ ├── fast-deep-equal@1.0.0 
│ │ │ │ └── json-schema-traverse@0.3.1 
│ │ │ └── har-schema@2.0.0 
│ │ ├─┬ hawk@6.0.2 
│ │ │ ├── boom@4.3.1 
│ │ │ ├─┬ cryptiles@3.1.2 
│ │ │ │ └── boom@5.2.0 
│ │ │ ├── hoek@4.2.0 
│ │ │ └── sntp@2.0.2 
│ │ ├─┬ http-signature@1.2.0 
│ │ │ ├── assert-plus@1.0.0 
│ │ │ ├─┬ jsprim@1.4.1 
│ │ │ │ ├── extsprintf@1.3.0 
│ │ │ │ ├── json-schema@0.2.3 
│ │ │ │ └── verror@1.10.0 
│ │ │ └─┬ sshpk@1.13.1 
│ │ │   ├── asn1@0.2.3 
│ │ │   ├── bcrypt-pbkdf@1.0.1 
│ │ │   ├── dashdash@1.14.1 
│ │ │   ├── ecc-jsbn@0.1.1 
│ │ │   ├── getpass@0.1.7 
│ │ │   ├── jsbn@0.1.1 
│ │ │   └── tweetnacl@0.14.5 
│ │ ├── is-typedarray@1.0.0 
│ │ ├── isstream@0.1.2 
│ │ ├── json-stringify-safe@5.0.1 
│ │ ├── oauth-sign@0.8.2 
│ │ ├── performance-now@2.1.0 
│ │ ├── qs@6.5.1 
│ │ ├── stringstream@0.0.5 
│ │ ├── tough-cookie@2.3.3 
│ │ └── tunnel-agent@0.6.0 
│ └─┬ sass-graph@2.2.4 
│   ├─┬ scss-tokenizer@0.2.3 
│   │ └── js-base64@2.3.2 
│   └─┬ yargs@7.1.0 
│     ├── camelcase@3.0.0 
│     └─┬ yargs-parser@5.0.0 
│       └── camelcase@3.0.0 
├── reflect-metadata@0.1.10 
├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.6
├─┬ systemjs@0.19.27 
│ └── when@3.7.8 
├── typescript@1.8.10 
├─┬ typings@1.5.0 
│ ├── any-promise@1.3.0 
│ ├── bluebird@3.5.0 
│ ├─┬ cli-truncate@0.2.1 
│ │ ├── slice-ansi@0.0.4 
│ │ └─┬ string-width@1.0.2 
│ │   ├── code-point-at@1.1.0 
│ │   └─┬ is-fullwidth-code-point@1.0.0 
│ │     └── number-is-nan@1.0.1 
│ ├─┬ columnify@1.5.4 
│ │ └── wcwidth@1.0.1 
│ ├── elegant-spinner@1.0.1 
│ ├── has-unicode@2.0.1 
│ ├── listify@1.0.0 
│ ├─┬ log-update@1.0.2 
│ │ ├── ansi-escapes@1.4.0 
│ │ └─┬ cli-cursor@1.0.2 
│ │   └─┬ restore-cursor@1.0.1 
│ │     ├── exit-hook@1.1.1 
│ │     └── onetime@1.1.0 
│ ├── promise-finally@2.2.1 
│ ├─┬ typings-core@1.6.1 
│ │ ├─┬ configstore@2.1.0 
│ │ │ ├─┬ dot-prop@3.0.0 
│ │ │ │ └── is-obj@1.0.1 
│ │ │ ├── object-assign@4.1.1 
│ │ │ ├── uuid@2.0.3 
│ │ │ └─┬ write-file-atomic@1.3.4 
│ │ │   ├── imurmurhash@0.1.4 
│ │ │   └── slide@1.1.6 
│ │ ├─┬ detect-indent@4.0.0 
│ │ │ └─┬ repeating@2.0.1 
│ │ │   └── is-finite@1.0.2 
│ │ ├─┬ invariant@2.2.2 
│ │ │ └─┬ loose-envify@1.3.1 
│ │ │   └── js-tokens@3.0.2 
│ │ ├─┬ is-absolute@0.2.6 
│ │ │ ├─┬ is-relative@0.2.1 
│ │ │ │ └─┬ is-unc-path@0.1.2 
│ │ │ │   └── unc-path-regex@0.1.2 
│ │ │ └── is-windows@0.2.0 
│ │ ├── lockfile@1.0.3 
│ │ ├─┬ make-error-cause@1.2.2 
│ │ │ └── make-error@1.3.0 
│ │ ├─┬ object.pick@1.3.0 
│ │ │ └── isobject@3.0.1 
│ │ ├─┬ parse-json@2.2.0 
│ │ │ └─┬ error-ex@1.3.1 
│ │ │   └── is-arrayish@0.2.1 
│ │ ├─┬ popsicle@8.2.0 
│ │ │ ├── arrify@1.0.1 
│ │ │ └── throwback@1.1.1 
│ │ ├─┬ popsicle-proxy-agent@3.0.0 
│ │ │ ├─┬ http-proxy-agent@1.0.0 
│ │ │ │ └─┬ agent-base@2.1.1 
│ │ │ │   └── semver@5.0.3 
│ │ │ └── https-proxy-agent@1.0.0 
│ │ ├── popsicle-retry@3.2.1 
│ │ ├── popsicle-rewrite@1.0.0 
│ │ ├── popsicle-status@2.0.1 
│ │ ├─┬ rc@1.2.1 
│ │ │ ├── deep-extend@0.4.2 
│ │ │ ├── ini@1.3.4 
│ │ │ └── strip-json-comments@2.0.1 
│ │ ├─┬ sort-keys@1.1.2 
│ │ │ └── is-plain-obj@1.1.0 
│ │ ├── string-template@1.0.0 
│ │ ├── thenify@3.3.0 
│ │ ├── throat@3.2.0 
│ │ ├─┬ touch@1.0.0 
│ │ │ └── nopt@1.0.10 
│ │ ├── typescript@2.5.3 
│ │ └── zip-object@0.1.0 
│ ├─┬ update-notifier@1.0.3 
│ │ ├─┬ boxen@0.6.0 
│ │ │ ├── ansi-align@1.1.0 
│ │ │ ├── cli-boxes@1.0.0 
│ │ │ ├── filled-array@1.1.0 
│ │ │ ├── object-assign@4.1.1 
│ │ │ └── widest-line@1.0.0 
│ │ ├── is-npm@1.0.0 
│ │ ├─┬ latest-version@2.0.0 
│ │ │ └─┬ package-json@2.4.0 
│ │ │   ├─┬ got@5.7.1 
│ │ │   │ ├─┬ create-error-class@3.0.2 
│ │ │   │ │ └── capture-stack-trace@1.0.0 
│ │ │   │ ├── duplexer2@0.1.4 
│ │ │   │ ├── is-redirect@1.0.0 
│ │ │   │ ├── is-retry-allowed@1.1.0 
│ │ │   │ ├── is-stream@1.1.0 
│ │ │   │ ├── lowercase-keys@1.0.0 
│ │ │   │ ├── node-status-codes@1.0.0 
│ │ │   │ ├── object-assign@4.1.1 
│ │ │   │ ├─┬ read-all-stream@3.1.0 
│ │ │   │ │ └─┬ readable-stream@2.3.3 
│ │ │   │ │   ├── isarray@1.0.0 
│ │ │   │ │   └── string_decoder@1.0.3 
│ │ │   │ ├─┬ readable-stream@2.3.3 
│ │ │   │ │ ├── isarray@1.0.0 
│ │ │   │ │ └── string_decoder@1.0.3 
│ │ │   │ ├── timed-out@3.1.3 
│ │ │   │ ├── unzip-response@1.0.2 
│ │ │   │ └─┬ url-parse-lax@1.0.0 
│ │ │   │   └── prepend-http@1.0.4 
│ │ │   ├── registry-auth-token@3.3.1 
│ │ │   └── registry-url@3.1.0 
│ │ ├── lazy-req@1.1.0 
│ │ ├── semver-diff@2.1.0 
│ │ └── xdg-basedir@2.0.0 
│ └── wordwrap@1.0.0 
├── uglifyjs@2.4.11 
└── UNMET PEER DEPENDENCY zone.js@0.6.26

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN angular-in-memory-web-api@0.1.17 requires a peer of rxjs@5.0.0-rc.4 but none was installed.
npm WARN angular-in-memory-web-api@0.1.17 requires a peer of zone.js@^0.7.2 but none was installed.
npm WARN @angular/http@2.0.2 requires a peer of rxjs@5.0.0-beta.12 but none was installed.
npm WARN @angular/core@2.0.2 requires a peer of rxjs@5.0.0-beta.12 but none was installed.
npm WARN browserify-shim@2.0.10 requires a peer of browserify@>= 2.3.0 < 4 but none was installed.
npm WARN mirage@0.7.0 No repository field.
siddharthlatest commented 6 years ago

This shouldn't happen starting 0.8.0. Also, you can use the docker image now instead of running a local server by building manually from source.