mgechev / angular-seed

🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
https://mgechev.github.io/angular-seed
MIT License
4.57k stars 1.45k forks source link

Unable to install #151

Closed briantopping closed 8 years ago

briantopping commented 8 years ago

Not sure what's happening here. Have npm v3, have deleted all the ~/.npm* folders, not having too much luck. Thanks for looking!

Brians-MBP:angular2-seed brian$ npm -version
3.3.6
Brians-MBP:angular2-seed brian$ git remote -v
origin  https://github.com/briantopping/angular2-seed.git (fetch)
origin  https://github.com/briantopping/angular2-seed.git (push)
upstream    https://github.com/mgechev/angular2-seed.git (fetch)
upstream    https://github.com/mgechev/angular2-seed.git (push)
Brians-MBP:angular2-seed brian$ git status
On branch master
Your branch is up-to-date with 'upstream/master'.
nothing to commit, working directory clean
Brians-MBP:angular2-seed brian$ npm install

> angular2-seed@0.0.0 preinstall /Users/brian/dev/angular2-seed
> node ./tools/preinstall

tsd_typings folder cleaned successfully!

> angular2-seed@0.0.0 postinstall /Users/brian/dev/angular2-seed
> node ./tools/postinstall

-> running install

>> written 13 files:

    - async/async.d.ts
    - del/del.d.ts
    - express/express.d.ts
    - glob/glob.d.ts
    - gulp-shell/gulp-shell.d.ts
    - gulp/gulp.d.ts
    - mime/mime.d.ts
    - minimatch/minimatch.d.ts
    - node/node.d.ts
    - orchestrator/orchestrator.d.ts
    - q/Q.d.ts
    - serve-static/serve-static.d.ts
    - systemjs/systemjs.d.ts

   >> angular2 (node)
   >> reflect-metadata (node)

>> nothing rebundled

{ [Error: Command failed: /bin/sh -c gulp postinstall
/Users/brian/dev/angular2-seed/gulpfile.ts:2
import * as gulp from 'gulp';
^^^^^^

SyntaxError: Unexpected reserved word
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:414:25)
    at Object.Module._extensions..js (module.js:442:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:311:12)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Liftoff.handleArguments (/Users/brian/dev/angular2-seed/node_modules/gulp/bin/gulp.js:116:3)
    at Liftoff.<anonymous> (/Users/brian/dev/angular2-seed/node_modules/gulp/node_modules/liftoff/index.js:192:16)
    at module.exports (/Users/brian/dev/angular2-seed/node_modules/gulp/node_modules/liftoff/node_modules/flagged-respawn/index.js:17:3)
]
  killed: false,
  code: 1,
  signal: null,
  cmd: '/bin/sh -c gulp postinstall' }
ludohenin commented 8 years ago

have you tried with this fix #134 ?

briantopping commented 8 years ago

Thanks a bunch for your insight, that's an obvious one that I forgot. Didn't help, but got me thinking I should reinstall everything. So I deleted /usr/local/lib/node_modules, reinstalled the node 4.2.1 package install, reinstalled npm, gulp and tsd and cloned a clean copy of the repo. Still nothing:

Brians-MBP:angular2-seed2 brian$ rm -rf bower gulp node-debug node-inspector npm-css npm-watch tsc tsd tsserver yo
Brians-MBP:angular2-seed2 brian$ npm
-bash: /usr/local/bin/npm: No such file or directory
Brians-MBP:angular2-seed2 brian$ sudo npm update npm -g
/usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js
npm@3.3.6 /usr/local/lib/node_modules/npm
Brians-MBP:angular2-seed2 brian$ ls
LICENSE     app     karma.conf.js   test-main.js    tsconfig.json   tsd_typings
README.md   gulpfile.ts package.json    tools       tsd.json    tslint.json
Brians-MBP:angular2-seed2 brian$ sudo npm install gulp -g
/usr/local/bin/gulp -> /usr/local/lib/node_modules/gulp/bin/gulp.js
/usr/local/lib
└─┬ gulp@3.9.0 
  ├── archy@1.0.0 
  ├─┬ 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 
  ├── deprecated@0.0.1 
  ├─┬ gulp-util@3.0.6 
  │ ├── array-differ@1.0.0 
  │ ├── array-uniq@1.0.2 
  │ ├── beeper@1.1.0 
  │ ├─┬ dateformat@1.0.11 
  │ │ ├── get-stdin@5.0.0 
  │ │ └─┬ meow@3.4.2 
  │ │   ├─┬ camelcase-keys@1.0.0 
  │ │   │ ├── camelcase@1.2.1 
  │ │   │ └── map-obj@1.0.1 
  │ │   ├── loud-rejection@1.0.0 
  │ │   ├─┬ normalize-package-data@2.3.4 
  │ │   │ ├── 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.1 
  │ │   │   │ └── spdx-license-ids@1.0.2 
  │ │   │   └─┬ spdx-expression-parse@1.0.0 
  │ │   │     └── spdx-exceptions@1.0.3 
  │ │   ├── object-assign@4.0.1 
  │ │   ├─┬ read-pkg-up@1.0.1 
  │ │   │ ├─┬ find-up@1.0.0 
  │ │   │ │ ├── path-exists@2.0.0 
  │ │   │ │ └─┬ pinkie-promise@1.0.0 
  │ │   │ │   └── pinkie@1.0.0 
  │ │   │ └─┬ read-pkg@1.1.0 
  │ │   │   ├─┬ load-json-file@1.0.1 
  │ │   │   │ ├── graceful-fs@4.1.2 
  │ │   │   │ ├─┬ parse-json@2.2.0 
  │ │   │   │ │ └── error-ex@1.2.0 
  │ │   │   │ ├── pify@2.2.0 
  │ │   │   │ └── strip-bom@2.0.0 
  │ │   │   └── path-type@1.0.0 
  │ │   ├─┬ redent@1.0.0 
  │ │   │ ├─┬ indent-string@2.1.0 
  │ │   │ │ └─┬ repeating@2.0.0 
  │ │   │ │   └─┬ is-finite@1.0.1 
  │ │   │ │     └── number-is-nan@1.0.0 
  │ │   │ └─┬ strip-indent@1.0.1 
  │ │   │   └── get-stdin@4.0.1 
  │ │   └── trim-newlines@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 
  │ │ └─┬ duplexer2@0.0.2 
  │ │   └── readable-stream@1.1.13 
  │ ├── object-assign@3.0.0 
  │ ├── replace-ext@0.0.1 
  │ ├─┬ through2@2.0.0 
  │ │ ├─┬ readable-stream@2.0.2 
  │ │ │ ├── core-util-is@1.0.1 
  │ │ │ ├── inherits@2.0.1 
  │ │ │ ├── isarray@0.0.1 
  │ │ │ ├── process-nextick-args@1.0.3 
  │ │ │ ├── string_decoder@0.10.31 
  │ │ │ └── util-deprecate@1.0.2 
  │ │ └── xtend@4.0.0 
  │ └─┬ vinyl@0.5.3 
  │   ├── clone@1.0.2 
  │   └── clone-stats@0.0.1 
  ├── interpret@0.6.6 
  ├─┬ liftoff@2.2.0 
  │ ├── extend@2.0.1 
  │ ├─┬ findup-sync@0.3.0 
  │ │ └─┬ glob@5.0.15 
  │ │   ├── inflight@1.0.4 
  │ │   ├── minimatch@3.0.0 
  │ │   └── path-is-absolute@1.0.0 
  │ ├── flagged-respawn@0.3.1 
  │ ├── rechoir@0.6.2 
  │ └── resolve@1.1.6 
  ├── minimist@1.2.0 
  ├─┬ orchestrator@0.3.7 
  │ ├─┬ end-of-stream@0.1.5 
  │ │ └─┬ once@1.3.2 
  │ │   └── wrappy@1.0.1 
  │ ├── 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 
  │ └── 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 
    │ │ └─┬ brace-expansion@1.1.1 
    │ │   ├── balanced-match@0.2.0 
    │ │   └── concat-map@0.0.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 
    │       ├── lru-cache@2.7.0 
    │       └── sigmund@1.0.1 
    ├── graceful-fs@3.0.8 
    ├─┬ mkdirp@0.5.1 
    │ └── minimist@0.0.8 
    ├─┬ strip-bom@1.0.0 
    │ ├── first-chunk-stream@1.0.0 
    │ └── is-utf8@0.2.0 
    ├─┬ through2@0.6.5 
    │ └── readable-stream@1.0.33 
    └─┬ vinyl@0.4.6 
      └── clone@0.2.0 

