Fresh install fails to build at ngc step
See original GitHub issueBug, feature request, or proposal:
Bug
What is the expected behavior?
gulp build:release
builds successfully
What is the current behavior?
It raises the following (after a fresh delete and install of all node_modules)
jon@jon-laptop:/jon/material2$ gulp build:release
[13:23:47] Using gulpfile /jon/material2/gulpfile.js
[13:23:47] Starting 'build:release'...
[13:23:47] Starting 'clean'...
[13:23:47] Finished 'clean' after 101 ms
[13:23:47] Starting ':build:components:inline'...
[13:23:47] Starting ':build:components:ts'...
[13:23:47] Starting ':build:components:scss'...
[13:23:47] Starting ':build:components:assets'...
[13:23:52] Finished ':build:components:assets' after 4.66 s
[13:23:52] Finished ':build:components:ts' after 4.81 s
[13:23:52] Finished ':build:components:scss' after 4.9 s
[13:23:52] Starting ':inline-resources'...
[13:23:52] Finished ':inline-resources' after 73 ms
[13:23:52] Finished ':build:components:inline' after 5.04 s
[13:23:52] Starting ':build:components:rollup'...
[13:23:53] Finished ':build:components:rollup' after 779 ms
[13:23:53] Starting 'build:components'...
[13:23:53] Finished 'build:components' after 1.99 ΞΌs
[13:23:53] Starting ':build:components:ngc'...
TypeError: Cannot read property 'text' of undefined
at NodeObject.getText (/jon/material2/node_modules/typescript/lib/typescript.js:78080:30)
at Evaluator.evaluateNode (/jon/material2/node_modules/@angular/tsc-wrapped/src/evaluator.js:502:66)
at _loop_1 (/jon/material2/node_modules/@angular/tsc-wrapped/src/collector.js:329:54)
at /jon/material2/node_modules/@angular/tsc-wrapped/src/collector.js:388:25
at visitEachNode (/jon/material2/node_modules/typescript/lib/typescript.js:13907:30)
at Object.forEachChild (/jon/material2/node_modules/typescript/lib/typescript.js:14078:24)
at MetadataCollector.getMetadata (/jon/material2/node_modules/@angular/tsc-wrapped/src/collector.js:222:12)
at MetadataWriterHost.writeMetadata (/jon/material2/node_modules/@angular/tsc-wrapped/src/compiler_host.js:150:51)
at MetadataWriterHost.writeFile (/jon/material2/node_modules/@angular/tsc-wrapped/src/compiler_host.js:142:19)
at Object.writeFile (/jon/material2/node_modules/typescript/lib/typescript.js:62522:132)
Compilation failed
[13:24:03] ':build:components:ngc' errored after 11 s
[13:24:03] Error: Process failed with code 1
at formatError (/usr/local/lib/node_modules/gulp/bin/gulp.js:169:10)
at Gulp.<anonymous> (/usr/local/lib/node_modules/gulp/bin/gulp.js:195:15)
at emitOne (events.js:101:20)
at Gulp.emit (events.js:188:7)
at Gulp.Orchestrator._emitTaskDone (/jon/material2/node_modules/orchestrator/index.js:264:8)
at /jon/material2/node_modules/orchestrator/index.js:275:23
at finish (/jon/material2/node_modules/orchestrator/lib/runTask.js:21:8)
at cb (/jon/material2/node_modules/orchestrator/lib/runTask.js:29:3)
at ChildProcess.<anonymous> (/jon/material2/tools/gulp/task_helpers.ts:110:11)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:852:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
[13:24:03] 'build:release' errored after 17 s
[13:24:03] Error in plugin 'run-sequence(:build:components:ngc)'
Message:
Process failed with code 1
Stack:
at finish (/jon/material2/node_modules/run-sequence/index.js:56:13)
at Gulp.onError (/jon/material2/node_modules/run-sequence/index.js:67:4)
at emitOne (events.js:101:20)
at Gulp.emit (events.js:188:7)
at Gulp.Orchestrator._emitTaskDone (/jon/material2/node_modules/orchestrator/index.js:264:8)
at /jon/material2/node_modules/orchestrator/index.js:275:23
at finish (/jon/material2/node_modules/orchestrator/lib/runTask.js:21:8)
at cb (/jon/material2/node_modules/orchestrator/lib/runTask.js:29:3)
at ChildProcess.<anonymous> (/jon/material2/tools/gulp/task_helpers.ts:110:11)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:852:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
What are the steps to reproduce?
npm install
gulp build:release
Which versions of Angular, Material, OS, browsers are affected?
86123a3f0ca5bc3f3cf5f1b1f2263564c861af2a
Is there anything else we should know?
Result of npm install
jon@jon-laptop:/jon/material2$ npm install
npm WARN deprecated node-uuid@1.4.7: use uuid module 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 lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN excluding symbolic link index.js -> lib/sass.js
npm WARN excluding symbolic link lib/index.js -> sass.js
npm WARN prefer global marked@0.3.6 should be installed with -g
npm WARN prefer global colorguard@1.2.0 should be installed with -g
npm WARN prefer global node-gyp@3.4.0 should be installed with -g
> node-sass@3.13.1 install /jon/material2/node_modules/node-sass
> node scripts/install.js
Cached binary found at /home/jon/.npm/node-sass/3.13.1/linux-x64-48_binding.node
> sauce-connect-launcher@0.17.0 postinstall /jon/material2/node_modules/sauce-connect-launcher
> node scripts/install.js || nodejs scripts/install.js
> node-sass@3.13.1 postinstall /jon/material2/node_modules/node-sass
> node scripts/build.js
Binary found at /jon/material2/node_modules/node-sass/vendor/linux-x64-48/binding.node
Testing binary
Binary is fine
material2@2.0.0-alpha.11-2 /jon/material2
βββ @angular/common@2.3.0
βββ @angular/compiler@2.3.0
βββ¬ @angular/compiler-cli@2.3.0
β βββ¬ @angular/tsc-wrapped@0.4.2
β β βββ tsickle@0.2.2
β βββ reflect-metadata@0.1.8
βββ @angular/core@2.3.0
βββ @angular/forms@2.3.0
βββ @angular/http@2.3.0
βββ @angular/platform-browser@2.3.0
βββ @angular/platform-browser-dynamic@2.3.0
βββ¬ @angular/platform-server@2.3.0
β βββ parse5@2.2.3
βββ @angular/router@3.3.0
βββ¬ @types/glob@5.0.30
β βββ @types/minimatch@2.0.29
βββ¬ @types/gulp@3.8.32
β βββ @types/orchestrator@0.0.30
β βββ @types/vinyl@2.0.0
βββ @types/hammerjs@2.0.33
βββ @types/jasmine@2.5.38
βββ¬ @types/merge2@0.0.28
β βββ @types/node@4.0.30
βββ @types/minimist@1.1.29
βββ @types/node@6.0.51
βββ¬ @types/run-sequence@0.0.27
β βββ @types/node@4.0.30
βββ @types/rx@2.5.34
βββ¬ conventional-changelog@1.1.0
β βββ¬ conventional-changelog-angular@1.3.0
β β βββ¬ compare-func@1.3.2
β β β βββ array-ify@1.0.0
β β β βββ¬ dot-prop@3.0.0
β β β βββ is-obj@1.0.1
β β βββ github-url-from-git@1.5.0
β βββ conventional-changelog-atom@0.1.0
β βββ conventional-changelog-codemirror@0.1.0
β βββ¬ conventional-changelog-core@1.5.0
β β βββ¬ conventional-changelog-writer@1.4.1
β β β βββ¬ conventional-commits-filter@1.0.0
β β β β βββ is-subset@0.1.1
β β β β βββ modify-values@1.0.0
β β β βββ¬ handlebars@4.0.6
β β β β βββ source-map@0.4.4
β β β βββ split@1.0.0
β β βββ¬ conventional-commits-parser@1.3.0
β β β βββ¬ is-text-path@1.0.1
β β β β βββ text-extensions@1.3.3
β β β βββ¬ JSONStream@1.2.1
β β β β βββ jsonparse@1.2.0
β β β βββ split2@2.1.0
β β β βββ trim-off-newlines@1.0.1
β β βββ dateformat@1.0.12
β β βββ¬ get-pkg-repo@1.3.0
β β β βββ hosted-git-info@2.1.5
β β β βββ parse-github-repo-url@1.3.0
β β βββ¬ git-raw-commits@1.1.2
β β β βββ¬ dargs@4.1.0
β β β β βββ number-is-nan@1.0.1
β β β βββ¬ lodash.template@4.4.0
β β β βββ lodash.templatesettings@4.1.0
β β βββ¬ git-remote-origin-url@2.0.0
β β β βββ gitconfiglocal@1.0.0
β β βββ git-semver-tags@1.1.2
β β βββ¬ normalize-package-data@2.3.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.2
β β β βββ spdx-expression-parse@1.0.4
β β βββ¬ read-pkg@1.1.0
β β β βββ load-json-file@1.1.0
β β β βββ path-type@1.1.0
β β βββ¬ read-pkg-up@1.0.1
β β βββ¬ find-up@1.1.2
β β βββ path-exists@2.1.0
β βββ conventional-changelog-ember@0.2.2
β βββ conventional-changelog-eslint@0.1.0
β βββ conventional-changelog-express@0.1.0
β βββ conventional-changelog-jquery@0.1.0
β βββ conventional-changelog-jscs@0.1.0
β βββ conventional-changelog-jshint@0.1.0
βββ core-js@2.4.1
βββ¬ express@4.14.0
β βββ¬ accepts@1.3.3
β β βββ¬ mime-types@2.1.13
β β β βββ mime-db@1.25.0
β β βββ negotiator@0.6.1
β βββ array-flatten@1.1.1
β βββ content-disposition@0.5.1
β βββ content-type@1.0.2
β βββ cookie@0.3.1
β βββ cookie-signature@1.0.6
β βββ¬ debug@2.2.0
β β βββ ms@0.7.1
β βββ depd@1.1.0
β βββ encodeurl@1.0.1
β βββ escape-html@1.0.3
β βββ etag@1.7.0
β βββ¬ finalhandler@0.5.0
β β βββ statuses@1.3.1
β β βββ unpipe@1.0.0
β βββ fresh@0.3.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.2
β β βββ forwarded@0.1.0
β β βββ ipaddr.js@1.1.1
β βββ qs@6.2.0
β βββ range-parser@1.2.0
β βββ¬ send@0.14.1
β β βββ destroy@1.0.4
β β βββ¬ http-errors@1.5.1
β β βββ setprototypeof@1.0.2
β βββ serve-static@1.11.1
β βββ¬ type-is@1.6.14
β β βββ media-typer@0.3.0
β βββ utils-merge@1.0.0
β βββ vary@1.1.0
βββ¬ firebase-tools@2.2.1
β βββ¬ 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
β βββ¬ cjson@0.3.3
β β βββ¬ json-parse-helpfulerror@1.0.3
β β βββ jju@1.3.0
β βββ¬ cli-table@0.3.1
β β βββ colors@1.0.3
β βββ¬ commander@2.9.0
β β βββ graceful-readlink@1.0.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
β β βββ typedarray@0.0.6
β βββ¬ configstore@1.4.0
β β βββ object-assign@4.1.0
β β βββ os-tmpdir@1.0.2
β β βββ osenv@0.1.3
β β βββ¬ write-file-atomic@1.2.0
β β β βββ imurmurhash@0.1.4
β β β βββ slide@1.1.6
β β βββ xdg-basedir@2.0.0
β βββ didyoumean@1.2.1
β βββ exit-code@1.0.2
β βββ filesize@3.3.0
β βββ¬ firebase@2.4.2
β β βββ¬ faye-websocket@0.9.3
β β βββ¬ websocket-driver@0.5.2
β β βββ websocket-extensions@0.1.1
β βββ fs-extra@0.23.1
β βββ¬ fstream-ignore@1.0.5
β β βββ fstream@1.0.10
β βββ¬ inquirer@0.8.5
β β βββ ansi-regex@1.1.1
β β βββ cli-width@1.1.1
β β βββ figures@1.7.0
β β βββ lodash@3.10.1
β β βββ¬ readline2@0.1.1
β β β βββ mute-stream@0.0.4
β β β βββ¬ strip-ansi@2.0.1
β β β βββ ansi-regex@1.1.1
β β βββ rx@2.5.3
β βββ jsonschema@1.1.1
β βββ lodash@3.10.1
β βββ node-uuid@1.4.7
β βββ open@0.0.5
β βββ progress@1.1.8
β βββ¬ request@2.79.0
β β βββ aws-sign2@0.6.0
β β βββ aws4@1.5.0
β β βββ 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@2.1.2
β β β βββ asynckit@0.4.0
β β βββ¬ har-validator@2.0.6
β β β βββ¬ is-my-json-valid@2.15.0
β β β βββ generate-function@2.0.0
β β β βββ¬ generate-object-property@1.2.0
β β β β βββ is-property@1.0.2
β β β βββ jsonpointer@4.0.0
β β βββ¬ hawk@3.1.3
β β β βββ cryptiles@2.0.5
β β β βββ sntp@1.0.9
β β βββ¬ http-signature@1.1.1
β β β βββ assert-plus@0.2.0
β β β βββ¬ jsprim@1.3.1
β β β β βββ extsprintf@1.0.2
β β β β βββ json-schema@0.2.3
β β β β βββ verror@1.3.6
β β β βββ¬ sshpk@1.10.1
β β β βββ asn1@0.2.3
β β β βββ assert-plus@1.0.0
β β β βββ bcrypt-pbkdf@1.0.0
β β β βββ¬ dashdash@1.14.1
β β β β βββ assert-plus@1.0.0
β β β βββ ecc-jsbn@0.1.1
β β β βββ¬ getpass@0.1.6
β β β β βββ assert-plus@1.0.0
β β β βββ jodid25519@1.0.2
β β β βββ jsbn@0.1.0
β β β βββ tweetnacl@0.14.4
β β βββ is-typedarray@1.0.0
β β βββ isstream@0.1.2
β β βββ json-stringify-safe@5.0.1
β β βββ oauth-sign@0.8.2
β β βββ qs@6.3.0
β β βββ stringstream@0.0.5
β β βββ¬ tough-cookie@2.3.2
β β β βββ punycode@1.4.1
β β βββ tunnel-agent@0.4.3
β β βββ uuid@3.0.1
β βββ rsvp@3.3.3
β βββ semver@5.3.0
β βββ¬ superstatic@4.0.3
β β βββ as-array@2.0.0
β β βββ basic-auth-connect@1.0.0
β β βββ char-spinner@1.0.1
β β βββ compare-semver@1.1.0
β β βββ¬ compression@1.6.2
β β β βββ bytes@2.3.0
β β β βββ compressible@2.0.9
β β βββ¬ connect-query@0.2.0
β β β βββ qs@1.1.0
β β βββ fast-url-parser@1.1.3
β β βββ fs-extra@0.30.0
β β βββ glob@7.1.1
β β βββ¬ glob-slasher@1.0.1
β β β βββ glob-slash@1.0.0
β β β βββ¬ lodash.isobject@2.4.1
β β β β βββ lodash._objecttypes@2.4.1
β β β βββ¬ toxic@1.0.0
β β β βββ lodash@2.4.2
β β βββ home-dir@1.0.0
β β βββ is-url@1.2.2
β β βββ¬ join-path@1.1.0
β β β βββ url-join@0.0.1
β β βββ¬ morgan@1.7.0
β β β βββ basic-auth@1.0.4
β β βββ¬ nash@2.0.4
β β β βββ¬ flat-arguments@1.0.2
β β β β βββ¬ as-array@1.0.0
β β β β β βββ lodash.isarguments@2.4.1
β β β β β βββ lodash.isobject@2.4.1
β β β β βββ lodash.isarguments@3.1.0
β β β β βββ lodash.isobject@3.0.2
β β β βββ lodash@3.10.1
β β βββ on-headers@1.0.1
β β βββ¬ path-to-regexp@1.7.0
β β β βββ isarray@0.0.1
β β βββ¬ router@1.1.4
β β β βββ array-flatten@2.0.0
β β β βββ setprototypeof@1.0.0
β β βββ string-length@1.0.1
β β βββ try-require@1.2.1
β β βββ¬ update-notifier@1.0.3
β β βββ configstore@2.1.0
β βββ¬ tar@2.2.1
β β βββ block-stream@0.0.9
β βββ through@2.3.8
β βββ tmp@0.0.27
β βββ¬ universal-analytics@0.3.11
β β βββ async@0.2.10
β β βββ underscore@1.8.3
β βββ¬ update-notifier@0.5.0
β β βββ is-npm@1.0.0
β β βββ¬ latest-version@1.0.1
β β β βββ¬ package-json@1.2.0
β β β βββ¬ got@3.3.1
β β β β βββ infinity-agent@2.0.3
β β β β βββ is-redirect@1.0.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
β β βββ¬ repeating@1.1.3
β β β βββ is-finite@1.0.2
β β βββ semver-diff@2.1.0
β βββ¬ user-home@2.0.0
β β βββ os-homedir@1.0.2
β βββ uuid@2.0.3
β βββ¬ winston@1.1.2
β βββ async@1.0.0
β βββ cycle@1.0.3
β βββ eyes@0.1.8
β βββ pkginfo@0.3.1
β βββ stack-trace@0.0.9
βββ¬ fs-extra@0.26.7
β βββ graceful-fs@4.1.11
β βββ jsonfile@2.4.0
β βββ klaw@1.3.1
β βββ path-is-absolute@1.0.1
β βββ¬ rimraf@2.5.4
β βββ glob@7.1.1
βββ¬ glob@6.0.4
β βββ¬ inflight@1.0.6
β β βββ wrappy@1.0.2
β βββ inherits@2.0.3
β βββ¬ minimatch@3.0.3
β β βββ¬ brace-expansion@1.1.6
β β βββ concat-map@0.0.1
β βββ once@1.4.0
βββ¬ gulp@3.9.1
β βββ archy@1.0.0
β βββ deprecated@0.0.1
β βββ¬ gulp-util@3.0.7
β β βββ array-differ@1.0.0
β β βββ array-uniq@1.0.3
β β βββ beeper@1.1.1
β β βββ has-gulplog@0.1.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.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
β β β βββ isarray@0.0.1
β β βββ object-assign@3.0.0
β β βββ replace-ext@0.0.1
β β βββ vinyl@0.5.3
β βββ interpret@1.0.1
β βββ¬ liftoff@2.3.0
β β βββ¬ findup-sync@0.4.3
β β β βββ¬ detect-file@0.1.0
β β β β βββ fs-exists-sync@0.1.0
β β β βββ¬ resolve-dir@0.1.1
β β β βββ¬ global-modules@0.2.3
β β β βββ¬ global-prefix@0.1.5
β β β βββ¬ homedir-polyfill@1.0.1
β β β βββ parse-passwd@1.0.0
β β βββ¬ fined@1.0.2
β β β βββ expand-tilde@1.2.2
β β β βββ lodash.assignwith@4.2.0
β β β βββ lodash.isempty@4.4.0
β β β βββ lodash.pick@4.4.0
β β β βββ¬ 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.mapvalues@4.6.0
β β βββ rechoir@0.6.2
β βββ¬ 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
β βββ¬ v8flags@2.0.11
β β βββ 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
β β β βββ isarray@0.0.1
β β βββ 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
β βββ¬ graceful-fs@3.0.11
β β βββ natives@1.1.0
β βββ¬ strip-bom@1.0.0
β β βββ first-chunk-stream@1.0.0
β βββ¬ through2@0.6.5
β β βββ¬ readable-stream@1.0.34
β β βββ isarray@0.0.1
β βββ¬ vinyl@0.4.6
β βββ clone@0.2.0
βββ¬ gulp-autoprefixer@3.1.1
β βββ¬ autoprefixer@6.5.3
β β βββ browserslist@1.4.0
β β βββ caniuse-db@1.0.30000597
β β βββ normalize-range@0.1.2
β β βββ num2fraction@1.2.2
β βββ¬ postcss@5.2.6
β β βββ js-base64@2.1.9
β β βββ¬ supports-color@3.1.2
β β βββ has-flag@1.0.0
β βββ¬ through2@2.0.3
β β βββ¬ readable-stream@2.2.2
β β βββ buffer-shims@1.0.0
β βββ vinyl-sourcemaps-apply@0.2.1
βββ¬ gulp-clean@0.3.2
β βββ¬ 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
β β βββ lodash._reinterpolate@2.4.1
β β βββ¬ lodash.template@2.4.1
β β β βββ lodash._escapestringchar@2.4.1
β β β βββ lodash.defaults@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._isnative@2.4.1
β β β β βββ lodash._shimkeys@2.4.1
β β β βββ lodash.templatesettings@2.4.1
β β β βββ lodash.values@2.4.1
β β βββ minimist@0.2.0
β β βββ¬ through2@0.5.1
β β β βββ xtend@3.0.0
β β βββ vinyl@0.2.3
β βββ¬ through2@0.4.2
β βββ¬ readable-stream@1.0.34
β β βββ isarray@0.0.1
β βββ¬ xtend@2.1.2
β βββ object-keys@0.4.0
βββ¬ gulp-cli@1.2.2
β βββ¬ fancy-log@1.2.0
β β βββ time-stamp@1.0.1
β βββ gulplog@1.0.0
β βββ lodash.isfunction@3.0.8
β βββ lodash.isplainobject@4.0.6
β βββ lodash.isstring@4.0.1
β βββ lodash.sortby@4.7.0
β βββ¬ matchdep@1.0.1
β β βββ¬ findup-sync@0.3.0
β β β βββ glob@5.0.15
β β βββ¬ micromatch@2.3.11
β β βββ¬ arr-diff@2.0.0
β β β βββ arr-flatten@1.0.1
β β βββ¬ braces@1.8.5
β β β βββ¬ expand-range@1.8.2
β β β β βββ¬ fill-range@2.2.3
β β β β βββ is-number@2.1.0
β β β β βββ randomatic@1.1.6
β β β β βββ repeat-string@1.6.1
β β β βββ 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.0
β β βββ is-extglob@1.0.0
β β βββ¬ kind-of@3.1.0
β β β βββ is-buffer@1.1.4
β β βββ normalize-path@2.0.1
β β βββ¬ object.omit@2.0.1
β β β βββ¬ for-own@0.1.4
β β β β βββ for-in@0.1.6
β β β βββ is-extendable@0.1.1
β β βββ¬ parse-glob@3.0.4
β β β βββ glob-base@0.3.0
β β β βββ is-dotfile@1.0.2
β β βββ¬ regex-cache@0.4.3
β β βββ is-equal-shallow@0.1.3
β β βββ is-primitive@2.0.0
β βββ mute-stdout@1.0.0
β βββ¬ semver-greatest-satisfied-range@1.0.0
β β βββ semver@4.3.6
β β βββ semver-regex@1.0.0
β βββ¬ wreck@6.3.0
β β βββ boom@2.10.1
β β βββ hoek@2.16.3
β βββ¬ yargs@3.32.0
β βββ camelcase@2.1.1
β βββ¬ cliui@3.2.0
β β βββ wrap-ansi@2.1.0
β βββ decamelize@1.2.0
β βββ¬ os-locale@1.4.0
β β βββ¬ lcid@1.0.0
β β βββ invert-kv@1.0.0
β βββ¬ string-width@1.0.2
β β βββ code-point-at@1.1.0
β β βββ is-fullwidth-code-point@1.0.0
β βββ window-size@0.1.4
β βββ y18n@3.2.1
βββ¬ gulp-markdown@1.2.0
β βββ marked@0.3.6
βββ¬ gulp-sass@2.3.2
β βββ lodash.clonedeep@4.5.0
βββ¬ gulp-server-livereload@1.9.2
β βββ¬ connect@3.1.1
β β βββ¬ debug@1.0.4
β β β βββ ms@0.6.2
β β βββ finalhandler@0.1.0
β βββ connect-inject@0.3.2
β βββ¬ glogg@1.0.0
β β βββ sparkles@1.0.0
β βββ lodash@4.17.2
β βββ node-watch@0.3.5
β βββ¬ node.extend@1.0.10
β β βββ is@0.3.0
β βββ proxy-middleware@0.15.0
β βββ¬ serve-index@1.1.6
β β βββ¬ accepts@1.0.7
β β β βββ mime-types@1.0.2
β β β βββ negotiator@0.4.7
β β βββ batch@0.5.1
β βββ¬ serve-static@1.5.4
β β βββ escape-html@1.0.1
β β βββ¬ send@0.8.5
β β βββ depd@0.4.4
β β βββ destroy@1.0.3
β β βββ fresh@0.2.2
β β βββ mime@1.2.11
β β βββ¬ on-finished@2.1.0
β β β βββ ee-first@1.0.5
β β βββ range-parser@1.0.3
β βββ¬ socket.io@1.7.2
β β βββ¬ debug@2.3.3
β β β βββ ms@0.7.2
β β βββ¬ engine.io@1.8.2
β β β βββ base64id@1.0.0
β β β βββ¬ debug@2.3.3
β β β β βββ ms@0.7.2
β β β βββ¬ engine.io-parser@1.3.2
β β β βββ after@0.8.2
β β β βββ arraybuffer.slice@0.0.6
β β β βββ base64-arraybuffer@0.1.5
β β β βββ blob@0.0.4
β β β βββ wtf-8@1.0.0
β β βββ¬ has-binary@0.1.7
β β β βββ isarray@0.0.1
β β βββ¬ socket.io-adapter@0.5.0
β β β βββ¬ debug@2.3.3
β β β βββ ms@0.7.2
β β βββ¬ socket.io-client@1.7.2
β β β βββ 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.2
β β β β βββ 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
β β β β βββ xmlhttprequest-ssl@1.5.3
β β β β βββ yeast@0.1.2
β β β βββ indexof@0.0.1
β β β βββ object-component@0.0.3
β β β βββ¬ parseuri@0.0.5
β β β β βββ¬ better-assert@1.0.2
β β β β βββ callsite@1.0.0
β β β βββ to-array@0.1.4
β β βββ¬ socket.io-parser@2.3.1
β β βββ component-emitter@1.1.2
β β βββ isarray@0.0.1
β β βββ json3@3.3.2
β βββ¬ through2@0.5.1
β β βββ¬ readable-stream@1.0.34
β β β βββ isarray@0.0.1
β β βββ xtend@3.0.0
β βββ¬ vinyl-fs@1.0.0
β βββ¬ duplexify@3.5.0
β β βββ¬ end-of-stream@1.0.0
β β β βββ once@1.3.3
β β βββ stream-shift@1.0.0
β βββ¬ glob-stream@4.1.1
β β βββ glob@4.5.3
β β βββ minimatch@2.0.10
β β βββ¬ through2@0.6.5
β β β βββ xtend@4.0.1
β β βββ unique-stream@2.2.1
β βββ glob-watcher@0.0.8
β βββ graceful-fs@3.0.11
β βββ¬ merge-stream@0.1.8
β β βββ¬ through2@0.6.5
β β βββ¬ readable-stream@1.0.34
β β βββ isarray@0.0.1
β βββ object-assign@2.1.1
β βββ strip-bom@1.0.0
β βββ¬ through2@0.6.5
β β βββ xtend@4.0.1
β βββ¬ vinyl@0.4.6
β βββ clone@0.2.0
βββ¬ gulp-shell@0.5.2
β βββ async@1.5.2
βββ¬ gulp-sourcemaps@1.9.1
β βββ acorn@4.0.3
β βββ convert-source-map@1.3.0
β βββ¬ css@2.2.1
β β βββ¬ source-map@0.1.43
β β β βββ amdefine@1.0.1
β β βββ¬ source-map-resolve@0.3.1
β β β βββ atob@1.1.3
β β β βββ resolve-url@0.2.1
β β β βββ source-map-url@0.3.0
β β βββ urix@0.1.0
β βββ¬ debug-fabulous@0.0.4
β β βββ lazy-debug-legacy@0.0.1
β βββ detect-newline@2.1.0
β βββ source-map@0.5.6
β βββ¬ strip-bom@2.0.0
β β βββ is-utf8@0.2.1
β βββ¬ vinyl@1.2.0
β βββ clone@1.0.2
β βββ clone-stats@0.0.1
βββ¬ gulp-transform@1.1.0
β βββ es6-promise@4.0.5
βββ¬ gulp-typescript@2.14.1
β βββ typescript@1.8.10
β βββ¬ vinyl-fs@2.4.4
β βββ¬ glob-stream@5.3.5
β β βββ glob@5.0.15
β β βββ¬ glob-parent@3.0.1
β β β βββ¬ is-glob@3.1.0
β β β β βββ is-extglob@2.1.1
β β β βββ path-dirname@1.0.2
β β βββ¬ ordered-read-streams@0.3.0
β β β βββ is-stream@1.1.0
β β βββ¬ through2@0.6.5
β β β βββ¬ readable-stream@1.0.34
β β β βββ isarray@0.0.1
β β βββ¬ to-absolute-glob@0.1.1
β β β βββ extend-shallow@2.0.1
β β βββ unique-stream@2.2.1
β βββ gulp-sourcemaps@1.6.0
β βββ is-valid-glob@0.3.0
β βββ lazystream@1.0.0
β βββ lodash.isequal@4.4.0
β βββ merge-stream@1.0.1
β βββ strip-bom-stream@1.0.0
β βββ through2-filter@2.0.0
β βββ vali-date@1.0.0
β βββ vinyl@1.2.0
βββ hammerjs@2.0.8
βββ jasmine-core@2.5.2
βββ¬ karma@1.3.0
β βββ bluebird@3.4.6
β βββ¬ body-parser@1.15.2
β β βββ bytes@2.4.0
β β βββ iconv-lite@0.4.13
β β βββ¬ raw-body@2.1.7
β β βββ bytes@2.4.0
β βββ¬ chokidar@1.6.1
β β βββ anymatch@1.3.0
β β βββ async-each@1.0.1
β β βββ glob-parent@2.0.0
β β βββ¬ is-binary-path@1.0.1
β β β βββ binary-extensions@1.8.0
β β βββ is-glob@2.0.1
β β βββ¬ readdirp@2.1.0
β β βββ set-immediate-shim@1.0.1
β βββ colors@1.1.2
β βββ combine-lists@1.0.1
β βββ connect@3.5.0
β βββ di@0.0.1
β βββ¬ dom-serialize@2.2.1
β β βββ custom-event@1.0.1
β β βββ ent@2.2.0
β β βββ void-elements@2.0.1
β βββ¬ expand-braces@0.1.2
β β βββ array-slice@0.2.3
β β βββ array-unique@0.2.1
β β βββ¬ braces@0.1.5
β β βββ¬ expand-range@0.1.1
β β βββ is-number@0.1.1
β β βββ repeat-string@0.2.2
β βββ¬ glob@7.1.1
β β βββ fs.realpath@1.0.0
β βββ¬ http-proxy@1.16.2
β β βββ eventemitter3@1.2.0
β β βββ requires-port@1.0.0
β βββ isbinaryfile@3.0.1
β βββ lodash@3.10.1
β βββ¬ log4js@0.6.38
β β βββ¬ readable-stream@1.0.34
β β β βββ isarray@0.0.1
β β βββ semver@4.3.6
β βββ mime@1.3.4
β βββ¬ optimist@0.6.1
β β βββ minimist@0.0.10
β β βββ wordwrap@0.0.3
β βββ qjobs@1.1.5
β βββ¬ socket.io@1.4.7
β β βββ¬ engine.io@1.6.10
β β β βββ¬ accepts@1.1.4
β β β β βββ¬ mime-types@2.0.14
β β β β β βββ mime-db@1.12.0
β β β β βββ negotiator@0.4.9
β β β βββ base64id@0.1.0
β β β βββ¬ engine.io-parser@1.2.4
β β β β βββ after@0.8.1
β β β β βββ base64-arraybuffer@0.1.2
β β β β βββ has-binary@0.1.6
β β β β βββ utf8@2.1.0
β β β βββ ws@1.0.1
β β βββ¬ socket.io-adapter@0.4.0
β β β βββ¬ socket.io-parser@2.2.2
β β β βββ debug@0.7.4
β β β βββ json3@3.2.6
β β βββ¬ socket.io-client@1.4.6
β β β βββ component-emitter@1.2.0
β β β βββ¬ engine.io-client@1.6.9
β β β β βββ parsejson@0.0.1
β β β β βββ parseqs@0.0.2
β β β β βββ xmlhttprequest-ssl@1.5.1
β β β βββ parseuri@0.0.4
β β βββ¬ socket.io-parser@2.2.6
β β βββ benchmark@1.0.0
β β βββ isarray@0.0.1
β β βββ json3@3.3.2
β βββ tmp@0.0.28
β βββ¬ useragent@2.1.9
β βββ lru-cache@2.2.4
βββ¬ karma-browserstack-launcher@1.1.1
β βββ¬ browserstack@1.5.0
β β βββ¬ https-proxy-agent@1.0.0
β β βββ¬ agent-base@2.0.1
β β βββ semver@5.0.3
β βββ¬ browserstacktunnel-wrapper@1.4.2
β β βββ¬ unzip@0.1.11
β β βββ¬ binary@0.3.0
β β β βββ buffers@0.1.1
β β β βββ¬ chainsaw@0.1.0
β β β βββ traverse@0.3.9
β β βββ¬ fstream@0.1.31
β β β βββ graceful-fs@3.0.11
β β βββ¬ match-stream@0.0.2
β β β βββ¬ readable-stream@1.0.34
β β β βββ isarray@0.0.1
β β βββ¬ pullstream@0.4.1
β β β βββ over@0.0.5
β β β βββ¬ readable-stream@1.0.34
β β β β βββ isarray@0.0.1
β β β βββ¬ slice-stream@1.0.0
β β β βββ¬ readable-stream@1.0.34
β β β βββ isarray@0.0.1
β β βββ¬ readable-stream@1.0.34
β β β βββ isarray@0.0.1
β β βββ setimmediate@1.0.5
β βββ q@1.4.1
βββ¬ karma-chrome-launcher@1.0.1
β βββ¬ fs-access@1.0.1
β βββ null-check@1.0.0
βββ karma-firefox-launcher@1.0.0
βββ karma-jasmine@1.1.0
βββ¬ karma-sauce-launcher@1.1.0
β βββ¬ sauce-connect-launcher@0.17.0
β β βββ async@1.4.0
β β βββ lodash@3.10.1
β β βββ¬ rimraf@2.4.3
β β βββ glob@5.0.15
β βββ saucelabs@1.3.0
β βββ¬ wd@1.0.0
β βββ¬ archiver@1.1.0
β β βββ¬ archiver-utils@1.3.0
β β β βββ glob@7.1.1
β β βββ async@2.1.4
β β βββ buffer-crc32@0.2.13
β β βββ glob@7.1.1
β β βββ tar-stream@1.5.2
β β βββ¬ zip-stream@1.1.0
β β βββ¬ compress-commons@1.1.0
β β βββ crc32-stream@1.0.0
β βββ async@2.0.1
β βββ lodash@4.16.2
β βββ¬ request@2.75.0
β β βββ¬ bl@1.1.2
β β β βββ readable-stream@2.0.6
β β βββ form-data@2.0.0
β βββ vargs@0.1.0
βββ¬ madge@0.6.0
β βββ¬ amdetective@0.2.1
β β βββ esprima@2.7.2
β βββ coffee-script@1.10.0
β βββ colors@1.1.2
β βββ¬ commander@2.9.0
β β βββ graceful-readlink@1.0.1
β βββ commondir@1.0.1
β βββ¬ detective@4.3.1
β β βββ acorn@1.2.2
β β βββ defined@1.0.0
β βββ¬ detective-es6@1.1.5
β β βββ¬ node-source-walk@3.0.0
β β βββ¬ babylon@6.8.2
β β β βββ¬ babel-runtime@6.9.2
β β β βββ core-js@2.4.0
β β β βββ regenerator-runtime@0.9.5
β β βββ object-assign@4.1.0
β βββ¬ graphviz@0.0.8
β β βββ temp@0.4.0
β βββ resolve@1.1.7
β βββ uglify-js@1.3.5
β βββ walkdir@0.0.11
βββ merge2@1.0.2
βββ minimist@1.2.0
βββ¬ node-sass@3.13.1
β βββ async-foreach@0.1.3
β βββ¬ cross-spawn@3.0.1
β β βββ¬ lru-cache@4.0.2
β β βββ pseudomap@1.0.2
β β βββ yallist@2.0.0
β βββ¬ gaze@1.1.2
β β βββ¬ globule@1.1.0
β β βββ lodash@4.16.6
β βββ get-stdin@4.0.1
β βββ glob@7.1.1
β βββ in-publish@2.0.0
β βββ lodash.assign@4.2.0
β βββ¬ meow@3.7.0
β β βββ camelcase-keys@2.1.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
β β βββ¬ 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.4.0
β βββ¬ node-gyp@3.4.0
β β βββ glob@7.1.1
β β βββ¬ nopt@3.0.6
β β β βββ abbrev@1.0.9
β β βββ¬ npmlog@3.1.2
β β β βββ¬ gauge@2.6.0
β β β βββ has-color@0.1.7
β β βββ¬ path-array@1.0.1
β β βββ¬ array-index@1.0.0
β β βββ¬ es6-symbol@3.1.0
β β βββ d@0.1.1
β β βββ¬ es5-ext@0.10.12
β β βββ es6-iterator@2.0.0
β βββ¬ npmlog@4.0.1
β β βββ¬ are-we-there-yet@1.1.2
β β β βββ delegates@1.0.0
β β βββ console-control-strings@1.1.0
β β βββ¬ gauge@2.7.2
β β β βββ aproba@1.0.4
β β β βββ supports-color@0.2.0
β β β βββ wide-align@1.1.0
β β βββ set-blocking@2.0.0
β βββ¬ sass-graph@2.1.2
β βββ glob@7.1.1
β βββ¬ yargs@4.8.1
β βββ cliui@3.2.0
β βββ get-caller-file@1.0.2
β βββ require-directory@2.1.1
β βββ require-main-filename@1.0.1
β βββ which-module@1.0.0
β βββ window-size@0.2.0
β βββ¬ yargs-parser@2.4.1
β βββ camelcase@3.0.0
βββ¬ protractor@4.0.13
β βββ @types/q@0.0.32
β βββ @types/selenium-webdriver@2.53.36
β βββ adm-zip@0.4.7
β βββ glob@7.1.1
β βββ¬ jasmine@2.4.1
β β βββ exit@0.1.2
β β βββ¬ glob@3.2.11
β β β βββ¬ minimatch@0.3.0
β β β βββ lru-cache@2.7.3
β β β βββ sigmund@1.0.1
β β βββ jasmine-core@2.4.1
β βββ jasminewd2@0.0.10
β βββ¬ selenium-webdriver@2.53.3
β β βββ adm-zip@0.4.4
β β βββ tmp@0.0.24
β β βββ¬ ws@1.1.1
β β β βββ options@0.0.6
β β β βββ ultron@1.0.2
β β βββ¬ xml2js@0.4.4
β β βββ sax@0.6.1
β β βββ xmlbuilder@8.2.2
β βββ source-map-support@0.4.6
β βββ¬ webdriver-manager@10.2.10
β βββ¬ del@2.2.2
β β βββ¬ globby@5.0.0
β β β βββ glob@7.1.1
β β βββ is-path-cwd@1.0.0
β β βββ¬ is-path-in-cwd@1.0.0
β β βββ¬ is-path-inside@1.0.0
β β βββ path-is-inside@1.0.2
β βββ ini@1.3.4
βββ¬ protractor-accessibility-plugin@0.1.1
β βββ accessibility-developer-tools@2.11.0
β βββ html-entities@1.2.0
β βββ lodash@3.10.1
βββ¬ resolve-bin@0.4.0
β βββ find-parent-dir@0.3.0
βββ rollup@0.34.13
βββ run-sequence@1.2.2
βββ¬ UNMET PEER DEPENDENCY rxjs@5.0.0-beta.12
β βββ symbol-observable@1.0.4
βββ sass@0.5.0
βββ¬ strip-ansi@3.0.1
β βββ ansi-regex@2.0.0
βββ¬ stylelint@7.6.0
β βββ balanced-match@0.4.2
β βββ¬ colorguard@1.2.0
β β βββ color-diff@0.1.7
β β βββ¬ pipetteur@2.0.3
β β β βββ onecolor@3.0.4
β β β βββ¬ synesthesia@1.0.1
β β β βββ css-color-names@0.0.3
β β βββ¬ plur@2.1.2
β β β βββ irregular-plurals@1.2.0
β β βββ postcss-reporter@1.4.1
β β βββ text-table@0.2.0
β β βββ yargs@1.3.3
β βββ¬ cosmiconfig@2.1.1
β β βββ¬ js-yaml@3.7.0
β β β βββ argparse@1.0.9
β β β βββ esprima@2.7.3
β β βββ¬ parse-json@2.2.0
β β β βββ¬ error-ex@1.3.0
β β β βββ is-arrayish@0.2.1
β β βββ require-from-string@1.2.1
β βββ¬ doiuse@2.5.0
β β βββ¬ css-rule-stream@1.1.0
β β β βββ¬ css-tokenize@1.0.1
β β β β βββ¬ readable-stream@1.1.14
β β β β βββ isarray@0.0.1
β β β βββ¬ duplexer2@0.0.2
β β β β βββ¬ readable-stream@1.1.14
β β β β βββ isarray@0.0.1
β β β βββ¬ through2@0.6.5
β β β βββ readable-stream@1.0.34
β β βββ¬ duplexer2@0.0.2
β β β βββ¬ readable-stream@1.1.14
β β β βββ isarray@0.0.1
β β βββ¬ jsonfilter@1.1.2
β β β βββ¬ JSONStream@0.8.4
β β β β βββ jsonparse@0.0.5
β β β βββ¬ stream-combiner@0.2.2
β β β β βββ duplexer@0.1.1
β β β βββ¬ through2@0.6.5
β β β βββ¬ readable-stream@1.0.34
β β β βββ isarray@0.0.1
β β βββ¬ ldjson-stream@1.2.1
β β β βββ split2@0.2.1
β β β βββ¬ through2@0.6.5
β β β βββ¬ readable-stream@1.0.34
β β β βββ isarray@0.0.1
β β βββ source-map@0.4.4
β β βββ¬ through2@0.6.5
β β β βββ readable-stream@1.0.34
β β βββ¬ 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
β β β β βββ lazy-cache@1.0.4
β β β βββ right-align@0.1.3
β β β βββ wordwrap@0.0.2
β β βββ window-size@0.1.0
β βββ¬ execall@1.0.0
β β βββ¬ clone-regexp@1.0.0
β β βββ is-regexp@1.0.0
β β βββ is-supported-regexp-flag@1.0.0
β βββ get-stdin@5.0.1
β βββ¬ globby@6.1.0
β β βββ glob@7.1.1
β β βββ pify@2.3.0
β β βββ¬ pinkie-promise@2.0.1
β β βββ pinkie@2.0.4
β βββ globjoin@0.1.4
β βββ html-tags@1.1.1
β βββ ignore@3.2.0
β βββ known-css-properties@0.0.5
β βββ log-symbols@1.0.2
β βββ¬ multimatch@2.1.0
β β βββ array-union@1.0.2
β βββ normalize-selector@0.2.0
β βββ postcss-less@0.14.0
β βββ postcss-media-query-parser@0.2.3
β βββ postcss-reporter@2.0.0
β βββ postcss-resolve-nested-selector@0.1.1
β βββ postcss-scss@0.4.0
β βββ¬ postcss-selector-parser@2.2.2
β β βββ flatten@1.0.2
β β βββ indexes-of@1.0.1
β β βββ uniq@1.0.1
β βββ postcss-value-parser@3.3.0
β βββ resolve-from@2.0.0
β βββ specificity@0.3.0
β βββ¬ string-width@2.0.0
β β βββ is-fullwidth-code-point@2.0.0
β βββ style-search@0.1.0
β βββ¬ stylehacks@2.3.1
β β βββ postcss-reporter@1.4.1
β β βββ¬ read-file-stdin@0.2.1
β β β βββ gather-stream@1.0.0
β β βββ write-file-stdout@0.0.2
β βββ sugarss@0.2.0
β βββ svg-tags@1.0.0
β βββ¬ table@3.8.3
β βββ¬ ajv@4.10.0
β β βββ co@4.6.0
β β βββ¬ json-stable-stringify@1.0.1
β β βββ jsonify@0.0.0
β βββ ajv-keywords@1.2.0
β βββ slice-ansi@0.0.4
β βββ¬ string-width@2.0.0
β βββ is-fullwidth-code-point@2.0.0
βββ symlink-or-copy@1.1.8
βββ¬ systemjs@0.19.38
β βββ when@3.7.7
βββ¬ travis-after-modes@0.0.5
β βββ¬ request-promise@4.1.1
β βββ request-promise-core@1.1.1
β βββ stealthy-require@1.0.0
βββ¬ ts-node@0.7.3
β βββ arrify@1.0.1
β βββ diff@2.2.3
β βββ make-error@1.2.1
β βββ xtend@4.0.1
βββ¬ tslint@3.15.1
β βββ colors@1.1.2
β βββ¬ findup-sync@0.3.0
β β βββ glob@5.0.15
β βββ glob@7.1.1
β βββ resolve@1.1.7
β βββ¬ underscore.string@3.3.4
β βββ sprintf-js@1.0.3
β βββ util-deprecate@1.0.2
βββ¬ typedoc@0.5.1
β βββ @types/fs-extra@0.0.33
β βββ @types/handlebars@4.0.31
β βββ @types/highlight.js@9.1.8
β βββ @types/lodash@4.14.43
β βββ @types/marked@0.0.28
β βββ @types/shelljs@0.3.33
β βββ fs-extra@0.30.0
β βββ¬ handlebars@4.0.5
β β βββ source-map@0.4.4
β β βββ¬ uglify-js@2.7.5
β β βββ async@0.2.10
β β βββ uglify-to-browserify@1.0.2
β βββ highlight.js@9.8.0
β βββ¬ shelljs@0.7.5
β β βββ glob@7.1.1
β βββ typedoc-default-themes@0.4.1
β βββ typescript@2.0.6
βββ typescript@2.1.4
βββ¬ typings@1.5.0
β βββ any-promise@1.3.0
β βββ cli-truncate@0.2.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
β β βββ¬ detect-indent@4.0.0
β β β βββ repeating@2.0.1
β β βββ¬ has@1.0.1
β β β βββ function-bind@1.1.0
β β βββ¬ invariant@2.2.2
β β β βββ¬ loose-envify@1.3.0
β β β βββ js-tokens@2.0.0
β β βββ¬ 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
β β βββ¬ object.pick@1.2.0
β β β βββ isobject@2.1.0
β β βββ¬ popsicle@8.2.0
β β β βββ throwback@1.1.1
β β βββ¬ popsicle-proxy-agent@3.0.0
β β β βββ http-proxy-agent@1.0.0
β β βββ popsicle-retry@3.2.1
β β βββ popsicle-rewrite@1.0.0
β β βββ popsicle-status@2.0.0
β β βββ¬ rc@1.1.6
β β β βββ deep-extend@0.4.1
β β β βββ strip-json-comments@1.0.4
β β βββ¬ sort-keys@1.1.2
β β β βββ is-plain-obj@1.1.0
β β βββ string-template@1.0.0
β β βββ thenify@3.2.1
β β βββ throat@3.0.0
β β βββ¬ touch@1.0.0
β β β βββ nopt@1.0.10
β β βββ 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
β β β βββ widest-line@1.0.0
β β βββ configstore@2.1.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-retry-allowed@1.1.0
β β β β βββ node-status-codes@1.0.0
β β β β βββ timed-out@3.0.0
β β β β βββ unzip-response@1.0.2
β β β β βββ url-parse-lax@1.0.0
β β β βββ registry-auth-token@3.1.0
β β βββ lazy-req@1.1.0
β βββ wordwrap@1.0.0
βββ¬ which@1.2.12
β βββ isexe@1.1.2
βββ UNMET PEER DEPENDENCY zone.js@0.6.26
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.15
npm WARN @angular/core@2.3.0 requires a peer of rxjs@5.0.0-rc.4 but none was installed.
npm WARN @angular/core@2.3.0 requires a peer of zone.js@^0.7.2 but none was installed.
npm WARN @angular/http@2.3.0 requires a peer of rxjs@5.0.0-rc.4 but none was installed.
npm WARN @angular/router@3.3.0 requires a peer of rxjs@5.0.0-rc.4 but none was installed.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
NGC Software - Troubleshooting Guide
Use this document to troubleshoot software issues and update problems on a machine with the Next Generation Control.
Read more >Angular 9 - NGCC fails with an unhandled exception
So I ran npm uninstall @angular-devkit/build-angular 0.1001.2 to uninstall it, and npm install @angular-devkit/build-angular 0.901.8 toΒ ...
Read more >Solving NVIDIA Installer Issues
If the software installation fails, the best first step is to reboot and try the installation again. If that doesn't help, try explicitlyΒ ......
Read more >NGC Registry CLI
The NGC Registry CLI is a command-line interface for managing content within the. NGC Registry. The CLI operates within a shell and lets...
Read more >Windows 10: Unable to add or use the Hello PIN sign-in ...
This article takes you through resolving error's using the Windows ... are deleted from the NGC folder, go back to step 1 to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is not due to Angular 2.3 but is due to the latest version of some other package. I froze all the versions and only upgraded Angular and a couple of others, and got it working. Here is my config that it worked successfully with:
Ok, I figured out it is due to Typescript 2.1
https://github.com/angular/angular/pull/13294
Should typescript version be pinned down until this is fixed?