ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
411 stars 36 forks source link

npm test fails after npm install #89

Closed Rush closed 8 years ago

Rush commented 8 years ago

I was trying to start playing with this project's code but I failed at installation point. Using Node 4.2.2 and NPM 3.4.0

rush@rushpod:/code/ng-forward> npm install
loadDep:reflect-metadata  ▐ ╢██████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
npm WARN install Couldn't install optional dependency: Unsupported
loadDep:verror → network  ▄ ╢███████████████████████████████████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟

> bufferutil@1.2.1 install /home/rush/code/ng-forward/node_modules/bufferutil
> node-gyp rebuild

make: Entering directory '/home/rush/code/ng-forward/node_modules/bufferutil/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
  COPY Release/bufferutil.node
make: Leaving directory '/home/rush/code/ng-forward/node_modules/bufferutil/build'

> utf-8-validate@1.2.1 install /home/rush/code/ng-forward/node_modules/utf-8-validate
> node-gyp rebuild

make: Entering directory '/home/rush/code/ng-forward/node_modules/utf-8-validate/build'
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/obj.target/validation.node
  COPY Release/validation.node
make: Leaving directory '/home/rush/code/ng-forward/node_modules/utf-8-validate/build'
ng-forward@0.0.1-alpha.8 /home/rush/code/ng-forward
├── @reactivex/rxjs@5.0.0-alpha.7 
├─┬ aliasify@1.8.0 
│ └─┬ browserify-transform-tools@1.3.3 
│   ├─┬ falafel@1.0.1 
│   │ └── acorn@0.11.0 
│   └── through@2.3.8 
├── angular@1.4.7 
├── angular-mocks@1.4.7 
├─┬ babel@5.8.34 
│ ├─┬ chokidar@1.3.0 
│ │ ├─┬ anymatch@1.3.0 
│ │ │ └─┬ micromatch@2.3.2 
│ │ │   ├─┬ arr-diff@1.1.0 
│ │ │   │ └── arr-flatten@1.0.1 
│ │ │   ├─┬ braces@1.8.2 
│ │ │   │ ├─┬ expand-range@1.8.1 
│ │ │   │ │ └─┬ fill-range@2.2.2 
│ │ │   │ │   ├── is-number@1.1.2 
│ │ │   │ │   ├── isobject@1.0.2 
│ │ │   │ │   └─┬ randomatic@1.1.3 
│ │ │   │ │     └─┬ is-number@2.0.2 
│ │ │   │ │       └── kind-of@1.1.0 
│ │ │   │ ├── preserve@0.2.0 
│ │ │   │ └── repeat-element@1.1.2 
│ │ │   ├── expand-brackets@0.1.4 
│ │ │   ├─┬ extglob@0.3.1 
│ │ │   │ ├─┬ ansi-green@0.1.1 
│ │ │   │ │ └── ansi-wrap@0.1.0 
│ │ │   │ └── success-symbol@0.1.0 
│ │ │   ├── filename-regex@2.0.0 
│ │ │   ├── kind-of@2.0.1 
│ │ │   ├── lazy-cache@0.2.4 
│ │ │   ├── normalize-path@2.0.1 
│ │ │   ├─┬ object.omit@2.0.0 
│ │ │   │ ├─┬ for-own@0.1.3 
│ │ │   │ │ └── for-in@0.1.4 
│ │ │   │ └── is-extendable@0.1.1 
│ │ │   ├─┬ parse-glob@3.0.4 
│ │ │   │ ├── glob-base@0.3.0 
│ │ │   │ └── is-dotfile@1.0.2 
│ │ │   └─┬ regex-cache@0.4.2 
│ │ │     ├── is-equal-shallow@0.1.3 
│ │ │     └── is-primitive@2.0.0 
│ │ ├── async-each@0.1.6 
│ │ ├── glob-parent@2.0.0 
│ │ ├─┬ is-binary-path@1.0.1 
│ │ │ └── binary-extensions@1.4.0 
│ │ ├─┬ is-glob@2.0.1 
│ │ │ └── is-extglob@1.0.0 
│ │ └── readdirp@2.0.0 
│ ├─┬ commander@2.9.0 
│ │ └── graceful-readlink@1.0.1 
│ ├── convert-source-map@1.1.2 
│ ├── fs-readdir-recursive@0.1.2 
│ ├─┬ glob@5.0.15 
│ │ ├─┬ inflight@1.0.4 
│ │ │ └── wrappy@1.0.1 
│ │ ├── inherits@2.0.1 
│ │ └── once@1.3.2 
│ ├── lodash@3.10.1 
│ ├─┬ output-file-sync@1.1.1 
│ │ └── xtend@4.0.1 
│ ├── path-exists@1.0.0 
│ ├── path-is-absolute@1.0.0 
│ ├── slash@1.0.0 
│ └── source-map@0.5.3 
├─┬ babel-core@5.8.34 
│ ├── babel-plugin-constant-folding@1.0.1 
│ ├── babel-plugin-dead-code-elimination@1.0.2 
│ ├── babel-plugin-eval@1.0.1 
│ ├── babel-plugin-inline-environment-variables@1.0.1 
│ ├── babel-plugin-jscript@1.0.4 
│ ├── babel-plugin-member-expression-literals@1.0.1 
│ ├── babel-plugin-property-literals@1.0.1 
│ ├── babel-plugin-proto-to-assign@1.0.4 
│ ├── babel-plugin-react-constant-elements@1.0.3 
│ ├── babel-plugin-react-display-name@1.0.3 
│ ├── babel-plugin-remove-console@1.0.1 
│ ├── babel-plugin-remove-debugger@1.0.1 
│ ├── babel-plugin-runtime@1.0.7 
│ ├─┬ babel-plugin-undeclared-variables-check@1.0.2 
│ │ └── leven@1.0.2 
│ ├── babel-plugin-undefined-to-void@1.1.6 
│ ├── babylon@5.8.34 
│ ├── bluebird@2.10.2 
│ ├─┬ chalk@1.1.1 
│ │ ├── ansi-styles@2.1.0 
│ │ ├── escape-string-regexp@1.0.3 
│ │ ├─┬ has-ansi@2.0.0 
│ │ │ └── ansi-regex@2.0.0 
│ │ ├── strip-ansi@3.0.0 
│ │ └── supports-color@2.0.0 
│ ├── core-js@1.2.6 
│ ├─┬ debug@2.2.0 
│ │ └── ms@0.7.1 
│ ├─┬ detect-indent@3.0.1 
│ │ └── get-stdin@4.0.1 
│ ├── esutils@2.0.2 
│ ├── globals@6.4.1 
│ ├─┬ home-or-tmp@1.0.0 
│ │ ├── os-tmpdir@1.0.1 
│ │ └── user-home@1.1.1 
│ ├─┬ is-integer@1.0.6 
│ │ └─┬ is-finite@1.0.1 
│ │   └── number-is-nan@1.0.0 
│ ├── js-tokens@1.0.1 
│ ├── json5@0.4.0 
│ ├─┬ line-numbers@0.2.0 
│ │ └── left-pad@0.0.3 
│ ├─┬ minimatch@2.0.10 
│ │ └─┬ brace-expansion@1.1.1 
│ │   ├── balanced-match@0.2.1 
│ │   └── concat-map@0.0.1 
│ ├── private@0.1.6 
│ ├─┬ regenerator@0.8.40 
│ │ ├─┬ commoner@0.10.4 
│ │ │ ├─┬ detective@4.3.1 
│ │ │ │ └── acorn@1.2.2 
│ │ │ ├── iconv-lite@0.4.13 
│ │ │ └── q@1.4.1 
│ │ ├─┬ defs@1.1.1 
│ │ │ ├─┬ alter@0.2.0 
│ │ │ │ └── stable@0.1.5 
│ │ │ ├── ast-traverse@0.1.1 
│ │ │ ├── breakable@1.0.0 
│ │ │ ├── simple-fmt@0.1.0 
│ │ │ ├── simple-is@0.2.0 
│ │ │ ├── stringmap@0.2.2 
│ │ │ ├── stringset@0.2.1 
│ │ │ ├── tryor@0.1.2 
│ │ │ └─┬ yargs@3.27.0 
│ │ │   ├─┬ os-locale@1.4.0 
│ │ │   │ └─┬ lcid@1.0.0 
│ │ │   │   └── invert-kv@1.0.0 
│ │ │   ├── window-size@0.1.4 
│ │ │   └── y18n@3.2.0 
│ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb 
│ │ └─┬ recast@0.10.33 
│ │   └── ast-types@0.8.12 
│ ├─┬ regexpu@1.3.0 
│ │ ├── esprima@2.7.0 
│ │ ├── regenerate@1.2.1 
│ │ ├── regjsgen@0.2.0 
│ │ └── regjsparser@0.1.5 
│ ├── repeating@1.1.3 
│ ├── resolve@1.1.6 
│ ├── shebang-regex@1.0.0 
│ ├─┬ source-map-support@0.2.10 
│ │ └─┬ source-map@0.1.32 
│ │   └── amdefine@1.0.0 
│ ├── to-fast-properties@1.0.1 
│ ├── trim-right@1.0.1 
│ └── try-resolve@1.0.1 
├─┬ babelify@6.4.0 
│ └── object-assign@4.0.1 
├─┬ chai@3.4.1 
│ ├── assertion-error@1.0.1 
│ ├─┬ deep-eql@0.1.3 
│ │ └── type-detect@0.1.1 
│ └── type-detect@1.0.0 
├─┬ del@2.1.0 
│ ├─┬ globby@3.0.1 
│ │ ├── array-union@1.0.1 
│ │ ├── arrify@1.0.0 
│ │ └─┬ pinkie-promise@1.0.0 
│ │   └── pinkie@1.0.0 
│ ├── is-path-cwd@1.0.0 
│ ├─┬ is-path-in-cwd@1.0.0 
│ │ └─┬ is-path-inside@1.0.0 
│ │   └── path-is-inside@1.0.1 
│ ├── pify@2.3.0 
│ └─┬ pinkie-promise@2.0.0 
│   └── pinkie@2.0.1 
├─┬ gulp@3.9.0 
│ ├── archy@1.0.0 
│ ├── deprecated@0.0.1 
│ ├─┬ gulp-util@3.0.7 
│ │ ├── array-differ@1.0.0 
│ │ ├── array-uniq@1.0.2 
│ │ ├── beeper@1.1.0 
│ │ ├─┬ dateformat@1.0.11 
│ │ │ └─┬ meow@3.6.0 
│ │ │   ├─┬ camelcase-keys@2.0.0 
│ │ │   │ ├── camelcase@2.0.1 
│ │ │   │ └── map-obj@1.0.1 
│ │ │   ├─┬ loud-rejection@1.2.0 
│ │ │   │ └── signal-exit@2.1.2 
│ │ │   ├─┬ normalize-package-data@2.3.5 
│ │ │   │ ├── hosted-git-info@2.1.4 
│ │ │   │ ├─┬ is-builtin-module@1.0.0 
│ │ │   │ │ └── builtin-modules@1.1.0 
│ │ │   │ └─┬ validate-npm-package-license@3.0.1 
│ │ │   │   ├─┬ spdx-correct@1.0.2 
│ │ │   │   │ └── spdx-license-ids@1.1.0 
│ │ │   │   └─┬ spdx-expression-parse@1.0.1 
│ │ │   │     └── spdx-exceptions@1.0.4 
│ │ │   ├─┬ read-pkg-up@1.0.1 
│ │ │   │ ├─┬ find-up@1.1.0 
│ │ │   │ │ └── path-exists@2.1.0 
│ │ │   │ └─┬ read-pkg@1.1.0 
│ │ │   │   ├─┬ load-json-file@1.1.0 
│ │ │   │   │ └─┬ parse-json@2.2.0 
│ │ │   │   │   └─┬ error-ex@1.3.0 
│ │ │   │   │     └── is-arrayish@0.2.1 
│ │ │   │   └── path-type@1.1.0 
│ │ │   ├─┬ redent@1.0.0 
│ │ │   │ ├─┬ indent-string@2.1.0 
│ │ │   │ │ └── repeating@2.0.0 
│ │ │   │ └── strip-indent@1.0.1 
│ │ │   └── trim-newlines@1.0.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.0.0 
│ │ │ ├─┬ lodash.keys@3.1.2 
│ │ │ │ ├── lodash._getnative@3.9.1 
│ │ │ │ ├── lodash.isarguments@3.0.4 
│ │ │ │ └── lodash.isarray@3.0.4 
│ │ │ ├── lodash.restparam@3.6.1 
│ │ │ └── lodash.templatesettings@3.1.0 
│ │ ├── multipipe@0.1.2 
│ │ ├── object-assign@3.0.0 
│ │ └── vinyl@0.5.3 
│ ├── interpret@0.6.6 
│ ├─┬ liftoff@2.2.0 
│ │ ├── extend@2.0.1 
│ │ ├── findup-sync@0.3.0 
│ │ ├── flagged-respawn@0.3.1 
│ │ └── rechoir@0.6.2 
│ ├── minimist@1.2.0 
│ ├─┬ orchestrator@0.3.7 
│ │ ├── end-of-stream@0.1.5 
│ │ ├── sequencify@0.0.7 
│ │ └── stream-consume@0.1.0 
│ ├── pretty-hrtime@1.0.1 
│ ├── semver@4.3.6 
│ ├─┬ tildify@1.1.2 
│ │ └── os-homedir@1.0.1 
│ ├── v8flags@2.0.10 
│ └─┬ 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 
│   │ ├── ordered-read-streams@0.1.0 
│   │ ├─┬ through2@0.6.5 
│   │ │ └── readable-stream@1.0.33 
│   │ └── 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.8 
│   ├─┬ strip-bom@1.0.0 
│   │ └── first-chunk-stream@1.0.0 
│   ├─┬ through2@0.6.5 
│   │ └── readable-stream@1.0.33 
│   └─┬ vinyl@0.4.6 
│     └── clone@0.2.0 
├─┬ gulp-babel@5.3.0 
│ ├── replace-ext@0.0.1 
│ ├── through2@2.0.0 
│ └── vinyl-sourcemaps-apply@0.2.0 
├─┬ gulp-concat@2.6.0 
│ ├── concat-with-sourcemaps@1.0.4 
│ └─┬ through2@0.6.5 
│   └── readable-stream@1.0.33 
├─┬ gulp-filter@3.0.1 
│ ├─┬ multimatch@2.1.0 
│ │ └── minimatch@3.0.0 
│ └── streamfilter@1.0.5 
├── gulp-rename@1.2.2 
├─┬ gulp-replace@0.5.4 
│ ├─┬ istextorbinary@1.0.2 
│ │ ├── binaryextensions@1.0.0 
│ │ └── textextensions@1.0.1 
│ ├─┬ readable-stream@2.0.4 
│ │ ├── 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.2 
│ └─┬ replacestream@4.0.0 
│   └── object-assign@3.0.0 
├─┬ gulp-sourcemaps@1.6.0 
│ ├── graceful-fs@4.1.2 
│ ├─┬ strip-bom@2.0.0 
│ │ └── is-utf8@0.2.0 
│ └─┬ vinyl@1.1.0 
│   ├── clone@1.0.2 
│   └── clone-stats@0.0.1 
├─┬ gulp-typescript@2.9.2 
│ ├── typescript@1.6.2 
│ └─┬ vinyl-fs@2.1.1 
│   ├─┬ duplexify@3.4.2 
│   │ └── end-of-stream@1.0.0 
│   ├─┬ glob-stream@5.2.0 
│   │ ├── extend@3.0.0 
│   │ ├─┬ ordered-read-streams@0.3.0 
│   │ │ └── is-stream@1.0.1 
│   │ ├─┬ through2@0.6.5 
│   │ │ └── readable-stream@1.0.33 
│   │ ├─┬ to-absolute-glob@0.1.1 
│   │ │ └── extend-shallow@2.0.1 
│   │ └── unique-stream@2.2.0 
│   ├── is-valid-glob@0.3.0 
│   ├── merge-stream@1.0.0 
│   ├── strip-bom-stream@1.0.0 
│   ├── through2-filter@2.0.0 
│   └── vinyl@1.1.0 
├─┬ gulp-uglify@1.5.1 
│ ├── deap@1.0.0 
│ ├── fancy-log@1.1.0 
│ ├── isobject@2.0.0 
│ ├─┬ uglify-js@2.6.0 
│ │ ├── async@0.2.10 
│ │ ├── uglify-to-browserify@1.0.2 
│ │ └─┬ yargs@3.10.0 
│ │   ├── camelcase@1.2.1 
│ │   ├─┬ cliui@2.1.0 
│ │   │ ├─┬ center-align@0.1.2 
│ │   │ │ └─┬ align-text@0.1.3 
│ │   │ │   ├── longest@1.0.1 
│ │   │ │   └── repeat-string@1.5.2 
│ │   │ └── right-align@0.1.3 
│ │   ├── decamelize@1.1.1 
│ │   └── window-size@0.1.0 
│ └── uglify-save-license@0.4.1 
├─┬ karma@0.13.15 
│ ├── batch@0.5.3 
│ ├─┬ body-parser@1.14.1 
│ │ ├── bytes@2.1.0 
│ │ ├── content-type@1.0.1 
│ │ ├── depd@1.1.0 
│ │ ├─┬ http-errors@1.3.1 
│ │ │ └── statuses@1.2.1 
│ │ ├── iconv-lite@0.4.12 
│ │ ├─┬ on-finished@2.3.0 
│ │ │ └── ee-first@1.1.1 
│ │ ├── qs@5.1.0 
│ │ ├─┬ raw-body@2.1.4 
│ │ │ ├── iconv-lite@0.4.12 
│ │ │ └── unpipe@1.0.0 
│ │ └─┬ type-is@1.6.9 
│ │   └── media-typer@0.3.0 
│ ├── colors@1.1.2 
│ ├─┬ connect@3.4.0 
│ │ ├─┬ finalhandler@0.4.0 
│ │ │ └── escape-html@1.0.2 
│ │ ├── parseurl@1.3.0 
│ │ └── utils-merge@1.0.0 
│ ├── di@0.0.1 
│ ├─┬ dom-serialize@2.2.1 
│ │ ├── custom-event@1.0.0 
│ │ ├── ent@2.2.0 
│ │ ├── extend@3.0.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 
│ ├─┬ http-proxy@1.12.0 
│ │ ├── eventemitter3@1.1.1 
│ │ └── requires-port@0.0.1 
│ ├─┬ log4js@0.6.28 
│ │ ├── readable-stream@1.0.33 
│ │ └── underscore@1.8.2 
│ ├── mime@1.3.4 
│ ├── minimatch@3.0.0 
│ ├─┬ optimist@0.6.1 
│ │ ├── minimist@0.0.10 
│ │ └── wordwrap@0.0.2 
│ ├─┬ socket.io@1.3.7 
│ │ ├─┬ debug@2.1.0 
│ │ │ └── ms@0.6.2 
│ │ ├─┬ engine.io@1.5.4 
│ │ │ ├── base64id@0.1.0 
│ │ │ ├─┬ debug@1.0.3 
│ │ │ │ └── ms@0.6.2 
│ │ │ ├─┬ engine.io-parser@1.2.2 
│ │ │ │ ├── after@0.8.1 
│ │ │ │ ├── arraybuffer.slice@0.0.6 
│ │ │ │ ├── base64-arraybuffer@0.1.2 
│ │ │ │ ├── blob@0.0.4 
│ │ │ │ └── utf8@2.1.0 
│ │ │ └─┬ ws@0.8.0 
│ │ │   ├─┬ bufferutil@1.2.1 
│ │ │   │ ├── bindings@1.2.1 
│ │ │   │ └── nan@2.1.0 
│ │ │   ├── options@0.0.6 
│ │ │   ├── ultron@1.0.2 
│ │ │   └── utf-8-validate@1.2.1 
│ │ ├── has-binary-data@0.1.3 
│ │ ├─┬ socket.io-adapter@0.3.1 
│ │ │ ├─┬ debug@1.0.2 
│ │ │ │ └── ms@0.6.2 
│ │ │ ├── object-keys@1.0.1 
│ │ │ └─┬ socket.io-parser@2.2.2 
│ │ │   └── debug@0.7.4 
│ │ ├─┬ socket.io-client@1.3.7 
│ │ │ ├── backo2@1.0.2 
│ │ │ ├── component-bind@1.0.0 
│ │ │ ├── component-emitter@1.1.2 
│ │ │ ├── debug@0.7.4 
│ │ │ ├─┬ engine.io-client@1.5.4 
│ │ │ │ ├── component-inherit@0.0.3 
│ │ │ │ ├─┬ debug@1.0.4 
│ │ │ │ │ └── ms@0.6.2 
│ │ │ │ ├─┬ has-cors@1.0.3 
│ │ │ │ │ └── global@2.0.1 
│ │ │ │ ├── parsejson@0.0.1 
│ │ │ │ ├── parseqs@0.0.2 
│ │ │ │ ├── parseuri@0.0.4 
│ │ │ │ └── xmlhttprequest@1.5.0 
│ │ │ ├── has-binary@0.1.6 
│ │ │ ├── indexof@0.0.1 
│ │ │ ├── object-component@0.0.3 
│ │ │ ├─┬ parseuri@0.0.2 
│ │ │ │ └─┬ better-assert@1.0.2 
│ │ │ │   └── callsite@1.0.0 
│ │ │ └── to-array@0.1.3 
│ │ └─┬ socket.io-parser@2.2.4 
│ │   ├── benchmark@1.0.0 
│ │   ├── debug@0.7.4 
│ │   └── json3@3.2.6 
│ └─┬ useragent@2.1.7 
│   └── lru-cache@2.2.4 
├── karma-angular@0.0.6 
├─┬ karma-browserify@4.4.0 
│ ├─┬ browserify@10.2.3 
│ │ ├── assert@1.3.0 
│ │ ├─┬ browser-pack@5.0.1 
│ │ │ ├─┬ combine-source-map@0.6.1 
│ │ │ │ ├─┬ inline-source-map@0.5.0 
│ │ │ │ │ └── source-map@0.4.4 
│ │ │ │ ├── lodash.memoize@3.0.4 
│ │ │ │ └── source-map@0.4.4 
│ │ │ ├─┬ through2@1.1.1 
│ │ │ │ └── readable-stream@1.1.13 
│ │ │ └── umd@3.0.1 
│ │ ├── browser-resolve@1.10.1 
│ │ ├─┬ browserify-zlib@0.1.4 
│ │ │ └── pako@0.2.8 
│ │ ├─┬ buffer@3.5.2 
│ │ │ ├── base64-js@0.0.8 
│ │ │ ├── ieee754@1.1.6 
│ │ │ └── is-array@1.0.1 
│ │ ├── builtins@0.0.7 
│ │ ├── commondir@0.0.1 
│ │ ├─┬ concat-stream@1.4.10 
│ │ │ ├── readable-stream@1.1.13 
│ │ │ └── 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.5 
│ │ │ │ │ └── buffer-xor@1.0.3 
│ │ │ │ ├─┬ browserify-des@1.0.0 
│ │ │ │ │ └─┬ des.js@1.0.0 
│ │ │ │ │   └── minimalistic-assert@1.0.0 
│ │ │ │ └── evp_bytestokey@1.0.0 
│ │ │ ├─┬ browserify-sign@4.0.0 
│ │ │ │ ├── bn.js@4.2.0 
│ │ │ │ ├── browserify-rsa@4.0.0 
│ │ │ │ ├─┬ elliptic@6.0.2 
│ │ │ │ │ ├── brorand@1.0.5 
│ │ │ │ │ └── hash.js@1.0.3 
│ │ │ │ └─┬ parse-asn1@5.0.0 
│ │ │ │   └── asn1.js@4.0.0 
│ │ │ ├── create-ecdh@4.0.0 
│ │ │ ├─┬ create-hash@1.1.2 
│ │ │ │ ├── cipher-base@1.0.2 
│ │ │ │ └── ripemd160@1.0.1 
│ │ │ ├── create-hmac@1.1.4 
│ │ │ ├─┬ diffie-hellman@5.0.0 
│ │ │ │ └── miller-rabin@4.0.0 
│ │ │ ├── pbkdf2@3.0.4 
│ │ │ ├── public-encrypt@4.0.0 
│ │ │ └── randombytes@2.0.1 
│ │ ├── deep-equal@1.0.1 
│ │ ├── defined@1.0.0 
│ │ ├─┬ deps-sort@1.3.9 
│ │ │ └─┬ through2@1.1.1 
│ │ │   └── readable-stream@1.1.13 
│ │ ├── domain-browser@1.1.4 
│ │ ├─┬ duplexer2@0.0.2 
│ │ │ └── readable-stream@1.1.13 
│ │ ├── events@1.0.2 
│ │ ├── glob@4.5.3 
│ │ ├─┬ has@1.0.1 
│ │ │ └── function-bind@1.0.2 
│ │ ├── htmlescape@1.1.0 
│ │ ├─┬ http-browserify@1.7.0 
│ │ │ └── Base64@0.2.1 
│ │ ├── https-browserify@0.0.1 
│ │ ├─┬ insert-module-globals@6.6.3 
│ │ │ ├── is-buffer@1.1.0 
│ │ │ ├─┬ lexical-scope@1.2.0 
│ │ │ │ └─┬ astw@2.0.0 
│ │ │ │   └── acorn@1.2.2 
│ │ │ └─┬ through2@1.1.1 
│ │ │   └── readable-stream@1.1.13 
│ │ ├─┬ JSONStream@1.0.7 
│ │ │ └── jsonparse@1.2.0 
│ │ ├─┬ labeled-stream-splicer@1.0.2 
│ │ │ └─┬ stream-splicer@1.3.2 
│ │ │   ├── readable-stream@1.1.13 
│ │ │   └── through2@1.1.1 
│ │ ├─┬ module-deps@3.9.1 
│ │ │ ├── readable-stream@1.1.13 
│ │ │ ├─┬ stream-combiner2@1.0.2 
│ │ │ │ └─┬ through2@0.5.1 
│ │ │ │   ├── readable-stream@1.0.33 
│ │ │ │   └── xtend@3.0.0 
│ │ │ └── through2@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.2 
│ │ ├── punycode@1.3.2 
│ │ ├── querystring-es3@0.2.1 
│ │ ├─┬ read-only-stream@1.1.1 
│ │ │ ├── readable-stream@1.1.13 
│ │ │ └─┬ readable-wrap@1.0.0 
│ │ │   └── readable-stream@1.1.13 
│ │ ├── readable-stream@1.1.13 
│ │ ├─┬ shasum@1.0.2 
│ │ │ ├─┬ json-stable-stringify@0.0.1 
│ │ │ │ └── jsonify@0.0.0 
│ │ │ └── sha.js@2.4.4 
│ │ ├── shell-quote@0.0.1 
│ │ ├─┬ stream-browserify@1.0.0 
│ │ │ └── readable-stream@1.1.13 
│ │ ├── subarg@1.0.0 
│ │ ├─┬ syntax-error@1.1.4 
│ │ │ └── acorn@1.2.2 
│ │ ├── through2@1.1.1 
│ │ ├── timers-browserify@1.4.1 
│ │ ├── tty-browserify@0.0.0 
│ │ ├─┬ url@0.10.3 
│ │ │ └── querystring@0.2.0 
│ │ └── vm-browserify@0.0.4 
│ ├── convert-source-map@0.3.5 
│ ├── hat@0.0.3 
│ ├── js-string-escape@1.0.0 
│ ├── lodash@2.4.2 
│ ├─┬ minimatch@1.0.0 
│ │ ├── lru-cache@2.7.0 
│ │ └── sigmund@1.0.1 
│ ├── os-shim@0.1.3 
│ └─┬ watchify@3.2.1 
│   ├─┬ outpipe@1.1.1 
│   │ └─┬ shell-quote@1.4.3 
│   │   ├── array-filter@0.0.1 
│   │   ├── array-map@0.0.0 
│   │   └── array-reduce@0.0.0 
│   └─┬ through2@0.6.5 
│     └── readable-stream@1.0.33 
├─┬ karma-chrome-launcher@0.2.1 
│ ├─┬ fs-access@1.0.0 
│ │ └── null-check@1.0.0 
│ └─┬ which@1.2.0 
│   └─┬ is-absolute@0.1.7 
│     └── is-relative@0.1.3 
├── karma-mocha@0.2.1 
├─┬ karma-mocha-reporter@1.1.1 
│ └── chalk@1.1.0 
├── karma-phantomjs-shim@1.1.2 
├─┬ karma-sinon-chai@1.1.0  (git://github.com/ngupgraders/karma-lolex-sinon-chai.git#aa4640416a9d9228db3ce79b3e264ff658466336)
│ ├── chai@3.2.0 
│ ├── lolex@1.3.1 
│ └── sinon@1.16.1 
├── karma-sourcemap-loader@0.3.6 
├── merge2@0.3.6 
├─┬ mocha@2.3.4 
│ ├── commander@2.3.0 
│ ├── diff@1.4.0 
│ ├── escape-string-regexp@1.0.2 
│ ├─┬ glob@3.2.3 
│ │ ├── graceful-fs@2.0.3 
│ │ └── minimatch@0.2.14 
│ ├── growl@1.8.1 
│ ├─┬ jade@0.26.3 
│ │ ├── commander@0.6.1 
│ │ └── mkdirp@0.3.0 
│ ├─┬ mkdirp@0.5.0 
│ │ └── minimist@0.0.8 
│ └── supports-color@1.2.0 
├── reflect-metadata@0.1.2 
├── rimraf@2.4.3 
├─┬ rollup@0.20.5 
│ └─┬ source-map-support@0.3.3 
│   └── source-map@0.1.32 
├─┬ rollup-babel@0.6.1 
│ ├─┬ rollup@0.19.2 
│ │ ├── sourcemap-codec@1.2.1 
│ │ └── vlq@0.2.1 
│ ├─┬ sander@0.3.8 
│ │ ├── es6-promise@2.3.0 
│ │ └── graceful-fs@3.0.8 
│ └─┬ source-map-support@0.3.3 
│   └── source-map@0.1.32 
├── run-sequence@1.1.4 
├─┬ sinon@1.17.2 
│ ├── formatio@1.1.1 
│ ├── lolex@1.3.2 
│ ├── samsam@1.1.2 
│ └── util@0.10.3 
├── sinon-chai@2.8.0 
└─┬ tsd@0.6.5 
  ├── assertion-error@1.0.0 
  ├─┬ bl@0.9.4 
  │ └── readable-stream@1.0.33 
  ├── bluebird@1.2.4 
  ├── deep-freeze@0.0.1 
  ├─┬ definition-header@0.1.0 
  │ ├─┬ parsimmon@0.5.1 
  │ │ └── pjs@5.1.1 
  │ └── xregexp@2.0.0 
  ├─┬ detect-indent@0.2.0 
  │ ├── get-stdin@0.1.0 
  │ └── minimist@0.1.0 
  ├─┬ event-stream@3.1.7 
  │ ├── duplexer@0.1.1 
  │ ├── from@0.1.3 
  │ ├── map-stream@0.1.0 
  │ ├── pause-stream@0.0.11 
  │ ├── split@0.2.10 
  │ └── stream-combiner@0.0.4 
  ├── exit@0.1.2 
  ├─┬ glob@4.5.3 
  │ └── minimatch@2.0.10 
  ├─┬ joi@4.9.0 
  │ ├── hoek@2.16.3 
  │ ├── isemail@1.2.0 
  │ ├── moment@2.10.6 
  │ └── topo@1.1.0 
  ├── joi-assert@0.0.3 
  ├── jsesc@0.5.0 
  ├─┬ json-pointer@0.2.2 
  │ └── foreach@2.0.5 
  ├── lazy.js@0.3.2 
  ├── lru-cache@2.5.2 
  ├── minimatch@1.0.0 
  ├── ministyle@0.1.4 
  ├─┬ minitable@0.0.4 
  │ └── minichain@0.0.1 
  ├─┬ miniwrite@0.1.4 
  │ └── mkdirp@0.3.5 
  ├─┬ mkdirp@0.5.1 
  │ └── minimist@0.0.8 
  ├── open@0.0.5 
  ├─┬ request@2.66.0 
  │ ├── aws-sign2@0.6.0 
  │ ├── bl@1.0.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@1.0.0-rc3 
  │ │ └── async@1.5.0 
  │ ├─┬ har-validator@2.0.2 
  │ │ ├─┬ is-my-json-valid@2.12.3 
  │ │ │ ├── generate-function@2.0.0 
  │ │ │ ├─┬ generate-object-property@1.2.0 
  │ │ │ │ └── is-property@1.0.2 
  │ │ │ └── jsonpointer@2.0.0 
  │ │ └── pinkie-promise@1.0.0 
  │ ├─┬ hawk@3.1.1 
  │ │ ├── boom@2.10.1 
  │ │ ├── cryptiles@2.0.5 
  │ │ └── sntp@1.0.9 
  │ ├─┬ http-signature@1.0.2 
  │ │ ├── assert-plus@0.1.5 
  │ │ ├─┬ jsprim@1.2.2 
  │ │ │ ├── extsprintf@1.0.2 
  │ │ │ ├── json-schema@0.2.2 
  │ │ │ └── verror@1.3.6 
  │ │ └─┬ sshpk@1.7.0 
  │ │   ├── asn1@0.2.3 
  │ │   ├── assert-plus@0.2.0 
  │ │   ├── dashdash@1.10.1 
  │ │   ├─┬ ecc-jsbn@0.0.1 
  │ │   │ └── jsbn@0.0.0  (git+https://github.com/rynomad/jsbn.git#bb522b0124f75424f89d49446c40a87111942c7b)
  │ │   ├── jodid25519@1.0.2 
  │ │   ├── jsbn@0.1.0 
  │ │   └── tweetnacl@0.13.2 
  │ ├── is-typedarray@1.0.0 
  │ ├── isstream@0.1.2 
  │ ├── json-stringify-safe@5.0.1 
  │ ├─┬ mime-types@2.1.7 
  │ │ └── mime-db@1.19.0 
  │ ├── node-uuid@1.4.7 
  │ ├── oauth-sign@0.8.0 
  │ ├── qs@5.2.0 
  │ ├── stringstream@0.0.5 
  │ ├── tough-cookie@2.2.1 
  │ └── tunnel-agent@0.4.1 
  ├── rimraf@2.2.8 
  ├── type-detect@0.1.2 
  ├── universal-analytics@0.3.9 
  ├─┬ update-notifier@0.2.2 
  │ ├─┬ 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 
  │ ├─┬ configstore@0.3.2 
  │ │ ├── graceful-fs@3.0.8 
  │ │ ├─┬ js-yaml@3.4.3 
  │ │ │ ├─┬ argparse@1.0.3 
  │ │ │ │ └── sprintf-js@1.0.3 
  │ │ │ └── esprima@2.7.0 
  │ │ ├── object-assign@2.1.1 
  │ │ ├── osenv@0.1.3 
  │ │ └── xdg-basedir@1.0.1 
  │ ├── 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.1 
  │ │   │ ├── object-assign@3.0.0 
  │ │   │ ├── prepend-http@1.0.3 
  │ │   │ ├─┬ read-all-stream@3.0.1 
  │ │   │ │ └── pinkie-promise@1.0.0 
  │ │   │ └── timed-out@2.0.0 
  │ │   └─┬ registry-url@3.0.3 
  │ │     └─┬ rc@1.1.5 
  │ │       ├── deep-extend@0.4.0 
  │ │       ├── ini@1.3.4 
  │ │       └── strip-json-comments@1.0.4 
  │ ├─┬ semver-diff@2.1.0 
  │ │ └── semver@5.1.0 
  │ └── string-length@1.0.1 
  ├── uri-templates@0.1.9 
  ├── uuid@2.0.1 
  └─┬ verror@1.4.0 
    └── extsprintf@1.0.3 

rush@rushpod:/code/ng-forward> npm test

> ng-forward@0.0.1-alpha.8 test /home/rush/code/ng-forward
> tsd install && gulp build

-> running install

>> written 9 files:

    - angularjs/angular-mocks.d.ts
    - angularjs/angular.d.ts
    - assertion-error/assertion-error.d.ts
    - chai/chai.d.ts
    - es6-shim/es6-shim.d.ts
    - jquery/jquery.d.ts
    - mocha/mocha.d.ts
    - sinon-chai/sinon-chai.d.ts
    - sinon/sinon.d.ts
[22:38:01] Requiring external module babel-core/register
[22:38:02] Using gulpfile ~/code/ng-forward/gulpfile.babel.js
[22:38:02] Starting 'build'...
[22:38:02] Starting 'clean-dist'...
[22:38:02] Finished 'clean-dist' after 23 ms
[22:38:02] Starting 'build/ts-to-es6'...
error TS2318: Cannot find global type 'Boolean'.
error TS2318: Cannot find global type 'IArguments'.
error TS2318: Cannot find global type 'Iterable'.
error TS2318: Cannot find global type 'IterableIterator'.
error TS2318: Cannot find global type 'Number'.
error TS2318: Cannot find global type 'Symbol'.
error TS2318: Cannot find global type 'TemplateStringsArray'.
error TS2468: Cannot find global value 'Symbol'.
[22:38:05] TypeScript: 8 global errors
[22:38:05] TypeScript: emit succeeded (with errors)
[22:38:05] Finished 'build/ts-to-es6' after 2.93 s
[22:38:05] Starting 'build/test'...
adding /home/rush/code/ng-forward/node_modules/angular-mocks/angular-mocks.js
18 11 2015 22:38:12.969:INFO [framework.browserify]: bundle built
18 11 2015 22:38:12.981:INFO [karma]: Karma v0.13.15 server started at http://localhost:9876/
18 11 2015 22:38:12.986:INFO [launcher]: Starting browser Chrome
18 11 2015 22:38:14.997:INFO [Chrome 46.0.2490 (Linux 0.0.0)]: Connected on socket 0kY7e-SZ3hz2zkrXAAAA with id 94567031
Chrome 46.0.2490 (Linux 0.0.0) ERROR
  Uncaught TypeError: undefined is not a function!
  at /home/rush/code/ng-forward/node_modules/babel-core/browser-polyfill.js:16
Chrome 46.0.2490 (Linux 0.0.0): Executed 0 of 0 ERROR (0.495 secs / 0 secs)
[22:38:15] 'build/test' errored after 9.97 s
[22:38:15] Error: 1
    at formatError (/home/rush/code/ng-forward/node_modules/gulp/bin/gulp.js:169:10)
    at Gulp.<anonymous> (/home/rush/code/ng-forward/node_modules/gulp/bin/gulp.js:195:15)
    at emitOne (events.js:82:20)
    at Gulp.emit (events.js:169:7)
    at Gulp.Orchestrator._emitTaskDone (/home/rush/code/ng-forward/node_modules/orchestrator/index.js:264:8)
    at /home/rush/code/ng-forward/node_modules/orchestrator/index.js:275:23
    at finish (/home/rush/code/ng-forward/node_modules/orchestrator/lib/runTask.js:21:8)
    at cb (/home/rush/code/ng-forward/node_modules/orchestrator/lib/runTask.js:29:3)
    at removeAllListeners (/home/rush/code/ng-forward/node_modules/karma/lib/server.js:332:7)
    at Server.<anonymous> (/home/rush/code/ng-forward/node_modules/karma/lib/server.js:343:9)
    at Server.g (events.js:260:16)
    at emitNone (events.js:72:20)
    at Server.emit (events.js:166:7)
    at emitCloseNT (net.js:1521:8)
    at doNTCallback1 (node.js:430:9)
    at process._tickCallback (node.js:352:17)
[22:38:15] 'build' errored after 13 s
[22:38:15] Error in plugin 'run-sequence'
Message:
    An error occured in task 'build/test'.
npm ERR! Test failed.  See above for more details.
timkindberg commented 8 years ago

Things are breaking at the moment. Hopefully we will fix soon. I've been trying for a couple days.

timkindberg commented 8 years ago

Gonna close this, but please reopen if it's still an issue.