Brians-MBP:angular2-seed2 brian$ sudo npm install tsd -g
npm WARN engine joi-assert@0.0.3: wanted: {"node":">= 0.10.0 <= 0.11.0"} (current: {"node":"4.2.1","npm":"3.3.6"})
/usr/local/bin/tsd -> /usr/local/lib/node_modules/tsd/build/cli.js
/usr/local/lib
└─┬ tsd@0.6.5 
  ├── assertion-error@1.0.0 
  ├─┬ bl@0.9.4 
  │ └─┬ readable-stream@1.0.33 
  │   ├── core-util-is@1.0.1 
  │   ├── isarray@0.0.1 
  │   └── string_decoder@0.10.31 
  ├── bluebird@1.2.4 
  ├─┬ 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 
  ├── colors@1.1.2 
  ├── 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 
  ├── diff@1.4.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 
  │ └── through@2.3.8 
  ├── exit@0.1.2 
  ├─┬ glob@4.5.3 
  │ ├─┬ inflight@1.0.4 
  │ │ └── wrappy@1.0.1 
  │ ├── inherits@2.0.1 
  │ ├─┬ minimatch@2.0.10 
  │ │ └─┬ brace-expansion@1.1.1 
  │ │   ├── balanced-match@0.2.0 
  │ │   └── concat-map@0.0.1 
  │ └── once@1.3.2 
  ├─┬ 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 
  │ └── sigmund@1.0.1 
  ├── minimist@1.2.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.65.0 
  │ ├── aws-sign2@0.6.0 
  │ ├─┬ bl@1.0.0 
  │ │ └─┬ readable-stream@2.0.2 
  │ │   ├── process-nextick-args@1.0.3 
  │ │   └── util-deprecate@1.0.2 
  │ ├── caseless@0.11.0 
  │ ├─┬ combined-stream@1.0.5 
  │ │ └── delayed-stream@1.0.0 
  │ ├── extend@3.0.0 
  │ ├── forever-agent@0.6.1 
  │ ├─┬ form-data@1.0.0-rc3 
  │ │ └── async@1.4.2 
  │ ├─┬ har-validator@2.0.2 
  │ │ ├─┬ commander@2.9.0 
  │ │ │ └── graceful-readlink@1.0.1 
  │ │ ├─┬ is-my-json-valid@2.12.2 
  │ │ │ ├── generate-function@2.0.0 
  │ │ │ ├─┬ generate-object-property@1.2.0 
  │ │ │ │ └── is-property@1.0.2 
  │ │ │ ├── jsonpointer@2.0.0 
  │ │ │ └── xtend@4.0.0 
  │ │ └─┬ pinkie-promise@1.0.0 
  │ │   └── pinkie@1.0.0 
  │ ├─┬ hawk@3.1.0 
  │ │ ├── boom@2.9.0 
  │ │ ├── cryptiles@2.0.5 
  │ │ └── sntp@1.0.9 
  │ ├─┬ http-signature@0.11.0 
  │ │ ├── asn1@0.1.11 
  │ │ ├── assert-plus@0.1.5 
  │ │ └── ctype@0.5.3 
  │ ├── isstream@0.1.2 
  │ ├── json-stringify-safe@5.0.1 
  │ ├─┬ mime-types@2.1.7 
  │ │ └── mime-db@1.19.0 
  │ ├── node-uuid@1.4.3 
  │ ├── oauth-sign@0.8.0 
  │ ├── qs@5.2.0 
  │ ├── stringstream@0.0.4 
  │ ├── tough-cookie@2.2.0 
  │ └── tunnel-agent@0.4.1 
  ├── rimraf@2.2.8 
  ├── semver@4.3.6 
  ├── type-detect@0.1.2 
  ├─┬ universal-analytics@0.3.9 
  │ ├── async@0.2.10 
  │ └── underscore@1.8.3 
  ├─┬ 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.2 
  │ │ │ │ ├── lodash@3.10.1 
  │ │ │ │ └── sprintf-js@1.0.3 
  │ │ │ └── esprima@2.6.0 
  │ │ ├── object-assign@2.1.1 
  │ │ ├─┬ osenv@0.1.3 
  │ │ │ ├── os-homedir@1.0.1 
  │ │ │ └── os-tmpdir@1.0.1 
  │ │ ├── user-home@1.1.1 
  │ │ └── xdg-basedir@1.0.1 
  │ ├── is-npm@1.0.0 
  │ ├─┬ latest-version@1.0.1 
  │ │ └─┬ package-json@1.2.0 
  │ │   ├─┬ got@3.3.1 
  │ │   │ ├─┬ duplexify@3.4.2 
  │ │   │ │ ├── end-of-stream@1.0.0 
  │ │   │ │ └── readable-stream@2.0.2 
  │ │   │ ├── infinity-agent@2.0.3 
  │ │   │ ├── is-redirect@1.0.0 
  │ │   │ ├── is-stream@1.0.1 
  │ │   │ ├── 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 
  │ │   │ │ └── readable-stream@2.0.2 
  │ │   │ └── timed-out@2.0.0 
  │ │   └─┬ registry-url@3.0.3 
  │ │     └─┬ rc@1.1.2 
  │ │       ├── deep-extend@0.2.11 
  │ │       ├── ini@1.3.4 
  │ │       └── strip-json-comments@0.1.3 
  │ ├── semver-diff@2.0.0 
  │ └── string-length@1.0.1 
  ├── uri-templates@0.1.9 
  ├── uuid@2.0.1 
  └─┬ verror@1.4.0 
    └── extsprintf@1.0.3 

Brians-MBP:angular2-seed2 brian$ sudo npm install tsc -g
/usr/local/bin/tsc -> /usr/local/lib/node_modules/tsc/bin/tsc
/usr/local/bin/tsserver -> /usr/local/lib/node_modules/tsc/bin/tsserver
/usr/local/lib
└── tsc@1.20150623.0 

Brians-MBP:angular2-seed2 brian$ cd ..
Brians-MBP:dev brian$ rm -rf angular2-seed2
Brians-MBP:dev brian$ git clone https://github.com/mgechev/angular2-seed.git angular2-seed2
Cloning into 'angular2-seed2'...
remote: Counting objects: 1520, done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 1520 (delta 4), reused 0 (delta 0), pack-reused 1498
Receiving objects: 100% (1520/1520), 430.45 KiB | 0 bytes/s, done.
Resolving deltas: 100% (835/835), done.
Checking connectivity... done.
Brians-MBP:dev brian$ cd !$
cd angular2-seed2
Brians-MBP:angular2-seed2 brian$ npm install
npm WARN engine karma@0.12.37: wanted: {"node":">=0.8 <=0.12 || >=1 <=2"} (current: {"node":"4.2.1","npm":"3.3.6"})
npm WARN engine joi-assert@0.0.3: wanted: {"node":">= 0.10.0 <= 0.11.0"} (current: {"node":"4.2.1","npm":"3.3.6"})

> fsevents@1.0.2 install /Users/brian/dev/angular2-seed2/node_modules/fsevents
> node-pre-gyp install --fallback-to-build

[fsevents] Success: "/Users/brian/dev/angular2-seed2/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node" is installed via remote

> ws@0.4.32 install /Users/brian/dev/angular2-seed2/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o

> phantomjs2-ext@0.1.0 install /Users/brian/dev/angular2-seed2/node_modules/phantomjs2-ext
> node install.js

Download already available at /var/folders/k6/yflwyw756vb3fv8qmwrwp8k40000gn/T/phantomjs/phantomjs-2.0.0-20141016-macosx.zip
Extracting zip contents
Removing /Users/brian/dev/angular2-seed2/node_modules/phantomjs2-ext/lib/phantom
Copying extracted folder /var/folders/k6/yflwyw756vb3fv8qmwrwp8k40000gn/T/phantomjs/phantomjs-2.0.0-20141016-macosx.zip-extract-1444833669269/phantomjs-2.0.0-20141016 -> /Users/brian/dev/angular2-seed2/node_modules/phantomjs2-ext/lib/phantom
Removing /var/folders/k6/yflwyw756vb3fv8qmwrwp8k40000gn/T/phantomjs/phantomjs-2.0.0-20141016-macosx.zip-extract-1444833669269
Writing location.js file
Done. Phantomjs binary available at /Users/brian/dev/angular2-seed2/node_modules/phantomjs2-ext/lib/phantom/bin/phantomjs

> angular2-seed@0.0.0 preinstall /Users/brian/dev/angular2-seed2
> node ./tools/preinstall

> fsevents@1.0.2 install /Users/brian/dev/angular2-seed2/node_modules/fsevents
> node-pre-gyp install --fallback-to-build

[fsevents] Success: "/Users/brian/dev/angular2-seed2/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile

> phantomjs2-ext@0.1.0 install /Users/brian/dev/angular2-seed2/node_modules/phantomjs2-ext
> node install.js

Download already available at /var/folders/k6/yflwyw756vb3fv8qmwrwp8k40000gn/T/phantomjs/phantomjs-2.0.0-20141016-macosx.zip
Extracting zip contents
Removing /Users/brian/dev/angular2-seed2/node_modules/phantomjs2-ext/lib/phantom
Copying extracted folder /var/folders/k6/yflwyw756vb3fv8qmwrwp8k40000gn/T/phantomjs/phantomjs-2.0.0-20141016-macosx.zip-extract-1444833675981/phantomjs-2.0.0-20141016 -> /Users/brian/dev/angular2-seed2/node_modules/phantomjs2-ext/lib/phantom
Removing /var/folders/k6/yflwyw756vb3fv8qmwrwp8k40000gn/T/phantomjs/phantomjs-2.0.0-20141016-macosx.zip-extract-1444833675981
Writing location.js file
Done. Phantomjs binary available at /Users/brian/dev/angular2-seed2/node_modules/phantomjs2-ext/lib/phantom/bin/phantomjs

> ws@0.4.32 install /Users/brian/dev/angular2-seed2/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o

> angular2-seed@0.0.0 postinstall /Users/brian/dev/angular2-seed2
> node ./tools/postinstall

-> running install

>> written 13 files:

    - async/async.d.ts
    - del/del.d.ts
    - express/express.d.ts
    - glob/glob.d.ts
    - gulp-shell/gulp-shell.d.ts
    - gulp/gulp.d.ts
    - mime/mime.d.ts
    - minimatch/minimatch.d.ts
    - node/node.d.ts
    - orchestrator/orchestrator.d.ts
    - q/Q.d.ts
    - serve-static/serve-static.d.ts
    - systemjs/systemjs.d.ts

   >> angular2 (node)
   >> definition-header (node)
   >> reflect-metadata (node)

>> nothing rebundled

[08:41:25] Requiring external module ts-node/register
[08:41:27] Using gulpfile ~/dev/angular2-seed2/gulpfile.ts
[08:41:27] Starting 'postinstall'...
[08:41:27] Starting 'clean'...
[08:41:27] Finished 'clean' after 4.3 ms
[08:41:27] Finished 'postinstall' after 5.76 ms

angular2-seed@0.0.0 /Users/brian/dev/angular2-seed2
├─┬ angular2@2.0.0-alpha.40 
│ └── @reactivex/rxjs@0.0.0-prealpha.3 
├── async@1.4.2 
├── connect-livereload@0.5.3 
├─┬ del@1.2.1 
│ ├─┬ each-async@1.1.1 
│ │ ├── onetime@1.0.0 
│ │ └── set-immediate-shim@1.0.1 
│ ├─┬ globby@2.1.0 
│ │ └── array-union@1.0.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.1 
│ ├── object-assign@3.0.0 
│ └── rimraf@2.4.3 
├─┬ es6-module-loader@0.17.8 
│ └── when@3.7.3 
├── es6-shim@0.33.6 
├─┬ express@4.13.3 
│ ├─┬ accepts@1.2.13 
│ │ ├─┬ mime-types@2.1.7 
│ │ │ └── mime-db@1.19.0 
│ │ └── negotiator@0.5.3 
│ ├── array-flatten@1.1.1 
│ ├── content-disposition@0.5.0 
│ ├── content-type@1.0.1 
│ ├── cookie@0.1.3 
│ ├── cookie-signature@1.0.6 
│ ├─┬ debug@2.2.0 
│ │ └── ms@0.7.1 
│ ├── depd@1.0.1 
│ ├── escape-html@1.0.2 
│ ├── etag@1.7.0 
│ ├─┬ finalhandler@0.4.0 
│ │ └── unpipe@1.0.0 
│ ├── fresh@0.3.0 
│ ├── merge-descriptors@1.0.0 
│ ├── methods@1.1.1 
│ ├─┬ on-finished@2.3.0 
│ │ └── ee-first@1.1.1 
│ ├── parseurl@1.3.0 
│ ├── path-to-regexp@0.1.7 
│ ├─┬ proxy-addr@1.0.8 
│ │ ├── forwarded@0.1.0 
│ │ └── ipaddr.js@1.0.1 
│ ├── qs@4.0.0 
│ ├── range-parser@1.0.2 
│ ├─┬ send@0.13.0 
│ │ ├── destroy@1.0.3 
│ │ ├── http-errors@1.3.1 
│ │ └── statuses@1.2.1 
│ ├─┬ type-is@1.6.9 
│ │ └── media-typer@0.3.0 
│ ├── utils-merge@1.0.0 
│ └── vary@1.0.1 
├── extend@3.0.0 
├─┬ gulp@3.9.0 
│ ├── archy@1.0.0 
│ ├─┬ 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 
│ ├── deprecated@0.0.1 
│ ├─┬ gulp-util@3.0.6 
│ │ ├── array-differ@1.0.0 
│ │ ├── array-uniq@1.0.2 
│ │ ├── beeper@1.1.0 
│ │ ├─┬ dateformat@1.0.11 
│ │ │ ├── get-stdin@5.0.0 
│ │ │ └─┬ meow@3.4.2 
│ │ │   ├─┬ camelcase-keys@1.0.0 
│ │ │   │ └── map-obj@1.0.1 
│ │ │   ├── loud-rejection@1.0.0 
│ │ │   ├─┬ normalize-package-data@2.3.4 
│ │ │   │ ├── 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.1 
│ │ │   │   │ └── spdx-license-ids@1.0.2 
│ │ │   │   └─┬ spdx-expression-parse@1.0.0 
│ │ │   │     └── spdx-exceptions@1.0.3 
│ │ │   ├── object-assign@4.0.1 
│ │ │   ├─┬ read-pkg-up@1.0.1 
│ │ │   │ ├─┬ find-up@1.0.0 
│ │ │   │ │ ├── path-exists@2.0.0 
│ │ │   │ │ └─┬ pinkie-promise@1.0.0 
│ │ │   │ │   └── pinkie@1.0.0 
│ │ │   │ └─┬ read-pkg@1.1.0 
│ │ │   │   ├─┬ load-json-file@1.0.1 
│ │ │   │   │ └── pify@2.2.0 
│ │ │   │   └── path-type@1.0.0 
│ │ │   ├─┬ redent@1.0.0 
│ │ │   │ ├─┬ indent-string@2.1.0 
│ │ │   │ │ └─┬ repeating@2.0.0 
│ │ │   │ │   └─┬ is-finite@1.0.1 
│ │ │   │ │     └── number-is-nan@1.0.0 
│ │ │   │ └─┬ strip-indent@1.0.1 
│ │ │   │   └── get-stdin@4.0.1 
│ │ │   └── trim-newlines@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 
│ │ │ └── duplexer2@0.0.2 
│ │ └── replace-ext@0.0.1 
│ ├── 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 
│ │ └── resolve@1.1.6 
│ ├── 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 
│ │ └── user-home@1.1.1 
│ └─┬ vinyl-fs@0.3.14 
│   ├── defaults@1.0.3 
│   ├─┬ glob-stream@3.1.18 
│   │ ├── glob@4.5.3 
│   │ ├── minimatch@2.0.10 
│   │ ├── 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 
│   │       └── lru-cache@2.7.0 
│   ├── graceful-fs@3.0.8 
│   ├── strip-bom@1.0.0 
│   ├─┬ through2@0.6.5 
│   │ └── readable-stream@1.0.33 
│   └─┬ vinyl@0.4.6 
│     └── clone@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@2.0.2 
│ ├─┬ merge-stream@0.1.8 
│ │ └─┬ through2@0.6.5 
│ │   └── readable-stream@1.0.33 
│ ├─┬ multimatch@2.0.0 
│ │ └── minimatch@2.0.10 
│ ├─┬ plexer@0.0.3 
│ │ └── readable-stream@1.1.13 
│ └─┬ through2@0.6.5 
│   └── readable-stream@1.0.33 
├─┬ gulp-inject@1.5.0 
│ └─┬ event-stream@3.3.1 
│   ├── duplexer@0.1.1 
│   ├── from@0.1.3 
│   ├── split@0.3.3 
│   └── stream-combiner@0.0.4 
├─┬ gulp-inline-ng2-template@0.0.7 
│ ├── clone@1.0.2 
│ ├─┬ es6-templates@0.2.2 
│ │ └─┬ recast@0.9.18 
│ │   ├── ast-types@0.6.16 
│ │   ├── esprima-fb@10001.1.0-dev-harmony-fb 
│ │   ├── private@0.1.6 
│ │   └── source-map@0.1.43 
│ ├── isarray@0.0.1 
│ └─┬ through2@2.0.0 
│   └── readable-stream@2.0.2 
├─┬ gulp-load-plugins@0.10.0 
│ └─┬ findup-sync@0.2.1 
│   └─┬ glob@4.3.5 
│     └── minimatch@2.0.10 
├─┬ gulp-minify-css@1.2.1 
│ ├─┬ clean-css@3.4.6 
│ │ ├─┬ commander@2.8.1 
│ │ │ └── graceful-readlink@1.0.1 
│ │ └── source-map@0.4.4 
│ ├── object-assign@4.0.1 
│ ├─┬ readable-stream@2.0.2 
│ │ ├── core-util-is@1.0.1 
│ │ ├── inherits@2.0.1 
│ │ ├── process-nextick-args@1.0.3 
│ │ ├── string_decoder@0.10.31 
│ │ └── util-deprecate@1.0.2 
│ ├─┬ vinyl-bufferstream@1.0.1 
│ │ └── bufferstreams@1.0.1 
│ └─┬ vinyl-sourcemaps-apply@0.1.4 
│   └── source-map@0.1.43 
├─┬ gulp-minify-html@1.0.4 
│ ├─┬ minimize@1.7.2 
│ │ ├── argh@0.1.4 
│ │ ├─┬ cli-color@1.0.0 
│ │ │ ├── ansi-regex@1.1.1 
│ │ │ ├── d@0.1.1 
│ │ │ ├─┬ es6-iterator@0.1.3 
│ │ │ │ └── es6-symbol@2.0.1 
│ │ │ ├─┬ memoizee@0.3.9 
│ │ │ │ ├─┬ es6-weak-map@0.1.4 
│ │ │ │ │ └── es6-symbol@2.0.1 
│ │ │ │ ├── event-emitter@0.3.4 
│ │ │ │ ├── lru-queue@0.1.0 
│ │ │ │ └── next-tick@0.2.2 
│ │ │ └── timers-ext@0.1.0 
│ │ ├─┬ diagnostics@1.0.1 
│ │ │ ├─┬ colorspace@1.0.1 
│ │ │ │ ├─┬ color@0.8.0 
│ │ │ │ │ ├── color-convert@0.5.3 
│ │ │ │ │ └─┬ color-string@0.3.0 
│ │ │ │ │   └── color-name@1.0.1 
│ │ │ │ └── text-hex@0.0.0 
│ │ │ ├─┬ enabled@1.0.1 
│ │ │ │ └── env-variable@0.0.3 
│ │ │ └─┬ kuler@0.0.0 
│ │ │   └── colornames@0.0.2 
│ │ ├── emits@3.0.0 
│ │ └─┬ htmlparser2@3.8.3 
│ │   ├── domelementtype@1.3.0 
│ │   ├── domhandler@2.3.0 
│ │   ├─┬ domutils@1.5.1 
│ │   │ └─┬ dom-serializer@0.1.0 
│ │   │   ├── domelementtype@1.1.3 
│ │   │   └── entities@1.1.1 
│ │   └── entities@1.0.0 
│ └─┬ through2@0.6.5 
│   └── readable-stream@1.0.33 
├─┬ gulp-plumber@1.0.1 
│ └─┬ through2@0.6.5 
│   └── readable-stream@1.0.33 
├─┬ gulp-shell@0.4.3 
│ └── lodash@3.10.1 
├─┬ gulp-sourcemaps@1.5.2 
│ ├── convert-source-map@1.1.1 
│ ├── graceful-fs@3.0.8 
│ ├─┬ strip-bom@1.0.0 
│ │ ├── first-chunk-stream@1.0.0 
│ │ └── is-utf8@0.2.0 
│ ├─┬ through2@0.6.5 
│ │ └── readable-stream@1.0.33 
│ └─┬ vinyl@0.4.6 
│   ├── clone@0.2.0 
│   └── clone-stats@0.0.1 
├─┬ gulp-template@3.0.0 
│ ├── lodash@3.10.1 
│ └─┬ through2@0.6.5 
│   └── readable-stream@1.0.33 
├─┬ gulp-tslint@3.3.1 
│ ├── map-stream@0.1.0 
│ ├─┬ rcloader@0.1.4 
│ │ ├── lodash@3.10.1 
│ │ └─┬ rcfinder@0.1.8 
│ │   └── lodash@2.4.2 
│ ├── through@2.3.8 
│ └─┬ tslint@2.5.1 
│   ├─┬ findup-sync@0.2.1 
│   │ └─┬ glob@4.3.5 
│   │   └── minimatch@2.0.10 
│   └── underscore.string@3.1.1 
├─┬ gulp-tslint-stylish@1.0.4 
│ ├── lodash@3.10.1 
│ ├── log-symbols@1.0.2 
│ └── text-table@0.2.0 
├─┬ gulp-typescript@2.8.3 
│ ├── source-map@0.5.1 
│ ├── typescript@1.5.3 
│ └─┬ vinyl-fs@1.0.0 
│   ├─┬ duplexify@3.4.2 
│   │ ├── end-of-stream@1.0.0 
│   │ └── readable-stream@2.0.2 
│   ├─┬ glob-stream@4.1.1 
│   │ ├── glob@4.5.3 
│   │ ├── minimatch@2.0.10 
│   │ ├── through2@0.6.5 
│   │ └─┬ unique-stream@2.2.0 
│   │   └── through2-filter@2.0.0 
│   ├── glob-watcher@0.0.8 
│   ├── graceful-fs@3.0.8 
│   ├── object-assign@2.1.1 
│   ├── strip-bom@1.0.0 
│   ├─┬ through2@0.6.5 
│   │ └── readable-stream@1.0.33 
│   └─┬ vinyl@0.4.6 
│     └── clone@0.2.0 
├─┬ gulp-uglify@1.4.2 
│ ├── deap@1.0.0 
│ ├── fancy-log@1.1.0 
│ ├── isobject@2.0.0 
│ ├─┬ uglify-js@2.5.0 
│ │ ├── async@0.2.10 
│ │ ├── uglify-to-browserify@1.0.2 
│ │ └─┬ yargs@3.5.4 
│ │   ├── window-size@0.1.0 
│ │   └── wordwrap@0.0.2 
│ ├── uglify-save-license@0.4.1 
│ └── vinyl-sourcemaps-apply@0.2.0 
├─┬ gulp-watch@4.3.5 
│ ├─┬ anymatch@1.3.0 
│ │ └─┬ micromatch@2.2.0 
│ │   ├─┬ arr-diff@1.1.0 
│ │   │ ├── arr-flatten@1.0.1 
│ │   │ └── array-slice@0.2.3 
│ │   ├── array-unique@0.2.1 
│ │   ├─┬ braces@1.8.1 
│ │   │ ├─┬ expand-range@1.8.1 
│ │   │ │ └─┬ fill-range@2.2.2 
│ │   │ │   ├── is-number@1.1.2 
│ │   │ │   ├── isobject@1.0.2 
│ │   │ │   └── randomatic@1.1.0 
│ │   │ ├── lazy-cache@0.2.3 
│ │   │ ├── 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 
│ │   ├── is-glob@1.1.3 
│ │   ├── kind-of@1.1.0 
│ │   ├─┬ object.omit@1.1.0 
│ │   │ ├─┬ for-own@0.1.3 
│ │   │ │ └── for-in@0.1.4 
│ │   │ └── isobject@1.0.2 
│ │   ├─┬ parse-glob@3.0.4 
│ │   │ ├─┬ glob-base@0.3.0 
│ │   │ │ └── is-glob@2.0.1 
│ │   │ ├── is-dotfile@1.0.1 
│ │   │ └── is-glob@2.0.1 
│ │   └─┬ regex-cache@0.4.2 
│ │     ├── is-equal-shallow@0.1.3 
│ │     └── is-primitive@2.0.0 
│ ├─┬ chokidar@1.2.0 
│ │ ├── async-each@0.1.6 
│ │ ├─┬ fsevents@1.0.2 
│ │ │ ├── nan@2.1.0 
│ │ │ └─┬ node-pre-gyp@0.6.12
│ │ │   ├─┬ mkdirp@0.5.1 
│ │ │   │ └── minimist@0.0.8 
│ │ │   ├─┬ nopt@3.0.4 
│ │ │   │ └── abbrev@1.0.7 
│ │ │   ├─┬ npmlog@1.2.1
│ │ │   │ ├─┬ are-we-there-yet@1.0.4
│ │ │   │ │ └─┬ readable-stream@1.1.13 
│ │ │   │ │   ├── core-util-is@1.0.1 
│ │ │   │ │   ├── inherits@2.0.1 
│ │ │   │ │   ├── isarray@0.0.1 
│ │ │   │ │   └── string_decoder@0.10.31 
│ │ │   │ └─┬ gauge@1.2.2
│ │ │   │   ├─┬ lodash.pad@3.1.1
│ │ │   │   │ └── lodash._basetostring@3.0.1 
│ │ │   │   ├─┬ lodash.padleft@3.1.1
│ │ │   │   │ └── lodash._basetostring@3.0.1 
│ │ │   │   └─┬ lodash.padright@3.1.1
│ │ │   │     └── lodash._basetostring@3.0.1 
│ │ │   ├─┬ rc@1.1.2 
│ │ │   │ ├── deep-extend@0.2.11 
│ │ │   │ ├── ini@1.3.4 
│ │ │   │ ├── minimist@1.2.0 
│ │ │   │ └── strip-json-comments@0.1.3 
│ │ │   ├─┬ request@2.64.0
│ │ │   │ ├── aws-sign2@0.5.0 
│ │ │   │ ├─┬ bl@1.0.0
│ │ │   │ │ └─┬ readable-stream@2.0.2 
│ │ │   │ │   ├── core-util-is@1.0.1 
│ │ │   │ │   ├── inherits@2.0.1 
│ │ │   │ │   ├── isarray@0.0.1 
│ │ │   │ │   ├── process-nextick-args@1.0.3 
│ │ │   │ │   └── string_decoder@0.10.31 
│ │ │   │ ├── extend@3.0.0 
│ │ │   │ ├── forever-agent@0.6.1 
│ │ │   │ ├─┬ form-data@1.0.0-rc3
│ │ │   │ │ └── async@1.4.2 
│ │ │   │ ├─┬ har-validator@1.8.0 
│ │ │   │ │ ├── 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 
│ │ │   │ │ │ │ └── ansi-regex@2.0.0 
│ │ │   │ │ │ └── supports-color@2.0.0 
│ │ │   │ │ ├─┬ commander@2.8.1 
│ │ │   │ │ │ └── graceful-readlink@1.0.1 
│ │ │   │ │ └─┬ is-my-json-valid@2.12.2 
│ │ │   │ │   ├── generate-function@2.0.0 
│ │ │   │ │   ├─┬ generate-object-property@1.2.0 
│ │ │   │ │   │ └── is-property@1.0.2 
│ │ │   │ │   ├── jsonpointer@2.0.0 
│ │ │   │ │   └── xtend@4.0.0 
│ │ │   │ ├─┬ hawk@3.1.0
│ │ │   │ │ ├── boom@2.9.0 
│ │ │   │ │ ├── cryptiles@2.0.5 
│ │ │   │ │ ├── hoek@2.16.3 
│ │ │   │ │ └── sntp@1.0.9 
│ │ │   │ ├─┬ http-signature@0.11.0
│ │ │   │ │ ├── asn1@0.1.11 
│ │ │   │ │ ├── assert-plus@0.1.5 
│ │ │   │ │ └── ctype@0.5.3 
│ │ │   │ ├── isstream@0.1.2 
│ │ │   │ ├── json-stringify-safe@5.0.1 
│ │ │   │ ├─┬ mime-types@2.1.7 
│ │ │   │ │ └── mime-db@1.19.0 
│ │ │   │ ├── node-uuid@1.4.3 
│ │ │   │ ├── qs@5.1.0 
│ │ │   │ ├── stringstream@0.0.4 
│ │ │   │ └── tunnel-agent@0.4.1 
│ │ │   ├─┬ rimraf@2.4.3 
│ │ │   │ └─┬ glob@5.0.15 
│ │ │   │   ├─┬ inflight@1.0.4 
│ │ │   │   │ └── wrappy@1.0.1 
│ │ │   │   ├── inherits@2.0.1 
│ │ │   │   ├─┬ minimatch@3.0.0 
│ │ │   │   │ └─┬ brace-expansion@1.1.1 
│ │ │   │   │   ├── balanced-match@0.2.0 
│ │ │   │   │   └── concat-map@0.0.1 
│ │ │   │   ├─┬ once@1.3.2 
│ │ │   │   │ └── wrappy@1.0.1 
│ │ │   │   └── path-is-absolute@1.0.0 
│ │ │   ├─┬ tar@2.2.1
│ │ │   │ ├─┬ fstream@1.0.8
│ │ │   │ │ └── graceful-fs@4.1.2 
│ │ │   │ └── inherits@2.0.1 
│ │ │   └─┬ tar-pack@2.0.0
│ │ │     ├─┬ fstream@0.1.31
│ │ │     │ ├── graceful-fs@3.0.8 
│ │ │     │ └── inherits@2.0.1 
│ │ │     ├─┬ fstream-ignore@0.0.7
│ │ │     │ ├── inherits@2.0.1 
│ │ │     │ └─┬ minimatch@0.2.14 
│ │ │     │   ├── lru-cache@2.7.0 
│ │ │     │   └── sigmund@1.0.1 
│ │ │     ├── graceful-fs@1.2.3 
│ │ │     ├─┬ readable-stream@1.0.33 
│ │ │     │ ├── core-util-is@1.0.1 
│ │ │     │ ├── inherits@2.0.1 
│ │ │     │ ├── isarray@0.0.1 
│ │ │     │ └── string_decoder@0.10.31 
│ │ │     ├── rimraf@2.2.8 
│ │ │     └─┬ tar@0.1.20
│ │ │       └── inherits@2.0.1 
│ │ ├─┬ glob-parent@2.0.0 
│ │ │ └── is-glob@2.0.1 
│ │ ├─┬ is-binary-path@1.0.1 
│ │ │ └── binary-extensions@1.3.1 
│ │ ├─┬ is-glob@2.0.1 
│ │ │ └── is-extglob@1.0.0 
│ │ ├─┬ lodash.flatten@3.0.2 
│ │ │ └── lodash._baseflatten@3.1.4 
│ │ └─┬ readdirp@2.0.0 
│ │   ├── minimatch@2.0.10 
│ │   └── readable-stream@2.0.2 
│ ├─┬ glob@5.0.15 
│ │ ├─┬ inflight@1.0.4 
│ │ │ └── wrappy@1.0.1 
│ │ ├── minimatch@3.0.0 
│ │ └── once@1.3.2 
│ ├─┬ glob2base@0.0.12 
│ │ └── find-index@0.1.1 
│ ├── path-is-absolute@1.0.0 
│ ├── readable-stream@2.0.2 
│ ├── vinyl@0.5.3 
│ └─┬ vinyl-file@1.2.1 
│   ├── graceful-fs@4.1.2 
│   ├── strip-bom@2.0.0 
│   └── strip-bom-stream@1.0.0 
├── jasmine-core@2.3.4 
├─┬ karma@0.12.37 
│ ├── colors@1.1.2 
│ ├─┬ connect@2.30.2 
│ │ ├── basic-auth-connect@1.0.0 
│ │ ├─┬ body-parser@1.13.3 
│ │ │ └── iconv-lite@0.4.11 
│ │ ├── bytes@2.1.0 
│ │ ├─┬ compression@1.5.2 
│ │ │ └── compressible@2.0.6 
│ │ ├── connect-timeout@1.6.2 
│ │ ├── cookie-parser@1.3.5 
│ │ ├─┬ csurf@1.8.3 
│ │ │ └─┬ csrf@3.0.0 
│ │ │   ├── base64-url@1.2.1 
│ │ │   ├── rndm@1.1.0 
│ │ │   └── scmp@1.0.0 
│ │ ├── errorhandler@1.4.2 
│ │ ├─┬ express-session@1.11.3 
│ │ │ ├── crc@3.3.0 
│ │ │ └── uid-safe@2.0.0 
│ │ ├── method-override@2.3.5 
│ │ ├─┬ morgan@1.6.1 
│ │ │ └── basic-auth@1.0.3 
│ │ ├─┬ multiparty@3.3.2 
│ │ │ └── stream-counter@0.2.0 
│ │ ├── on-headers@1.0.1 
│ │ ├── pause@0.1.0 
│ │ ├── response-time@2.3.1 
│ │ ├── serve-favicon@2.3.0 
│ │ ├─┬ serve-index@1.7.2 
│ │ │ └── batch@0.5.2 
│ │ └── vhost@3.0.2 
│ ├── di@0.0.1 
│ ├── graceful-fs@3.0.8 
│ ├─┬ http-proxy@0.10.4 
│ │ ├── colors@0.6.2 
│ │ ├── pkginfo@0.3.0 
│ │ └─┬ utile@0.2.1 
│ │   ├── async@0.2.10 
│ │   ├── deep-equal@1.0.1 
│ │   ├── i@0.3.3 
│ │   └── ncp@0.4.2 
│ ├── lodash@3.10.1 
│ ├─┬ log4js@0.6.27 
│ │ ├── async@0.2.10 
│ │ ├── readable-stream@1.0.33 
│ │ └── underscore@1.8.2 
│ ├── mime@1.3.4 
│ ├─┬ minimatch@2.0.10 
│ │ └─┬ brace-expansion@1.1.1 
│ │   ├── balanced-match@0.2.0 
│ │   └── concat-map@0.0.1 
│ ├─┬ optimist@0.6.1 
│ │ ├── minimist@0.0.10 
│ │ └── wordwrap@0.0.3 
│ ├── q@1.4.1 
│ ├─┬ socket.io@0.9.16 
│ │ ├── base64id@0.1.0 
│ │ ├── policyfile@0.0.4 
│ │ ├── redis@0.7.3 
│ │ └─┬ socket.io-client@0.9.16 
│ │   ├─┬ active-x-obfuscator@0.0.1 
│ │   │ └── zeparser@0.0.5 
│ │   ├── uglify-js@1.2.5 
│ │   ├─┬ ws@0.4.32 
│ │   │ ├── commander@2.1.0 
│ │   │ ├── nan@1.0.0 
│ │   │ ├── options@0.0.6 
│ │   │ └── tinycolor@0.0.1 
│ │   └── xmlhttprequest@1.4.2 
│ ├─┬ source-map@0.4.4 
│ │ └── amdefine@1.0.0 
│ └─┬ useragent@2.1.7 
│   └── lru-cache@2.2.4 
├─┬ 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-jasmine@0.3.6 
├─┬ karma-mocha-reporter@1.1.1 
│ └── chalk@1.1.0 
├─┬ karma-phantomjs2-launcher@0.3.2 
│ ├── lodash@3.9.3 
│ └─┬ phantomjs2-ext@0.1.0 
│   ├── adm-zip@0.4.7 
│   ├── kew@0.5.0 
│   ├─┬ mkdirp@0.5.0 
│   │ └── minimist@0.0.8 
│   ├── ncp@2.0.0 
│   ├─┬ npmconf@2.1.1 
│   │ ├─┬ config-chain@1.1.9 
│   │ │ └── proto-list@1.2.4 
│   │ ├── ini@1.3.4 
│   │ ├─┬ nopt@3.0.4 
│   │ │ └── abbrev@1.0.7 
│   │ ├─┬ osenv@0.1.3 
│   │ │ └── os-tmpdir@1.0.1 
│   │ └── uid-number@0.0.5 
│   ├── progress@1.1.8 
│   ├─┬ request-progress@0.3.1 
│   │ └── throttleit@0.0.2 
│   ├─┬ rimraf@2.3.4 
│   │ └─┬ glob@4.5.3 
│   │   └── minimatch@2.0.10 
│   └── which@1.0.9 
├─┬ mini-lr@0.1.8 
│ ├─┬ body-parser@1.14.1 
│ │ ├── debug@2.2.0 
│ │ ├── depd@1.1.0 
│ │ ├── iconv-lite@0.4.12 
│ │ ├── qs@5.1.0 
│ │ └─┬ raw-body@2.1.4 
│ │   └── iconv-lite@0.4.12 
│ ├─┬ debug@2.0.0 
│ │ └── ms@0.6.2 
│ ├─┬ faye-websocket@0.7.3 
│ │ └─┬ websocket-driver@0.6.2 
│ │   └── websocket-extensions@0.1.1 
│ ├── livereload-js@2.2.2 
│ └── qs@2.2.5 
├── open@0.0.5 
├── reflect-metadata@0.1.2 
├── run-sequence@1.1.4 
├── serve-static@1.10.0 
├── slash@1.0.0 
├─┬ stream-series@0.1.1 
│ └── pause-stream@0.0.11 
├── systemjs@0.19.4 
├─┬ systemjs-builder@0.14.8 
│ ├── algorithms@0.9.1 
│ ├─┬ es6-template-strings@2.0.0 
│ │ ├─┬ es5-ext@0.10.8 
│ │ │ ├── es6-iterator@2.0.0 
│ │ │ └── es6-symbol@3.0.0 
│ │ └── esniff@1.0.0 
│ ├─┬ mkdirp@0.5.1 
│ │ └── minimist@0.0.8 
│ ├── rsvp@3.1.0 
│ └── source-map@0.4.4 
├─┬ traceur@0.0.91 
│ ├── commander@2.6.0 
│ ├─┬ glob@4.3.5 
│ │ └── minimatch@2.0.10 
│ ├── semver@2.3.2 
│ └─┬ source-map-support@0.2.10 
│   └── source-map@0.1.32 
├─┬ ts-node@0.2.4 
│ ├── arrify@1.0.0 
│ ├── diff@2.1.3 
│ ├── make-error@1.0.4 
│ ├─┬ source-map-support@0.3.2 
│ │ └── source-map@0.1.32 
│ ├─┬ tsconfig@1.1.0 
│ │ └─┬ parse-json@2.2.0 
│ │   └── error-ex@1.2.0 
│ └── xtend@4.0.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 
│ ├── diff@1.4.0 
│ ├─┬ event-stream@3.1.7 
│ │ └── split@0.2.10 
│ ├── 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 
│ │ └── sigmund@1.0.1 
│ ├── ministyle@0.1.4 
│ ├─┬ minitable@0.0.4 
│ │ └── minichain@0.0.1 
│ ├─┬ miniwrite@0.1.4 
│ │ └── mkdirp@0.3.5 
│ ├─┬ request@2.55.0 
│ │ ├── aws-sign2@0.5.0 
│ │ ├── caseless@0.9.0 
│ │ ├─┬ combined-stream@0.0.7 
│ │ │ └── delayed-stream@0.0.5 
│ │ ├── forever-agent@0.6.1 
│ │ ├─┬ form-data@0.2.0 
│ │ │ ├── async@0.9.2 
│ │ │ └─┬ mime-types@2.0.14 
│ │ │   └── mime-db@1.12.0 
│ │ ├─┬ har-validator@1.8.0 
│ │ │ ├── bluebird@2.10.2 
│ │ │ └─┬ is-my-json-valid@2.12.2 
│ │ │   ├── generate-function@2.0.0 
│ │ │   ├─┬ generate-object-property@1.2.0 
│ │ │   │ └── is-property@1.0.2 
│ │ │   └── jsonpointer@2.0.0 
│ │ ├─┬ hawk@2.3.1 
│ │ │ ├── boom@2.9.0 
│ │ │ ├── cryptiles@2.0.5 
│ │ │ └── sntp@1.0.9 
│ │ ├─┬ http-signature@0.10.1 
│ │ │ ├── asn1@0.1.11 
│ │ │ ├── assert-plus@0.1.5 
│ │ │ └── ctype@0.5.3 
│ │ ├── isstream@0.1.2 
│ │ ├── json-stringify-safe@5.0.1 
│ │ ├─┬ mime-types@2.0.14 
│ │ │ └── mime-db@1.12.0 
│ │ ├── node-uuid@1.4.3 
│ │ ├── oauth-sign@0.6.0 
│ │ ├── qs@2.4.2 
│ │ ├── stringstream@0.0.4 
│ │ ├── tough-cookie@2.2.0 
│ │ └── tunnel-agent@0.4.1 
│ ├── rimraf@2.2.8 
│ ├── type-detect@0.1.2 
│ ├─┬ universal-analytics@0.3.9 
│ │ └── async@0.2.10 
│ ├─┬ 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.2 
│ │ │ │ │ ├── lodash@3.10.1 
│ │ │ │ │ └── sprintf-js@1.0.3 
│ │ │ │ └── esprima@2.6.0 
│ │ │ ├── object-assign@2.1.1 
│ │ │ └── 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 
│ │ │   │ ├── is-stream@1.0.1 
│ │ │   │ ├── lowercase-keys@1.0.0 
│ │ │   │ ├── nested-error-stacks@1.0.1 
│ │ │   │ ├── prepend-http@1.0.3 
│ │ │   │ ├─┬ read-all-stream@3.0.1 
│ │ │   │ │ └── readable-stream@2.0.2 
│ │ │   │ └── timed-out@2.0.0 
│ │ │   └─┬ registry-url@3.0.3 
│ │ │     └─┬ rc@1.1.2 
│ │ │       ├── deep-extend@0.2.11 
│ │ │       └── strip-json-comments@0.1.3 
│ │ ├── semver-diff@2.0.0 
│ │ └── string-length@1.0.1 
│ ├── uri-templates@0.1.9 
│ ├── uuid@2.0.1 
│ └─┬ verror@1.4.0 
│   └── extsprintf@1.0.3 
├── typescript@1.6.2 
├─┬ yargs@3.27.0 
│ ├── camelcase@1.2.1 
│ ├─┬ cliui@2.1.0 
│ │ ├─┬ center-align@0.1.1 
│ │ │ └─┬ align-text@0.1.3 
│ │ │   ├─┬ kind-of@2.0.1 
│ │ │   │ └── is-buffer@1.1.0 
│ │ │   ├── longest@1.0.1 
│ │ │   └── repeat-string@1.5.2 
│ │ ├── right-align@0.1.3 
│ │ └── wordwrap@0.0.2 
│ ├── decamelize@1.0.0 
│ ├─┬ os-locale@1.4.0 
│ │ └─┬ lcid@1.0.0 
│ │   └── invert-kv@1.0.0 
│ ├── window-size@0.1.2 
│ └── y18n@3.2.0 
└─┬ zone.js@0.5.8 
  └── es6-promise@3.0.2 

Brians-MBP:angular2-seed2 brian$ ls
LICENSE     app     karma.conf.js   package.json    tools       tsd.json    tslint.json
README.md   gulpfile.ts node_modules    test-main.js    tsconfig.json   tsd_typings
Brians-MBP:angular2-seed2 brian$ gulp serve.dev
[08:41:45] Failed to load external module typescript-node/register
[08:41:45] Failed to load external module typescript-register
[08:41:45] Failed to load external module typescript-require
/Users/brian/dev/angular2-seed2/gulpfile.ts:2
import * as gulp from 'gulp';
^^^^^^

SyntaxError: Unexpected reserved word
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:414:25)
    at Object.Module._extensions..js (module.js:442:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:311:12)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Liftoff.handleArguments (/opt/local/lib/node_modules/gulp/bin/gulp.js:116:3)
    at Liftoff.<anonymous> (/opt/local/lib/node_modules/gulp/node_modules/liftoff/index.js:192:16)
    at module.exports (/opt/local/lib/node_modules/gulp/node_modules/liftoff/node_modules/flagged-respawn/index.js:17:3)
mgechev commented 8 years ago

@briantopping would you test against this branch? https://github.com/mgechev/angular2-seed/pull/155

briantopping commented 8 years ago

Thanks @mgechev that worked. I don't know exactly why though, is it using something like Traceur to dynamically compile? I don't see gulpfile.js generated anywhere.

mgechev commented 8 years ago

Yeah, typescript-node compiles and runs the typescript files on the fly (similar to babel-node).

So we can close this issue when #155 is merged.

briantopping commented 8 years ago

That's great, thanks. I'll close it now, it's not like I'm going to forget about it on this machine haha.