angular / angular-cli

CLI tool for Angular
https://cli.angular.io
MIT License
26.67k stars 11.98k forks source link

install of angular-cli results in unmeet peer dependencies. Installing a peer does not resolve #1941

Closed lebsral closed 7 years ago

lebsral commented 7 years ago

Please provide us with the following information:

  1. OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) OSX 10.11.6
  2. Versions. Please run ng --version. If there's nothing outputted, please run in a Terminal: node --version and paste the result here: ng --version Could not start watchman; falling back to NodeWatcher for file system events. Visit http://ember-cli.com/user-guide/#watchman for more info. angular-cli: 1.0.0-beta.11-webpack.8 node: 6.5.0 os: darwin x64
  3. Repro steps. Was this an app that wasn't created using the CLI? What change did you do on your code? etc. Just ran npm install -g angular-cli@webpack
  4. The log given by the failure. Normally this include a stack trace and some more information. see below
  5. Mention any other details that might be useful. I also tried clearing the npm cache but the results were the same.

larsb-concourse:~ larsb$ npm install -g angular-cli@webpack
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@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated lodash-node@2.4.1: This package has been discontinued in favor of lodash@^4.0.0.
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 tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
/usr/local/bin/ng -> /usr/local/lib/node_modules/angular-cli/bin/ng
/usr/local/lib
└─┬ angular-cli@1.0.0-beta.11-webpack.8 
  ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
  ├── UNMET PEER DEPENDENCY tslint@^3.0.0
  ├── UNMET PEER DEPENDENCY typescript@2.0.2
  ├── UNMET PEER DEPENDENCY webpack@2.1.0-beta.21
  └── UNMET PEER DEPENDENCY zone.js@^0.6.17

npm WARN tslint-loader@2.1.5 requires a peer of tslint@^3.0.0 but none was installed.
npm WARN string-replace-loader@1.0.3 requires a peer of webpack@1.x.x || 2.x.x but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/tsc-wrapped@0.2.2 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/core@2.0.0-rc.6 requires a peer of zone.js@^0.6.17 but none was installed.
npm WARN tsickle@0.1.6 requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.
larsb-concourse:~ larsb$ npm install -g zone.js@^0.6.17
/usr/local/lib
└── zone.js@0.6.17 

larsb-concourse:~ larsb$ npm install -g angular-cli@webpack
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@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated lodash-node@2.4.1: This package has been discontinued in favor of lodash@^4.0.0.
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 tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
/usr/local/bin/ng -> /usr/local/lib/node_modules/angular-cli/bin/ng
/usr/local/lib
└─┬ angular-cli@1.0.0-beta.11-webpack.8 
  ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
  ├── UNMET PEER DEPENDENCY tslint@^3.0.0
  ├── UNMET PEER DEPENDENCY typescript@2.0.2
  ├── UNMET PEER DEPENDENCY webpack@2.1.0-beta.21
  └── UNMET PEER DEPENDENCY zone.js@^0.6.17

npm WARN string-replace-loader@1.0.3 requires a peer of webpack@1.x.x || 2.x.x but none was installed.
npm WARN tslint-loader@2.1.5 requires a peer of tslint@^3.0.0 but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/tsc-wrapped@0.2.2 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/core@2.0.0-rc.6 requires a peer of zone.js@^0.6.17 but none was installed.
npm WARN tsickle@0.1.6 requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.
avinashjoshi commented 7 years ago

Same issue here!

iBasit commented 7 years ago

+1

lebsral commented 7 years ago

I started over again with the angualrfire2 developer guide. And with help from @davideast got further than last time. But at the end I still get this...

Last login: Thu Sep  1 16:08:46 on ttys003
larsb-concourse:~ larsb$ cd Doc*
larsb-concourse:Documents larsb$ cd mycode
larsb-concourse:mycode larsb$ mkdir ang2fb
larsb-concourse:mycode larsb$ cd ang2*
larsb-concourse:ang2fb larsb$ ls
larsb-concourse:ang2fb larsb$ npm install -g angular-cli@webpack
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@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated lodash-node@2.4.1: This package has been discontinued in favor of lodash@^4.0.0.
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 tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
/usr/local/bin/ng -> /usr/local/lib/node_modules/angular-cli/bin/ng

> fsevents@1.0.14 install /usr/local/lib/node_modules/angular-cli/node_modules/fsevents
> node-pre-gyp install --fallback-to-build

[fsevents] Success: "/usr/local/lib/node_modules/angular-cli/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" is installed via remote

> execSync@1.0.2 install /usr/local/lib/node_modules/angular-cli/node_modules/execSync
> node install.js

[execsync v1.0.2] Attempting to compile native extensions.
[execSync v1.0.2]
    Native code compile failed!!

> node-zopfli@1.4.0 install /usr/local/lib/node_modules/angular-cli/node_modules/node-zopfli
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download: https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for node-zopfli@1.4.0 and node@6.5.0 (node-v48 ABI) (falling back to source compile with node-gyp) 
  CXX(target) Release/obj.target/zopfli/src/zopfli-binding.o
  CXX(target) Release/obj.target/zopfli/src/png/zopflipng.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/blocksplitter.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/cache.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/deflate.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/gzip_container.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/hash.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/katajainen.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/lz77.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/squeeze.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/tree.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/util.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/zlib_container.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/zopfli_lib.o
  CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/zopflipng_lib.o
  CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/lodepng/lodepng.o
  CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/lodepng/lodepng_util.o
  SOLINK_MODULE(target) Release/zopfli.node
  COPY /usr/local/lib/node_modules/angular-cli/node_modules/node-zopfli/lib/binding/node-v48-darwin-x64/zopfli.node
  TOUCH Release/obj.target/action_after_build.stamp

> node-sass@3.8.0 install /usr/local/lib/node_modules/angular-cli/node_modules/node-sass
> node scripts/install.js

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

> phantomjs-prebuilt@2.1.12 install /usr/local/lib/node_modules/angular-cli/node_modules/phantomjs-prebuilt
> node install.js

Considering PhantomJS found at /usr/local/bin/phantomjs
Looks like an `npm install -g`
Found PhantomJS at /usr/local/lib/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs ...verifying
Writing location.js file
PhantomJS linked at /usr/local/lib/node_modules/phantomjs-prebuilt/lib/location

> node-sass@3.8.0 postinstall /usr/local/lib/node_modules/angular-cli/node_modules/node-sass
> node scripts/build.js

"/usr/local/lib/node_modules/angular-cli/node_modules/node-sass/vendor/darwin-x64-48/binding.node" exists. 
 testing binary.
Binary is fine; exiting.
- acorn@3.2.0 node_modules/angular-cli/node_modules/acorn-jsx/node_modules/acorn
- acorn-jsx@3.0.1 node_modules/angular-cli/node_modules/acorn-jsx
- ansi@0.3.1 node_modules/angular-cli/node_modules/ansi
- any-promise@1.3.0 node_modules/angular-cli/node_modules/any-promise
- archy@1.0.0 node_modules/angular-cli/node_modules/archy
- isarray@1.0.0 node_modules/angular-cli/node_modules/are-we-there-yet/node_modules/isarray
- readable-stream@2.1.4 node_modules/angular-cli/node_modules/are-we-there-yet/node_modules/readable-stream
- array-ify@1.0.0 node_modules/angular-cli/node_modules/array-ify
- array-union@1.0.2 node_modules/angular-cli/node_modules/array-union
source-map@0.1.32 node_modules/angular-cli/node_modules/rollup/node_modules/source-map -> node_modules/angular-cli/node_modules/awesome-typescript-loader/node_modules/source-map
- js-tokens@2.0.0 node_modules/angular-cli/node_modules/babel-code-frame/node_modules/js-tokens
- babel-code-frame@6.11.0 node_modules/angular-cli/node_modules/babel-code-frame
- babel-messages@6.8.0 node_modules/angular-cli/node_modules/babel-messages
- babylon@6.8.4 node_modules/angular-cli/node_modules/babel-register/node_modules/babylon
- core-js@2.4.0 node_modules/angular-cli/node_modules/babel-register/node_modules/core-js
- core-js@2.4.0 node_modules/angular-cli/node_modules/babel-runtime/node_modules/core-js
- babylon@6.8.4 node_modules/angular-cli/node_modules/babel-template/node_modules/babylon
- babylon@6.8.4 node_modules/angular-cli/node_modules/babel-traverse/node_modules/babylon
- globals@8.18.0 node_modules/angular-cli/node_modules/babel-traverse/node_modules/globals
- isarray@1.0.0 node_modules/angular-cli/node_modules/bl/node_modules/isarray
- readable-stream@2.0.6 node_modules/angular-cli/node_modules/bl/node_modules/readable-stream
- repeating@2.0.1 node_modules/angular-cli/node_modules/boxen/node_modules/repeating
- broccoli-plugin@1.2.1 node_modules/angular-cli/node_modules/broccoli-config-replace/node_modules/broccoli-plugin
- mkdirp@0.5.1 node_modules/angular-cli/node_modules/broccoli-filter/node_modules/broccoli-kitchen-sink-helpers/node_modules/mkdirp
- broccoli-kitchen-sink-helpers@0.2.9 node_modules/angular-cli/node_modules/broccoli-filter/node_modules/broccoli-kitchen-sink-helpers
- mkdirp@0.3.5 node_modules/angular-cli/node_modules/broccoli-filter/node_modules/mkdirp
- walk-sync@0.1.3 node_modules/angular-cli/node_modules/broccoli-filter/node_modules/walk-sync
- broccoli-slow-trees@1.1.0 node_modules/angular-cli/node_modules/broccoli-sane-watcher/node_modules/broccoli-slow-trees
- source-map@0.1.34 node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/source-map
- wordwrap@0.0.2 node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/wordwrap
- yargs@3.5.4 node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/yargs
- uglify-js@2.4.24 node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/uglify-js
- broccoli-writer@0.1.1 node_modules/angular-cli/node_modules/broccoli-writer
- broccoli-filter@0.1.14 node_modules/angular-cli/node_modules/broccoli-filter
- callsites@0.2.0 node_modules/angular-cli/node_modules/callsites
- caller-path@0.1.0 node_modules/angular-cli/node_modules/caller-path
- capture-stack-trace@1.0.0 node_modules/angular-cli/node_modules/capture-stack-trace
- ansi-regex@2.0.0 node_modules/angular-cli/node_modules/chalk/node_modules/ansi-regex
- ansi-styles@2.2.1 node_modules/angular-cli/node_modules/chalk/node_modules/ansi-styles
- has-ansi@2.0.0 node_modules/angular-cli/node_modules/chalk/node_modules/has-ansi
- strip-ansi@3.0.1 node_modules/angular-cli/node_modules/chalk/node_modules/strip-ansi
- supports-color@2.0.0 node_modules/angular-cli/node_modules/chalk/node_modules/supports-color
- ansi-regex@2.0.0 node_modules/angular-cli/node_modules/columnify/node_modules/ansi-regex
- strip-ansi@3.0.1 node_modules/angular-cli/node_modules/columnify/node_modules/strip-ansi
- dot-prop@3.0.0 node_modules/angular-cli/node_modules/compare-func/node_modules/dot-prop
- compare-func@1.3.2 node_modules/angular-cli/node_modules/compare-func
async@0.2.10 node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/async -> node_modules/angular-cli/node_modules/compression-webpack-plugin/node_modules/async
- isarray@1.0.0 node_modules/angular-cli/node_modules/concat-stream/node_modules/isarray
- readable-stream@2.0.6 node_modules/angular-cli/node_modules/concat-stream/node_modules/readable-stream
- create-error-class@3.0.2 node_modules/angular-cli/node_modules/create-error-class
- dargs@4.1.0 node_modules/angular-cli/node_modules/dargs
- data-uri-to-buffer@0.0.4 node_modules/angular-cli/node_modules/data-uri-to-buffer
- type-detect@0.1.1 node_modules/angular-cli/node_modules/deep-eql/node_modules/type-detect
- clone@1.0.2 node_modules/angular-cli/node_modules/defaults/node_modules/clone
- window-size@0.1.4 node_modules/angular-cli/node_modules/defs/node_modules/window-size
- yargs@3.27.0 node_modules/angular-cli/node_modules/defs/node_modules/yargs
- minimist@1.2.0 node_modules/angular-cli/node_modules/detect-indent/node_modules/minimist
- esutils@1.1.6 node_modules/angular-cli/node_modules/doctrine/node_modules/esutils
- isarray@1.0.0 node_modules/angular-cli/node_modules/doctrine/node_modules/isarray
- broccoli-slow-trees@1.1.0 node_modules/angular-cli/node_modules/ember-cli-broccoli/node_modules/broccoli-slow-trees
- broccoli-plugin@1.2.1 node_modules/angular-cli/node_modules/ember-cli/node_modules/broccoli-plugin
- fs-tree-diff@0.4.4 node_modules/angular-cli/node_modules/ember-cli/node_modules/fs-tree-diff
- esprima@2.7.2 node_modules/angular-cli/node_modules/ember-router-generator/node_modules/esprima
- ws@1.0.1 node_modules/angular-cli/node_modules/engine.io-client/node_modules/ws
- es6-weak-map@2.0.1 node_modules/angular-cli/node_modules/es6-weak-map
- esniff@1.0.0 node_modules/angular-cli/node_modules/esniff
- es6-template-strings@2.0.0 node_modules/angular-cli/node_modules/es6-template-strings
- acorn@3.2.0 node_modules/angular-cli/node_modules/espree/node_modules/acorn
- estraverse@4.1.1 node_modules/angular-cli/node_modules/esrecurse/node_modules/estraverse
- esrecurse@4.1.0 node_modules/angular-cli/node_modules/esrecurse
- event-emitter@0.3.4 node_modules/angular-cli/node_modules/event-emitter
- es6-set@0.1.4 node_modules/angular-cli/node_modules/es6-set
- es6-map@0.1.4 node_modules/angular-cli/node_modules/es6-map
- filled-array@1.1.0 node_modules/angular-cli/node_modules/filled-array
- git-semver-tags@1.1.2 node_modules/angular-cli/node_modules/git-semver-tags
- gitconfiglocal@1.0.0 node_modules/angular-cli/node_modules/gitconfiglocal
- git-remote-origin-url@2.0.0 node_modules/angular-cli/node_modules/git-remote-origin-url
- github-url-from-git@1.4.0 node_modules/angular-cli/node_modules/github-url-from-git
- globby@5.0.0 node_modules/angular-cli/node_modules/globby
- isarray@1.0.0 node_modules/angular-cli/node_modules/got/node_modules/isarray
- readable-stream@2.1.4 node_modules/angular-cli/node_modules/got/node_modules/readable-stream
- glob@5.0.15 node_modules/angular-cli/node_modules/hash-for-dep/node_modules/glob
- broccoli-kitchen-sink-helpers@0.2.9 node_modules/angular-cli/node_modules/hash-for-dep/node_modules/broccoli-kitchen-sink-helpers
- http-proxy-agent@1.0.0 node_modules/angular-cli/node_modules/http-proxy-agent
- minimist@1.2.0 node_modules/angular-cli/node_modules/inline-source-map-comment/node_modules/minimist
- ansi-regex@2.0.0 node_modules/angular-cli/node_modules/inquirer/node_modules/ansi-regex
- strip-ansi@3.0.1 node_modules/angular-cli/node_modules/inquirer/node_modules/strip-ansi
- is-npm@1.0.0 node_modules/angular-cli/node_modules/is-npm
- is-path-cwd@1.0.0 node_modules/angular-cli/node_modules/is-path-cwd
- is-redirect@1.0.0 node_modules/angular-cli/node_modules/is-redirect
- is-retry-allowed@1.1.0 node_modules/angular-cli/node_modules/is-retry-allowed
- is-subset@0.1.1 node_modules/angular-cli/node_modules/is-subset
- is-windows@0.1.1 node_modules/angular-cli/node_modules/is-windows
- isarray@1.0.0 node_modules/angular-cli/node_modules/isobject/node_modules/isarray
- commander@0.6.1 node_modules/angular-cli/node_modules/jade/node_modules/commander
- mkdirp@0.3.0 node_modules/angular-cli/node_modules/jade/node_modules/mkdirp
- esprima@2.7.2 node_modules/angular-cli/node_modules/js-yaml/node_modules/esprima
- jsonparse@1.2.0 node_modules/angular-cli/node_modules/jsonparse
- JSONStream@1.1.3 node_modules/angular-cli/node_modules/JSONStream
source-map@0.5.6 node_modules/angular-cli/node_modules/systemjs-builder/node_modules/source-map -> node_modules/angular-cli/node_modules/less/node_modules/source-map
- listify@1.0.0 node_modules/angular-cli/node_modules/listify
- lockfile@1.0.1 node_modules/angular-cli/node_modules/lockfile
- lodash._basedifference@4.5.0 node_modules/angular-cli/node_modules/lodash._basedifference
- lodash._baseslice@4.0.0 node_modules/angular-cli/node_modules/lodash._baseslice
- lodash._createset@4.0.3 node_modules/angular-cli/node_modules/lodash._createset
- lodash._baseuniq@4.6.0 node_modules/angular-cli/node_modules/lodash._baseuniq
- lodash._baseclone@3.3.0 node_modules/angular-cli/node_modules/lodash.clonedeep/node_modules/lodash._baseclone
- lodash._baseflatten@3.1.4 node_modules/angular-cli/node_modules/lodash.flatten/node_modules/lodash._baseflatten
- lodash.rest@4.0.3 node_modules/angular-cli/node_modules/lodash.rest
- lodash.assigninwith@4.0.7 node_modules/angular-cli/node_modules/lodash.assigninwith
- lodash.keys@4.0.7 node_modules/angular-cli/node_modules/lodash.template/node_modules/lodash.keys
- lodash.keysin@3.0.8 node_modules/angular-cli/node_modules/lodash.toplainobject/node_modules/lodash.keysin
- lodash.tostring@4.1.3 node_modules/angular-cli/node_modules/lodash.tostring
- lodash.pad@4.4.0 node_modules/angular-cli/node_modules/lodash.pad
- lodash.padend@4.5.0 node_modules/angular-cli/node_modules/lodash.padend
- lodash.padstart@4.5.0 node_modules/angular-cli/node_modules/lodash.padstart
- loose-envify@1.2.0 node_modules/angular-cli/node_modules/loose-envify
- invariant@2.2.1 node_modules/angular-cli/node_modules/invariant
- babel-traverse@6.10.4 node_modules/angular-cli/node_modules/babel-traverse
- babel-types@6.11.1 node_modules/angular-cli/node_modules/babel-types
- babel-generator@6.11.3 node_modules/angular-cli/node_modules/babel-generator
- babel-helper-hoist-variables@6.8.0 node_modules/angular-cli/node_modules/babel-helper-hoist-variables
- babel-template@6.9.0 node_modules/angular-cli/node_modules/babel-template
- babel-helpers@6.8.0 node_modules/angular-cli/node_modules/babel-helpers
- babel-plugin-transform-es2015-modules-systemjs@6.9.0 node_modules/angular-cli/node_modules/babel-plugin-transform-es2015-modules-systemjs
- babel-core@6.10.4 node_modules/angular-cli/node_modules/babel-register/node_modules/babel-core
- babel-register@6.9.0 node_modules/angular-cli/node_modules/babel-register
- lowercase-keys@1.0.0 node_modules/angular-cli/node_modules/lowercase-keys
- make-error@1.1.1 node_modules/angular-cli/node_modules/make-error
- make-error-cause@1.1.1 node_modules/angular-cli/node_modules/make-error-cause
- ansi-styles@2.2.1 node_modules/angular-cli/node_modules/markdown-it-terminal/node_modules/ansi-styles
- lodash.keysin@3.0.8 node_modules/angular-cli/node_modules/markdown-it-terminal/node_modules/lodash.keysin
- lodash.isplainobject@3.2.0 node_modules/angular-cli/node_modules/markdown-it-terminal/node_modules/lodash.isplainobject
- minimist@1.2.0 node_modules/angular-cli/node_modules/meow/node_modules/minimist
glob@5.0.15 node_modules/angular-cli/node_modules/broccoli-filter/node_modules/glob -> node_modules/angular-cli/node_modules/istanbul/node_modules/glob
- modify-values@1.0.0 node_modules/angular-cli/node_modules/modify-values
- conventional-commits-filter@1.0.0 node_modules/angular-cli/node_modules/conventional-commits-filter
- conventional-changelog-writer@1.4.1 node_modules/angular-cli/node_modules/conventional-changelog-writer
- minimist@1.2.0 node_modules/angular-cli/node_modules/node-notifier/node_modules/minimist
- node-status-codes@1.0.0 node_modules/angular-cli/node_modules/node-status-codes
- object.pick@1.1.2 node_modules/angular-cli/node_modules/object.pick
- parse-github-repo-url@1.3.0 node_modules/angular-cli/node_modules/parse-github-repo-url
- get-pkg-repo@1.2.1 node_modules/angular-cli/node_modules/get-pkg-repo
- path-is-inside@1.0.1 node_modules/angular-cli/node_modules/path-is-inside
- is-path-inside@1.0.0 node_modules/angular-cli/node_modules/is-path-inside
- is-path-in-cwd@1.0.0 node_modules/angular-cli/node_modules/is-path-in-cwd
- del@2.2.1 node_modules/angular-cli/node_modules/del
- popsicle-proxy-agent@1.0.0 node_modules/angular-cli/node_modules/popsicle-proxy-agent
- popsicle-retry@2.0.0 node_modules/angular-cli/node_modules/popsicle-retry
- popsicle-status@1.0.2 node_modules/angular-cli/node_modules/popsicle-status
- delayed-stream@0.0.5 node_modules/angular-cli/node_modules/popsicle/node_modules/delayed-stream
- combined-stream@0.0.7 node_modules/angular-cli/node_modules/popsicle/node_modules/combined-stream
- mime-db@1.12.0 node_modules/angular-cli/node_modules/popsicle/node_modules/mime-db
- mime-types@2.0.14 node_modules/angular-cli/node_modules/popsicle/node_modules/mime-types
- form-data@0.2.0 node_modules/angular-cli/node_modules/popsicle/node_modules/form-data
- popsicle@5.0.1 node_modules/angular-cli/node_modules/popsicle
- promise-finally@2.2.1 node_modules/angular-cli/node_modules/promise-finally
- underscore.string@2.3.3 node_modules/angular-cli/node_modules/quick-temp/node_modules/underscore.string
- minimist@1.2.0 node_modules/angular-cli/node_modules/rc/node_modules/minimist
- isarray@1.0.0 node_modules/angular-cli/node_modules/read-all-stream/node_modules/isarray
- readable-stream@2.1.4 node_modules/angular-cli/node_modules/read-all-stream/node_modules/readable-stream
- read-all-stream@3.1.0 node_modules/angular-cli/node_modules/read-all-stream
- read-json-sync@1.1.1 node_modules/angular-cli/node_modules/read-json-sync
esprima-fb@15001.1001.0-dev-harmony-fb node_modules/angular-cli/node_modules/esprima-fb -> node_modules/angular-cli/node_modules/regenerator/node_modules/esprima-fb
- esprima@2.7.2 node_modules/angular-cli/node_modules/regexpu/node_modules/esprima
- registry-url@3.1.0 node_modules/angular-cli/node_modules/registry-url
source-map@0.5.6 node_modules/angular-cli/node_modules/babel-generator/node_modules/source-map -> node_modules/angular-cli/node_modules/remap-istanbul/node_modules/source-map
wordwrap@1.0.0 node_modules/angular-cli/node_modules/typings/node_modules/wordwrap -> node_modules/angular-cli/node_modules/remap-istanbul/node_modules/wordwrap
- resolve-from@1.0.1 node_modules/angular-cli/node_modules/resolve-from
- source-map-support@0.4.1 node_modules/angular-cli/node_modules/rollup/node_modules/source-map-support
- rollup@0.30.0 node_modules/angular-cli/node_modules/rollup
- samsam@1.1.2 node_modules/angular-cli/node_modules/samsam
- minimist@1.2.0 node_modules/angular-cli/node_modules/sane/node_modules/minimist
- semver-diff@2.1.0 node_modules/angular-cli/node_modules/semver-diff
- slice-ansi@0.0.4 node_modules/angular-cli/node_modules/slice-ansi
async@0.9.2 node_modules/angular-cli/node_modules/popsicle/node_modules/async -> node_modules/angular-cli/node_modules/source-map-loader/node_modules/async
- spdx-exceptions@1.0.4 node_modules/angular-cli/node_modules/spdx-exceptions
- split2@2.1.0 node_modules/angular-cli/node_modules/split2
- git-raw-commits@1.1.2 node_modules/angular-cli/node_modules/git-raw-commits
- string-template@1.0.0 node_modules/angular-cli/node_modules/string-template
- ansi-regex@2.0.0 node_modules/angular-cli/node_modules/string-width/node_modules/ansi-regex
- strip-ansi@3.0.1 node_modules/angular-cli/node_modules/string-width/node_modules/strip-ansi
- systemjs@0.19.31 node_modules/angular-cli/node_modules/systemjs
- babylon@6.8.4 node_modules/angular-cli/node_modules/systemjs-builder/node_modules/babylon
- babel-core@6.10.4 node_modules/angular-cli/node_modules/systemjs-builder/node_modules/babel-core
- bluebird@3.4.1 node_modules/angular-cli/node_modules/systemjs-builder/node_modules/bluebird
- ansi-regex@2.0.0 node_modules/angular-cli/node_modules/table/node_modules/ansi-regex
- bluebird@3.4.1 node_modules/angular-cli/node_modules/table/node_modules/bluebird
- strip-ansi@3.0.1 node_modules/angular-cli/node_modules/table/node_modules/strip-ansi
- isarray@1.0.0 node_modules/angular-cli/node_modules/tap-parser/node_modules/isarray
- readable-stream@2.1.4 node_modules/angular-cli/node_modules/tap-parser/node_modules/readable-stream
- text-extensions@1.3.3 node_modules/angular-cli/node_modules/text-extensions
- is-text-path@1.0.1 node_modules/angular-cli/node_modules/is-text-path
- thenify@3.2.0 node_modules/angular-cli/node_modules/thenify
- throat@2.0.2 node_modules/angular-cli/node_modules/throat
- isarray@1.0.0 node_modules/angular-cli/node_modules/through2/node_modules/isarray
- readable-stream@2.0.6 node_modules/angular-cli/node_modules/through2/node_modules/readable-stream
- timed-out@2.0.0 node_modules/angular-cli/node_modules/timed-out
- nopt@1.0.10 node_modules/angular-cli/node_modules/touch/node_modules/nopt
- touch@1.0.0 node_modules/angular-cli/node_modules/touch
- glob@5.0.15 node_modules/angular-cli/node_modules/traceur/node_modules/glob
- semver@4.3.6 node_modules/angular-cli/node_modules/traceur/node_modules/semver
- traceur@0.0.105 node_modules/angular-cli/node_modules/traceur
- trim-off-newlines@1.0.0 node_modules/angular-cli/node_modules/trim-off-newlines
- conventional-commits-parser@1.2.2 node_modules/angular-cli/node_modules/conventional-commits-parser
- tryit@1.0.2 node_modules/angular-cli/node_modules/tryit
- tv4@1.2.7 node_modules/angular-cli/node_modules/tv4
- repeating@2.0.1 node_modules/angular-cli/node_modules/typings-core/node_modules/repeating
- detect-indent@4.0.0 node_modules/angular-cli/node_modules/typings-core/node_modules/detect-indent
- bluebird@3.4.1 node_modules/angular-cli/node_modules/typings/node_modules/bluebird
- minimist@1.2.0 node_modules/angular-cli/node_modules/typings/node_modules/minimist
- unc-path-regex@0.1.2 node_modules/angular-cli/node_modules/unc-path-regex
- is-unc-path@0.1.1 node_modules/angular-cli/node_modules/is-unc-path
- is-relative@0.2.1 node_modules/angular-cli/node_modules/is-relative
- is-absolute@0.2.5 node_modules/angular-cli/node_modules/is-absolute
- unzip-response@1.0.0 node_modules/angular-cli/node_modules/unzip-response
- url-parse-lax@1.0.0 node_modules/angular-cli/node_modules/url-parse-lax
- got@5.6.0 node_modules/angular-cli/node_modules/got
- package-json@2.3.3 node_modules/angular-cli/node_modules/package-json
- latest-version@2.0.0 node_modules/angular-cli/node_modules/latest-version
- wcwidth@1.0.1 node_modules/angular-cli/node_modules/wcwidth
- columnify@1.5.4 node_modules/angular-cli/node_modules/columnify
source-map@0.5.6 node_modules/angular-cli/node_modules/babel-register/node_modules/source-map -> node_modules/angular-cli/node_modules/webpack/node_modules/source-map
- widest-line@1.0.0 node_modules/angular-cli/node_modules/widest-line
- boxen@0.3.1 node_modules/angular-cli/node_modules/boxen
- update-notifier@0.6.3 node_modules/angular-cli/node_modules/update-notifier
- write@0.2.1 node_modules/angular-cli/node_modules/write
- flat-cache@1.0.10 node_modules/angular-cli/node_modules/flat-cache
- xregexp@3.1.1 node_modules/angular-cli/node_modules/xregexp
- lodash.keysin@3.0.8 node_modules/angular-cli/node_modules/yam/node_modules/lodash.keysin
- lodash.isplainobject@3.2.0 node_modules/angular-cli/node_modules/yam/node_modules/lodash.isplainobject
- zip-object@0.1.0 node_modules/angular-cli/node_modules/zip-object
- typings-core@0.3.1 node_modules/angular-cli/node_modules/typings-core
- assertion-error@1.0.2 node_modules/angular-cli/node_modules/assertion-error
- broccoli@1.0.0-beta.7 node_modules/angular-cli/node_modules/broccoli
- broccoli-uglify-js@0.1.3 node_modules/angular-cli/node_modules/broccoli-uglify-js
- conventional-changelog-angular@1.2.0 node_modules/angular-cli/node_modules/conventional-changelog-angular
- conventional-changelog-atom@0.1.0 node_modules/angular-cli/node_modules/conventional-changelog-atom
- conventional-changelog-codemirror@0.1.0 node_modules/angular-cli/node_modules/conventional-changelog-codemirror
- conventional-changelog-core@1.5.0 node_modules/angular-cli/node_modules/conventional-changelog-core
- conventional-changelog-ember@0.2.2 node_modules/angular-cli/node_modules/conventional-changelog-ember
- conventional-changelog-eslint@0.1.0 node_modules/angular-cli/node_modules/conventional-changelog-eslint
- conventional-changelog-express@0.1.0 node_modules/angular-cli/node_modules/conventional-changelog-express
- conventional-changelog-jquery@0.1.0 node_modules/angular-cli/node_modules/conventional-changelog-jquery
- conventional-changelog-jscs@0.1.0 node_modules/angular-cli/node_modules/conventional-changelog-jscs
- conventional-changelog-jshint@0.1.0 node_modules/angular-cli/node_modules/conventional-changelog-jshint
- deep-eql@0.1.3 node_modules/angular-cli/node_modules/deep-eql
- doctrine@1.2.2 node_modules/angular-cli/node_modules/doctrine
- escope@3.6.0 node_modules/angular-cli/node_modules/escope
- espree@3.1.6 node_modules/angular-cli/node_modules/espree
- file-entry-cache@1.2.4 node_modules/angular-cli/node_modules/file-entry-cache
- formatio@1.1.1 node_modules/angular-cli/node_modules/formatio
- growl@1.9.2 node_modules/angular-cli/node_modules/growl
- ignore@3.1.3 node_modules/angular-cli/node_modules/ignore
- is-resolvable@1.0.0 node_modules/angular-cli/node_modules/is-resolvable
- jade@0.26.3 node_modules/angular-cli/node_modules/jade
- lolex@1.3.2 node_modules/angular-cli/node_modules/lolex
- pluralize@1.2.1 node_modules/angular-cli/node_modules/pluralize
- require-uncached@1.0.2 node_modules/angular-cli/node_modules/require-uncached
- rewire@2.5.2 node_modules/angular-cli/node_modules/rewire
- systemjs-builder@0.15.20 node_modules/angular-cli/node_modules/systemjs-builder
- table@3.7.8 node_modules/angular-cli/node_modules/table
- text-table@0.2.0 node_modules/angular-cli/node_modules/text-table
- to-iso-string@0.0.2 node_modules/angular-cli/node_modules/to-iso-string
- type-detect@1.0.0 node_modules/angular-cli/node_modules/type-detect
- typings@0.8.1 node_modules/angular-cli/node_modules/typings
/usr/local/lib
└─┬ angular-cli@1.0.0-beta.11-webpack.8 
  ├── @angular-cli/ast-tools@1.0.0 
  ├── @angular/compiler@2.0.0-rc.6 
  ├─┬ @angular/compiler-cli@0.5.0 
  │ ├── minimist@1.2.0 
  │ ├── parse5@1.3.2 
  │ ├── reflect-metadata@0.1.8 
  │ └── UNMET PEER DEPENDENCY typescript@^1.9.0-dev
  ├── @angular/core@2.0.0-rc.6 
  ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
  ├─┬ @angular/tsc-wrapped@0.2.2 
  │ ├─┬ tsickle@0.1.6 
  │ │ └── source-map-support@0.3.3 
  │ └── UNMET PEER DEPENDENCY typescript@^1.8.0 || ^1.9.0-dev
  ├─┬ angular2-template-loader@0.5.0 
  │ ├─┬ codecov@1.0.1 
  │ │ ├── argv@0.0.2 
  │ │ ├─┬ execSync@1.0.2 
  │ │ │ └─┬ temp@0.5.1 
  │ │ │   └─┬ rimraf@2.1.4 
  │ │ │     └── graceful-fs@1.2.3 
  │ │ └── urlgrey@0.4.4 
  │ └─┬ loader-utils@0.2.15 
  │   ├── big.js@3.1.3 
  │   ├── emojis-list@2.0.1 
  │   └── json5@0.5.0 
  ├─┬ awesome-typescript-loader@2.2.1 
  │ ├── colors@1.1.2 
  │ └── source-map-support@0.4.2 
  ├─┬ chalk@1.1.3
  │ ├── ansi-styles@2.2.1 
  │ ├─┬ has-ansi@2.0.0 
  │ │ └── ansi-regex@2.0.0 
  │ ├── strip-ansi@3.0.1 
  │ └── supports-color@2.0.0 
  ├─┬ common-tags@1.3.1 
  │ └── babel-runtime@6.11.6 
  ├─┬ compression-webpack-plugin@0.3.1 
  │ ├─┬ node-zopfli@1.4.0 
  │ │ └─┬ node-pre-gyp@0.6.30 
  │ │   └─┬ tar-pack@3.1.4 
  │ │     ├── fstream-ignore@1.0.5 
  │ │     ├── readable-stream@2.1.5 
  │ │     └── uid-number@0.0.6 
  │ └─┬ webpack-sources@0.1.2 
  │   └── source-map@0.5.6 
  ├─┬ copy-webpack-plugin@3.0.1 
  │ ├── bluebird@2.11.0 
  │ ├─┬ fs-extra@0.26.7 
  │ │ └── graceful-fs@4.1.6 
  │ ├── glob@6.0.4 
  │ ├─┬ minimatch@3.0.3 
  │ │ └─┬ brace-expansion@1.1.6 
  │ │   └── balanced-match@0.4.2 
  │ └── node-dir@0.1.16 
  ├── core-js@2.4.1 
  ├─┬ css-loader@0.23.1 
  │ ├─┬ css-selector-tokenizer@0.5.4 
  │ │ ├── cssesc@0.1.0 
  │ │ └── fastparse@1.1.1 
  │ ├─┬ cssnano@3.7.4 
  │ │ ├─┬ autoprefixer@6.4.0 
  │ │ │ ├── browserslist@1.3.6 
  │ │ │ ├── caniuse-db@1.0.30000527 
  │ │ │ ├── normalize-range@0.1.2 
  │ │ │ └── num2fraction@1.2.2 
  │ │ ├─┬ postcss-calc@5.3.1 
  │ │ │ ├── postcss-message-helpers@2.0.0 
  │ │ │ └─┬ reduce-css-calc@1.3.0 
  │ │ │   ├─┬ math-expression-evaluator@1.2.14 
  │ │ │   │ └── lodash.indexof@4.0.5 
  │ │ │   └─┬ reduce-function-call@1.0.1 
  │ │ │     └── balanced-match@0.1.0 
  │ │ ├─┬ postcss-colormin@2.2.0 
  │ │ │ └─┬ colormin@1.1.2 
  │ │ │   ├─┬ color@0.11.3 
  │ │ │   │ ├── color-convert@1.4.0 
  │ │ │   │ └─┬ color-string@0.3.0 
  │ │ │   │   └── color-name@1.1.1 
  │ │ │   └── css-color-names@0.0.4 
  │ │ ├── postcss-convert-values@2.4.0 
  │ │ ├── postcss-discard-comments@2.0.4 
  │ │ ├── postcss-discard-duplicates@2.0.1 
  │ │ ├── postcss-discard-empty@2.1.0 
  │ │ ├── postcss-discard-overridden@0.1.1 
  │ │ ├─┬ postcss-discard-unused@2.2.1 
  │ │ │ ├── flatten@1.0.2 
  │ │ │ └── uniqs@2.0.0 
  │ │ ├─┬ postcss-filter-plugins@2.0.1 
  │ │ │ └─┬ uniqid@3.1.0 
  │ │ │   └── macaddress@0.2.8 
  │ │ ├── postcss-merge-idents@2.1.7 
  │ │ ├── postcss-merge-longhand@2.0.1 
  │ │ ├─┬ postcss-merge-rules@2.0.10 
  │ │ │ └── vendors@1.0.1 
  │ │ ├── postcss-minify-font-values@1.0.5 
  │ │ ├── postcss-minify-gradients@1.0.3 
  │ │ ├─┬ postcss-minify-params@1.0.5 
  │ │ │ └── alphanum-sort@1.0.2 
  │ │ ├─┬ postcss-minify-selectors@2.0.5 
  │ │ │ └─┬ postcss-selector-parser@2.2.1 
  │ │ │   ├── indexes-of@1.0.1 
  │ │ │   └── uniq@1.0.1 
  │ │ ├── postcss-normalize-charset@1.1.0 
  │ │ ├─┬ postcss-normalize-url@3.0.7 
  │ │ │ ├── is-absolute-url@2.0.0 
  │ │ │ └─┬ normalize-url@1.6.0 
  │ │ │   └─┬ query-string@4.2.3 
  │ │ │     └── strict-uri-encode@1.1.0 
  │ │ ├── postcss-ordered-values@2.2.1 
  │ │ ├── postcss-reduce-idents@2.3.0 
  │ │ ├── postcss-reduce-initial@1.0.0 
  │ │ ├── postcss-reduce-transforms@1.0.3 
  │ │ ├─┬ postcss-svgo@2.1.4 
  │ │ │ ├─┬ is-svg@2.0.1 
  │ │ │ │ └── html-comment-regex@1.1.1 
  │ │ │ └─┬ svgo@0.6.6 
  │ │ │   ├── coa@1.0.1 
  │ │ │   ├─┬ csso@2.0.0 
  │ │ │   │ ├── clap@1.1.1 
  │ │ │   │ └── source-map@0.5.6 
  │ │ │   ├── sax@1.2.1 
  │ │ │   └── whet.extend@0.9.9 
  │ │ ├── postcss-unique-selectors@2.0.2 
  │ │ ├── postcss-value-parser@3.3.0 
  │ │ └── postcss-zindex@2.1.1 
  │ ├─┬ lodash.camelcase@3.0.1 
  │ │ └─┬ lodash._createcompounder@3.0.0 
  │ │   ├── lodash.deburr@3.2.0 
  │ │   └── lodash.words@3.2.0 
  │ ├─┬ postcss@5.1.2 
  │ │ ├── js-base64@2.1.9 
  │ │ ├── source-map@0.5.6 
  │ │ └── supports-color@3.1.2 
  │ ├── postcss-modules-extract-imports@1.0.1 
  │ ├─┬ postcss-modules-local-by-default@1.1.1 
  │ │ └─┬ css-selector-tokenizer@0.6.0 
  │ │   └── regexpu-core@1.0.0 
  │ ├─┬ postcss-modules-scope@1.0.2 
  │ │ └── css-selector-tokenizer@0.6.0 
  │ ├─┬ postcss-modules-values@1.2.2 
  │ │ └── icss-replace-symbols@1.0.2 
  │ └── source-list-map@0.1.6 
  ├─┬ ember-cli@2.5.0
  │ ├─┬ amd-name-resolver@0.0.5
  │ │ └── ensure-posix-path@1.0.2 
  │ ├─┬ bower-config@1.4.0
  │ │ └── graceful-fs@4.1.6 
  │ ├─┬ broccoli-babel-transpiler@5.6.1 
  │ │ ├─┬ babel-core@5.8.38
  │ │ │ ├── convert-source-map@1.3.0 
  │ │ │ ├── core-js@1.2.7 
  │ │ │ ├── json5@0.4.0 
  │ │ │ ├─┬ output-file-sync@1.1.2
  │ │ │ │ └── graceful-fs@4.1.6 
  │ │ │ ├─┬ regenerator@0.8.40
  │ │ │ │ ├─┬ commoner@0.10.4
  │ │ │ │ │ └── graceful-fs@4.1.6 
  │ │ │ │ ├─┬ defs@1.1.1
  │ │ │ │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb 
  │ │ │ │ │ └─┬ yargs@3.27.0 
  │ │ │ │ │   └── window-size@0.1.4 
  │ │ │ │ └─┬ recast@0.10.33
  │ │ │ │   └── esprima-fb@15001.1001.0-dev-harmony-fb 
  │ │ │ └─┬ source-map-support@0.2.10 
  │ │ │   └── source-map@0.1.32 
  │ │ ├─┬ broccoli-persistent-filter@1.2.11 
  │ │ │ ├── async-disk-cache@1.0.8 
  │ │ │ ├── fs-tree-diff@0.5.2 
  │ │ │ └── walk-sync@0.3.1 
  │ │ ├── clone@0.2.0 
  │ │ └── hash-for-dep@1.0.3 
  │ ├─┬ broccoli-concat@2.3.4 
  │ │ ├─┬ broccoli-caching-writer@2.3.1 
  │ │ │ └── broccoli-plugin@1.1.0 
  │ │ ├─┬ fast-sourcemap-concat@1.0.1 
  │ │ │ ├─┬ chalk@0.5.1
  │ │ │ │ ├── ansi-styles@1.1.0 
  │ │ │ │ ├─┬ has-ansi@0.1.0 
  │ │ │ │ │ └── ansi-regex@0.2.1 
  │ │ │ │ ├── strip-ansi@0.3.0 
  │ │ │ │ └── supports-color@0.2.0 
  │ │ │ └─┬ memory-streams@0.1.0
  │ │ │   └─┬ readable-stream@1.0.34 
  │ │ │     └── isarray@0.0.1 
  │ │ ├── lodash.merge@4.6.0 
  │ │ ├── lodash.omit@4.5.0 
  │ │ └── lodash.uniq@4.5.0 
  │ ├─┬ broccoli-config-replace@1.1.2
  │ │ └─┬ fs-extra@0.24.0
  │ │   └── graceful-fs@4.1.6 
  │ ├─┬ broccoli-funnel@1.0.6 
  │ │ ├── blank-object@1.0.2 
  │ │ ├── fast-ordered-set@1.0.3 
  │ │ ├── fs-tree-diff@0.5.2 
  │ │ └── heimdalljs@0.2.1 
  │ ├─┬ broccoli-merge-trees@1.1.4 
  │ │ ├── fs-tree-diff@0.5.2 
  │ │ └── heimdalljs-logger@0.1.7 
  │ ├── broccoli-plugin@1.2.2 
  │ ├─┬ broccoli-sane-watcher@1.1.5 
  │ │ └── broccoli-slow-trees@1.1.0 
  │ ├─┬ configstore@2.1.0 
  │ │ ├── dot-prop@3.0.0 
  │ │ ├── graceful-fs@4.1.6 
  │ │ └─┬ write-file-atomic@1.2.0 
  │ │   └── graceful-fs@4.1.6 
  │ ├─┬ cpr@0.4.2
  │ │ └── graceful-fs@4.1.6 
  │ ├─┬ ember-router-generator@1.2.2 
  │ │ └─┬ recast@0.11.12 
  │ │   └── ast-types@0.9.0 
  │ ├─┬ express@4.14.0
  │ │ └── qs@6.2.0 
  │ ├─┬ findup@0.1.5
  │ │ └── colors@0.6.2 
  │ ├─┬ fs-extra@0.26.7
  │ │ └── graceful-fs@4.1.6 
  │ ├── fs-monitor-stack@1.1.1 
  │ ├── fs-tree-diff@0.4.4 
  │ ├── get-caller-file@1.0.2 
  │ ├─┬ inquirer@0.12.0
  │ │ └── string-width@1.0.2 
  │ ├─┬ mkdirp@0.5.1
  │ │ └── minimist@0.0.8 
  │ ├─┬ portfinder@1.0.7 
  │ │ └── async@1.5.2 
  │ ├── promise-map-series@0.2.3 
  │ ├─┬ quick-temp@0.1.5
  │ │ └── underscore.string@2.3.3 
  │ ├── sane@1.4.1 
  │ ├── semver@5.3.0 
  │ ├─┬ temp@0.8.3 
  │ │ └── rimraf@2.2.8 
  │ ├─┬ testem@1.10.4 
  │ │ ├── bluebird@3.4.5 
  │ │ ├─┬ consolidate@0.14.1
  │ │ │ └── bluebird@3.4.5 
  │ │ ├─┬ fireworm@0.7.1
  │ │ │ └─┬ lodash.flatten@3.0.2
  │ │ │   └── lodash._baseflatten@3.1.4 
  │ │ ├── lodash.assignin@4.2.0 
  │ │ ├── lodash.find@4.6.0 
  │ │ ├─┬ node-notifier@4.6.1 
  │ │ │ └─┬ lodash.clonedeep@3.0.2 
  │ │ │   └── lodash._baseclone@3.3.0 
  │ │ ├─┬ npmlog@4.0.0 
  │ │ │ ├── console-control-strings@1.1.0 
  │ │ │ └─┬ gauge@2.6.0 
  │ │ │   ├── aproba@1.0.4 
  │ │ │   ├── has-color@0.1.7 
  │ │ │   └── wide-align@1.1.0 
  │ │ ├─┬ socket.io@1.4.7 
  │ │ │ ├─┬ engine.io@1.6.10 
  │ │ │ │ └─┬ engine.io-parser@1.2.4
  │ │ │ │   └─┬ has-binary@0.1.6
  │ │ │ │     └── isarray@0.0.1 
  │ │ │ ├─┬ has-binary@0.1.7
  │ │ │ │ └── isarray@0.0.1 
  │ │ │ ├─┬ socket.io-adapter@0.4.0
  │ │ │ │ └─┬ socket.io-parser@2.2.2
  │ │ │ │   └── isarray@0.0.1 
  │ │ │ ├─┬ socket.io-client@1.4.6 
  │ │ │ │ └── engine.io-client@1.6.9 
  │ │ │ └─┬ socket.io-parser@2.2.6
  │ │ │   └── isarray@0.0.1 
  │ │ └── tap-parser@1.3.2 
  │ ├─┬ tree-sync@1.1.4 
  │ │ └── fs-tree-diff@0.5.2 
  │ ├─┬ walk-sync@0.2.7
  │ │ └── matcher-collection@1.0.4 
  │ └─┬ yam@0.0.18
  │   └─┬ fs-extra@0.16.5
  │     └─┬ graceful-fs@3.0.11 
  │       └── natives@1.1.0 
  ├─┬ enhanced-resolve@2.2.2 
  │ ├── graceful-fs@4.1.6 
  │ ├─┬ memory-fs@0.3.0 
  │ │ └─┬ readable-stream@2.0.6 
  │ │   └── isarray@1.0.0 
  │ └── tapable@0.2.4 
  ├─┬ exports-loader@0.6.3 
  │ └── source-map@0.1.43 
  ├── expose-loader@0.7.1 
  ├── file-loader@0.8.5 
  ├─┬ fs-extra@0.30.0
  │ └── graceful-fs@4.1.6 
  ├── glob@7.0.6 
  ├─┬ handlebars@4.0.5
  │ ├── async@1.5.2 
  │ ├─┬ optimist@0.6.1
  │ │ └── minimist@0.0.10 
  │ └─┬ uglify-js@2.7.3 
  │   └─┬ yargs@3.10.0 
  │     └── window-size@0.1.0 
  ├─┬ html-webpack-plugin@2.22.0 
  │ ├── bluebird@3.4.5 
  │ ├─┬ html-minifier@2.1.7 
  │ │ ├─┬ change-case@3.0.0 
  │ │ │ ├── camel-case@3.0.0 
  │ │ │ ├── constant-case@2.0.0 
  │ │ │ ├── dot-case@2.1.0 
  │ │ │ ├── header-case@1.0.0 
  │ │ │ ├── is-lower-case@1.1.3 
  │ │ │ ├── is-upper-case@1.1.2 
  │ │ │ ├── lower-case@1.1.3 
  │ │ │ ├── lower-case-first@1.0.2 
  │ │ │ ├── no-case@2.3.0 
  │ │ │ ├── param-case@2.1.0 
  │ │ │ ├── pascal-case@2.0.0 
  │ │ │ ├── path-case@2.1.0 
  │ │ │ ├── sentence-case@2.1.0 
  │ │ │ ├── snake-case@2.1.0 
  │ │ │ ├── swap-case@1.1.2 
  │ │ │ ├── title-case@2.1.0 
  │ │ │ ├── upper-case@1.1.3 
  │ │ │ └── upper-case-first@1.1.2 
  │ │ ├── clean-css@3.4.19 
  │ │ ├── he@1.1.0 
  │ │ ├─┬ ncname@1.0.0 
  │ │ │ └── xml-char-classes@1.0.0 
  │ │ ├── relateurl@0.2.7 
  │ │ └─┬ uglify-js@2.6.4 
  │ │   ├── async@0.2.10 
  │ │   ├── source-map@0.5.6 
  │ │   └─┬ yargs@3.10.0 
  │ │     └── window-size@0.1.0 
  │ ├─┬ pretty-error@2.0.0 
  │ │ ├─┬ renderkid@2.0.0 
  │ │ │ ├─┬ css-select@1.2.0 
  │ │ │ │ ├── boolbase@1.0.0 
  │ │ │ │ ├── css-what@2.1.0 
  │ │ │ │ ├─┬ domutils@1.5.1 
  │ │ │ │ │ └─┬ dom-serializer@0.1.0 
  │ │ │ │ │   └── domelementtype@1.1.3 
  │ │ │ │ └── nth-check@1.0.1 
  │ │ │ ├─┬ dom-converter@0.1.4 
  │ │ │ │ └── utila@0.3.3 
  │ │ │ ├─┬ htmlparser2@3.3.0 
  │ │ │ │ ├── domelementtype@1.3.0 
  │ │ │ │ ├── domhandler@2.1.0 
  │ │ │ │ ├── domutils@1.1.6 
  │ │ │ │ └─┬ readable-stream@1.0.34 
  │ │ │ │   └── isarray@0.0.1 
  │ │ │ └── utila@0.3.3 
  │ │ └── utila@0.4.0 
  │ └── toposort@1.0.0 
  ├─┬ istanbul-instrumenter-loader@0.2.0 
  │ └─┬ istanbul@0.4.5 
  │   ├── async@1.5.2 
  │   ├─┬ escodegen@1.8.1 
  │   │ ├── estraverse@1.9.3 
  │   │ ├─┬ optionator@0.8.1
  │   │ │ └── fast-levenshtein@1.1.4 
  │   │ └── source-map@0.2.0 
  │   ├── esprima@2.7.3 
  │   ├── supports-color@3.1.2 
  │   └── wordwrap@1.0.0 
  ├── json-loader@0.5.4 
  ├─┬ karma-sourcemap-loader@0.3.7 
  │ └── graceful-fs@4.1.6 
  ├─┬ karma-webpack@1.8.0 
  │ ├── async@0.9.2 
  │ ├── lodash@3.10.1 
  │ ├── source-map@0.1.43 
  │ └── webpack-dev-middleware@1.6.1 
  ├─┬ leek@0.0.21
  │ └─┬ request@2.74.0 
  │   ├─┬ form-data@1.0.1 
  │   │ └── async@2.0.1 
  │   ├─┬ http-signature@1.1.1
  │   │ └─┬ sshpk@1.10.0 
  │   │   └─┬ bcrypt-pbkdf@1.0.0 
  │   │     └── tweetnacl@0.14.3 
  │   ├── qs@6.2.1 
  │   └── tough-cookie@2.3.1 
  ├─┬ less@2.7.1 
  │ ├─┬ errno@0.1.4 
  │ │ └── prr@0.0.0 
  │ ├── graceful-fs@4.1.6 
  │ ├── image-size@0.5.0 
  │ └─┬ promise@7.1.1 
  │   └── asap@2.0.4 
  ├── less-loader@2.2.3 
  ├── lodash@4.15.0 
  ├─┬ node-sass@3.8.0 
  │ ├── async-foreach@0.1.3 
  │ ├── cross-spawn@3.0.1 
  │ ├─┬ gaze@1.1.1 
  │ │ └─┬ globule@1.0.0 
  │ │   └── lodash@4.9.0 
  │ ├── in-publish@2.0.0 
  │ ├── lodash.clonedeep@4.5.0 
  │ ├─┬ meow@3.7.0
  │ │ └─┬ normalize-package-data@2.3.5
  │ │   └─┬ validate-npm-package-license@3.0.1
  │ │     ├─┬ spdx-correct@1.0.2
  │ │     │ └── spdx-license-ids@1.2.2 
  │ │     └── spdx-expression-parse@1.0.3 
  │ ├── nan@2.4.0 
  │ ├─┬ node-gyp@3.4.0 
  │ │ ├─┬ fstream@1.0.10 
  │ │ │ └── graceful-fs@4.1.6 
  │ │ ├── graceful-fs@4.1.6 
  │ │ ├── npmlog@3.1.2 
  │ │ ├─┬ path-array@1.0.1 
  │ │ │ └── array-index@1.0.0 
  │ │ └─┬ tar@2.2.1 
  │ │   └── block-stream@0.0.9 
  │ └─┬ sass-graph@2.1.2 
  │   └─┬ yargs@4.8.1 
  │     ├── cliui@3.2.0 
  │     ├── lodash.assign@4.2.0 
  │     └── window-size@0.2.0 
  ├─┬ npm-run-all@3.1.0 
  │ ├─┬ ps-tree@1.1.0 
  │ │ └─┬ event-stream@3.3.4 
  │ │   ├── duplexer@0.1.1 
  │ │   ├── from@0.1.3 
  │ │   ├── map-stream@0.1.0 
  │ │   ├── pause-stream@0.0.11 
  │ │   ├── split@0.3.3 
  │ │   └── stream-combiner@0.0.4 
  │ ├─┬ read-pkg@1.1.0
  │ │ ├─┬ load-json-file@1.1.0
  │ │ │ └── graceful-fs@4.1.6 
  │ │ └─┬ path-type@1.1.0
  │ │   └── graceful-fs@4.1.6 
  │ ├─┬ shell-quote@1.6.1 
  │ │ ├── array-filter@0.0.1 
  │ │ ├── array-map@0.0.0 
  │ │ └── array-reduce@0.0.0 
  │ └─┬ string.prototype.padend@3.0.0 
  │   ├─┬ define-properties@1.1.2 
  │   │ ├── foreach@2.0.5 
  │   │ └── object-keys@1.0.11 
  │   └─┬ es-abstract@1.6.1 
  │     ├─┬ es-to-primitive@1.1.1 
  │     │ ├── is-date-object@1.0.1 
  │     │ └── is-symbol@1.0.1 
  │     ├── is-callable@1.1.3 
  │     └── is-regex@1.0.3 
  ├─┬ offline-plugin@3.4.2 
  │ └── ejs@2.5.1 
  ├── parse5@2.2.1 
  ├── phantomjs-polyfill@0.0.2 
  ├─┬ phantomjs-prebuilt@2.1.12 
  │ ├─┬ extract-zip@1.5.0 
  │ │ ├── concat-stream@1.5.0 
  │ │ ├── debug@0.7.4 
  │ │ ├─┬ mkdirp@0.5.0 
  │ │ │ └── minimist@0.0.8 
  │ │ └─┬ yauzl@2.4.1 
  │ │   └─┬ fd-slicer@1.0.1 
  │ │     └── pend@1.2.0 
  │ ├── hasha@2.2.0 
  │ ├── kew@0.7.0 
  │ └─┬ request-progress@2.0.1 
  │   └── throttleit@1.0.0 
  ├── postcss-loader@0.9.1 
  ├─┬ protractor@3.3.0 
  │ ├── adm-zip@0.4.7 
  │ ├── glob@6.0.4 
  │ ├─┬ jasmine@2.4.1 
  │ │ ├─┬ glob@3.2.11 
  │ │ │ └─┬ minimatch@0.3.0 
  │ │ │   └── lru-cache@2.7.3 
  │ │ └── jasmine-core@2.4.1 
  │ ├── jasminewd2@0.0.9 
  │ ├─┬ request@2.67.0 
  │ │ ├── bl@1.0.3 
  │ │ ├── qs@5.2.1 
  │ │ └── tough-cookie@2.2.2 
  │ ├── saucelabs@1.0.1 
  │ ├─┬ selenium-webdriver@2.52.0 
  │ │ ├── adm-zip@0.4.4 
  │ │ ├── tmp@0.0.24 
  │ │ ├── ws@1.0.1 
  │ │ └─┬ xml2js@0.4.4 
  │ │   ├── sax@0.6.1 
  │ │   └── xmlbuilder@8.2.2 
  │ └─┬ source-map-support@0.4.2 
  │   └── source-map@0.1.32 
  ├── raw-loader@0.5.1 
  ├─┬ remap-istanbul@0.6.4 
  │ ├─┬ gulp-util@3.0.7 
  │ │ ├── array-differ@1.0.0 
  │ │ ├── beeper@1.1.0 
  │ │ ├─┬ fancy-log@1.2.0 
  │ │ │ └── time-stamp@1.0.1 
  │ │ ├─┬ 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.template@3.6.2 
  │ │ │ ├── lodash._basetostring@3.0.1 
  │ │ │ ├── lodash._basevalues@3.0.0 
  │ │ │ ├── lodash.escape@3.2.0 
  │ │ │ └── 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 
  │ │   └── clone-stats@0.0.1 
  │ └─┬ istanbul@0.4.3 
  │   ├── async@1.5.2 
  │   └── supports-color@3.1.2 
  ├── rimraf@2.5.4 
  ├─┬ rxjs@5.0.0-beta.11 
  │ └── symbol-observable@1.0.2 
  ├─┬ sass-loader@3.2.3 
  │ └── async@1.5.2 
  ├── script-loader@0.7.0 
  ├── shelljs@0.7.4 
  ├── silent-error@1.0.1 
  ├─┬ source-map-loader@0.1.5 
  │ └── source-map@0.1.43 
  ├── sourcemap-istanbul-instrumenter-loader@0.2.0 
  ├─┬ string-replace-loader@1.0.3 
  │ └── lodash@3.10.1 
  ├── style-loader@0.13.1 
  ├─┬ stylus@0.54.5 
  │ ├── css-parse@1.7.0 
  │ ├── sax@0.5.8 
  │ └── source-map@0.1.43 
  ├─┬ stylus-loader@2.3.1 
  │ └── when@3.6.4 
  ├── symlink-or-copy@1.1.6 
  ├─┬ ts-loader@0.8.2 
  │ ├─┬ enhanced-resolve@0.9.1 
  │ │ ├── graceful-fs@4.1.6 
  │ │ ├── memory-fs@0.2.0 
  │ │ └── tapable@0.1.10 
  │ └── object-assign@2.1.1 
  ├── UNMET PEER DEPENDENCY tslint@^3.0.0
  ├── tslint-loader@2.1.5 
  ├─┬ typedoc@0.4.5 
  │ ├── highlight.js@9.6.0 
  │ ├── marked@0.3.6 
  │ ├── typedoc-default-themes@0.4.0 
  │ └── typescript@1.8.10 
  ├── UNMET PEER DEPENDENCY typescript@2.0.2
  ├─┬ url-loader@0.5.7 
  │ └── mime@1.2.11 
  ├─┬ UNMET PEER DEPENDENCY webpack@2.1.0-beta.21
  │ ├── acorn@3.3.0 
  │ ├── async@1.5.2 
  │ ├── clone@1.0.2 
  │ ├── loader-runner@2.1.1 
  │ ├─┬ node-libs-browser@1.0.0 
  │ │ ├── assert@1.4.1 
  │ │ ├─┬ browserify-zlib@0.1.4 
  │ │ │ └── pako@0.2.9 
  │ │ ├─┬ buffer@4.9.1 
  │ │ │ ├── base64-js@1.1.2 
  │ │ │ └── ieee754@1.1.6 
  │ │ ├─┬ console-browserify@1.1.0 
  │ │ │ └── date-now@0.1.4 
  │ │ ├── constants-browserify@1.0.0 
  │ │ ├─┬ crypto-browserify@3.11.0 
  │ │ │ ├─┬ browserify-cipher@1.0.0 
  │ │ │ │ ├─┬ browserify-aes@1.0.6 
  │ │ │ │ │ └── buffer-xor@1.0.3 
  │ │ │ │ ├─┬ browserify-des@1.0.0 
  │ │ │ │ │ └─┬ des.js@1.0.0 
  │ │ │ │ │   └── minimalistic-assert@1.0.0 
  │ │ │ │ └── evp_bytestokey@1.0.0 
  │ │ │ ├─┬ browserify-sign@4.0.0 
  │ │ │ │ ├── bn.js@4.11.6 
  │ │ │ │ ├── browserify-rsa@4.0.1 
  │ │ │ │ ├─┬ elliptic@6.3.1 
  │ │ │ │ │ ├── brorand@1.0.5 
  │ │ │ │ │ └── hash.js@1.0.3 
  │ │ │ │ └─┬ parse-asn1@5.0.0 
  │ │ │ │   └── asn1.js@4.8.0 
  │ │ │ ├── create-ecdh@4.0.0 
  │ │ │ ├─┬ create-hash@1.1.2 
  │ │ │ │ ├── cipher-base@1.0.2 
  │ │ │ │ ├── ripemd160@1.0.1 
  │ │ │ │ └── sha.js@2.4.5 
  │ │ │ ├── create-hmac@1.1.4 
  │ │ │ ├─┬ diffie-hellman@5.0.2 
  │ │ │ │ └── miller-rabin@4.0.0 
  │ │ │ ├── pbkdf2@3.0.4 
  │ │ │ ├── public-encrypt@4.0.0 
  │ │ │ └── randombytes@2.0.3 
  │ │ ├── domain-browser@1.1.7 
  │ │ ├── events@1.1.1 
  │ │ ├─┬ http-browserify@1.7.0 
  │ │ │ └── Base64@0.2.1 
  │ │ ├── https-browserify@0.0.1 
  │ │ ├── os-browserify@0.2.1 
  │ │ ├── path-browserify@0.0.0 
  │ │ ├── process@0.11.9 
  │ │ ├── punycode@1.4.1 
  │ │ ├── querystring-es3@0.2.1 
  │ │ ├── stream-browserify@2.0.1 
  │ │ ├── timers-browserify@1.4.2 
  │ │ ├── tty-browserify@0.0.0 
  │ │ ├─┬ url@0.11.0 
  │ │ │ ├── punycode@1.3.2 
  │ │ │ └── querystring@0.2.0 
  │ │ └── vm-browserify@0.0.4 
  │ ├─┬ supports-color@3.1.2 
  │ │ └── has-flag@1.0.0 
  │ ├─┬ uglify-js@2.6.4 
  │ │ ├── async@0.2.10 
  │ │ └─┬ yargs@3.10.0 
  │ │   └── window-size@0.1.0 
  │ ├─┬ watchpack@1.1.0 
  │ │ ├── async@2.0.0-rc.4 
  │ │ ├─┬ chokidar@1.6.0 
  │ │ │ ├── anymatch@1.3.0 
  │ │ │ ├── async-each@1.0.1 
  │ │ │ ├─┬ fsevents@1.0.14 
  │ │ │ │ └─┬ node-pre-gyp@0.6.29 
  │ │ │ │   ├─┬ mkdirp@0.5.1 
  │ │ │ │   │ └── minimist@0.0.8 
  │ │ │ │   ├─┬ nopt@3.0.6 
  │ │ │ │   │ └── abbrev@1.0.9 
  │ │ │ │   ├─┬ npmlog@3.1.2 
  │ │ │ │   │ ├─┬ are-we-there-yet@1.1.2 
  │ │ │ │   │ │ └── delegates@1.0.0 
  │ │ │ │   │ ├── console-control-strings@1.1.0 
  │ │ │ │   │ ├─┬ gauge@2.6.0 
  │ │ │ │   │ │ ├── aproba@1.0.4 
  │ │ │ │   │ │ ├── has-color@0.1.7 
  │ │ │ │   │ │ ├── has-unicode@2.0.1 
  │ │ │ │   │ │ ├── object-assign@4.1.0 
  │ │ │ │   │ │ ├── signal-exit@3.0.0 
  │ │ │ │   │ │ ├─┬ string-width@1.0.1 
  │ │ │ │   │ │ │ ├─┬ code-point-at@1.0.0 
  │ │ │ │   │ │ │ │ └── number-is-nan@1.0.0 
  │ │ │ │   │ │ │ └── is-fullwidth-code-point@1.0.0 
  │ │ │ │   │ │ ├─┬ strip-ansi@3.0.1 
  │ │ │ │   │ │ │ └── ansi-regex@2.0.0 
  │ │ │ │   │ │ └── wide-align@1.1.0 
  │ │ │ │   │ └── set-blocking@2.0.0 
  │ │ │ │   ├─┬ rc@1.1.6 
  │ │ │ │   │ ├── deep-extend@0.4.1 
  │ │ │ │   │ ├── ini@1.3.4 
  │ │ │ │   │ ├── minimist@1.2.0 
  │ │ │ │   │ └── strip-json-comments@1.0.4 
  │ │ │ │   ├─┬ request@2.73.0 
  │ │ │ │   │ ├── aws-sign2@0.6.0 
  │ │ │ │   │ ├── aws4@1.4.1 
  │ │ │ │   │ ├─┬ bl@1.1.2 
  │ │ │ │   │ │ └── readable-stream@2.0.6 
  │ │ │ │   │ ├── caseless@0.11.0 
  │ │ │ │   │ ├─┬ combined-stream@1.0.5 
  │ │ │ │   │ │ └── delayed-stream@1.0.0 
  │ │ │ │   │ ├── extend@3.0.0 
  │ │ │ │   │ ├── forever-agent@0.6.1 
  │ │ │ │   │ ├─┬ form-data@1.0.0-rc4 
  │ │ │ │   │ │ └── async@1.5.2 
  │ │ │ │   │ ├─┬ har-validator@2.0.6 
  │ │ │ │   │ │ ├─┬ chalk@1.1.3 
  │ │ │ │   │ │ │ ├── ansi-styles@2.2.1 
  │ │ │ │   │ │ │ ├── escape-string-regexp@1.0.5 
  │ │ │ │   │ │ │ ├── has-ansi@2.0.0 
  │ │ │ │   │ │ │ └── supports-color@2.0.0 
  │ │ │ │   │ │ ├─┬ commander@2.9.0 
  │ │ │ │   │ │ │ └── graceful-readlink@1.0.1 
  │ │ │ │   │ │ ├─┬ is-my-json-valid@2.13.1 
  │ │ │ │   │ │ │ ├── generate-function@2.0.0 
  │ │ │ │   │ │ │ ├─┬ generate-object-property@1.2.0 
  │ │ │ │   │ │ │ │ └── is-property@1.0.2 
  │ │ │ │   │ │ │ ├── jsonpointer@2.0.0 
  │ │ │ │   │ │ │ └── xtend@4.0.1 
  │ │ │ │   │ │ └─┬ pinkie-promise@2.0.1 
  │ │ │ │   │ │   └── pinkie@2.0.4 
  │ │ │ │   │ ├─┬ hawk@3.1.3 
  │ │ │ │   │ │ ├── boom@2.10.1 
  │ │ │ │   │ │ ├── cryptiles@2.0.5 
  │ │ │ │   │ │ ├── hoek@2.16.3 
  │ │ │ │   │ │ └── sntp@1.0.9 
  │ │ │ │   │ ├─┬ http-signature@1.1.1 
  │ │ │ │   │ │ ├── assert-plus@0.2.0 
  │ │ │ │   │ │ ├─┬ jsprim@1.3.0 
  │ │ │ │   │ │ │ ├── extsprintf@1.0.2 
  │ │ │ │   │ │ │ ├── json-schema@0.2.2 
  │ │ │ │   │ │ │ └── verror@1.3.6 
  │ │ │ │   │ │ └─┬ sshpk@1.8.3 
  │ │ │ │   │ │   ├── asn1@0.2.3 
  │ │ │ │   │ │   ├── assert-plus@1.0.0 
  │ │ │ │   │ │   ├─┬ dashdash@1.14.0 
  │ │ │ │   │ │   │ └── 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.13.3 
  │ │ │ │   │ ├── is-typedarray@1.0.0 
  │ │ │ │   │ ├── isstream@0.1.2 
  │ │ │ │   │ ├── json-stringify-safe@5.0.1 
  │ │ │ │   │ ├─┬ mime-types@2.1.11 
  │ │ │ │   │ │ └── mime-db@1.23.0 
  │ │ │ │   │ ├── node-uuid@1.4.7 
  │ │ │ │   │ ├── oauth-sign@0.8.2 
  │ │ │ │   │ ├── qs@6.2.0 
  │ │ │ │   │ ├── stringstream@0.0.5 
  │ │ │ │   │ ├── tough-cookie@2.2.2 
  │ │ │ │   │ └── tunnel-agent@0.4.3 
  │ │ │ │   ├─┬ rimraf@2.5.3 
  │ │ │ │   │ └─┬ glob@7.0.5 
  │ │ │ │   │   ├── fs.realpath@1.0.0 
  │ │ │ │   │   ├── inflight@1.0.5 
  │ │ │ │   │   ├─┬ minimatch@3.0.2 
  │ │ │ │   │   │ └─┬ brace-expansion@1.1.5 
  │ │ │ │   │   │   ├── balanced-match@0.4.2 
  │ │ │ │   │   │   └── concat-map@0.0.1 
  │ │ │ │   │   └── path-is-absolute@1.0.0 
  │ │ │ │   ├── semver@5.2.0 
  │ │ │ │   ├─┬ tar@2.2.1 
  │ │ │ │   │ ├── block-stream@0.0.9 
  │ │ │ │   │ ├─┬ fstream@1.0.10 
  │ │ │ │   │ │ └── graceful-fs@4.1.4 
  │ │ │ │   │ └── inherits@2.0.1 
  │ │ │ │   └─┬ tar-pack@3.1.4 
  │ │ │ │     ├─┬ debug@2.2.0 
  │ │ │ │     │ └── ms@0.7.1 
  │ │ │ │     ├── fstream-ignore@1.0.5 
  │ │ │ │     ├─┬ once@1.3.3 
  │ │ │ │     │ └── wrappy@1.0.2 
  │ │ │ │     ├─┬ readable-stream@2.1.4 
  │ │ │ │     │ ├── buffer-shims@1.0.0 
  │ │ │ │     │ ├── core-util-is@1.0.2 
  │ │ │ │     │ ├── isarray@1.0.0 
  │ │ │ │     │ ├── process-nextick-args@1.0.7 
  │ │ │ │     │ ├── string_decoder@0.10.31 
  │ │ │ │     │ └── util-deprecate@1.0.2 
  │ │ │ │     └── uid-number@0.0.6 
  │ │ │ ├── glob-parent@2.0.0 
  │ │ │ ├─┬ is-binary-path@1.0.1 
  │ │ │ │ └── binary-extensions@1.5.0 
  │ │ │ └─┬ readdirp@2.1.0 
  │ │ │   ├── graceful-fs@4.1.6 
  │ │ │   └── set-immediate-shim@1.0.1 
  │ │ └── graceful-fs@4.1.6 
  │ └─┬ yargs@4.8.1 
  │   ├─┬ cliui@3.2.0 
  │   │ └── wrap-ansi@2.0.0 
  │   ├── lodash.assign@4.2.0 
  │   ├── require-directory@2.1.1 
  │   ├── require-main-filename@1.0.1 
  │   ├── set-blocking@2.0.0 
  │   ├── which-module@1.0.0 
  │   ├── window-size@0.2.0 
  │   └─┬ yargs-parser@2.4.1 
  │     ├── camelcase@3.0.0 
  │     └── lodash.assign@4.2.0 
  ├─┬ webpack-dev-server@2.1.0-beta.0 
  │ ├── connect-history-api-fallback@1.3.0 
  │ ├─┬ http-proxy-middleware@0.15.2 
  │ │ ├─┬ is-glob@2.0.1 
  │ │ │ └── is-extglob@1.0.0 
  │ │ └─┬ micromatch@2.3.11 
  │ │   ├─┬ arr-diff@2.0.0 
  │ │   │ └── arr-flatten@1.0.1 
  │ │   ├── array-unique@0.2.1 
  │ │   ├─┬ braces@1.8.5 
  │ │   │ ├─┬ expand-range@1.8.2 
  │ │   │ │ └─┬ fill-range@2.2.3 
  │ │   │ │   ├── is-number@2.1.0 
  │ │   │ │   └── randomatic@1.1.5 
  │ │   │ ├── 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 
  │ │   ├── kind-of@3.0.4 
  │ │   ├── normalize-path@2.0.1 
  │ │   ├─┬ object.omit@2.0.0 
  │ │   │ ├─┬ for-own@0.1.4 
  │ │   │ │ └── for-in@0.1.5 
  │ │   │ └── 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 
  │ ├── open@0.0.5 
  │ ├─┬ serve-index@1.8.0 
  │ │ └── batch@0.5.3 
  │ ├── sockjs@0.3.17 
  │ ├─┬ sockjs-client@1.1.1 
  │ │ ├─┬ eventsource@0.1.6 
  │ │ │ └─┬ original@1.0.0 
  │ │ │   └── url-parse@1.0.5 
  │ │ ├── faye-websocket@0.11.0 
  │ │ ├── json3@3.3.2 
  │ │ └─┬ url-parse@1.1.3 
  │ │   └── querystringify@0.0.4 
  │ ├── stream-cache@0.0.2 
  │ ├── supports-color@3.1.2 
  │ └─┬ yargs@4.8.1 
  │   ├── cliui@3.2.0 
  │   ├── lodash.assign@4.2.0 
  │   └── window-size@0.2.0 
  ├─┬ webpack-md5-hash@0.0.5 
  │ └─┬ md5@2.2.1 
  │   ├── charenc@0.0.1 
  │   ├── crypt@0.0.1 
  │   └── is-buffer@1.1.4 
  ├─┬ webpack-merge@0.14.1 
  │ ├─┬ lodash.find@3.2.1 
  │ │ ├─┬ lodash._basecallback@3.3.1 
  │ │ │ ├── lodash._baseisequal@3.0.7 
  │ │ │ └── lodash.pairs@3.0.1 
  │ │ ├── lodash._baseeach@3.0.4 
  │ │ ├── lodash._basefind@3.0.0 
  │ │ └── lodash._basefindindex@3.6.0 
  │ ├── lodash.isequal@4.4.0 
  │ ├─┬ lodash.isplainobject@3.2.0 
  │ │ ├── lodash.isarguments@3.1.0 
  │ │ └── lodash.keysin@3.0.8 
  │ └── lodash.merge@3.3.2 
  └── UNMET PEER DEPENDENCY zone.js@^0.6.17

npm WARN @angular/compiler-cli@0.5.0 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN string-replace-loader@1.0.3 requires a peer of webpack@1.x.x || 2.x.x but none was installed.
npm WARN tslint-loader@2.1.5 requires a peer of tslint@^3.0.0 but none was installed.
npm WARN @angular/tsc-wrapped@0.2.2 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/core@2.0.0-rc.6 requires a peer of zone.js@^0.6.17 but none was installed.
npm WARN tsickle@0.1.6 requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.
larsb-concourse:ang2fb larsb$ npm install -g typings
/usr/local/bin/typings -> /usr/local/lib/node_modules/typings/dist/bin.js
/usr/local/lib
└─┬ typings@1.3.3 
  └─┬ typings-core@1.4.1
    ├─┬ configstore@2.1.0 
    │ └── dot-prop@3.0.0 
    └─┬ popsicle@8.1.1
      └── concat-stream@1.5.2 

larsb-concourse:ang2fb larsb$ npm install -g typescript@2.0
/usr/local/bin/tsc -> /usr/local/lib/node_modules/typescript/bin/tsc
/usr/local/bin/tsserver -> /usr/local/lib/node_modules/typescript/bin/tsserver
/usr/local/lib
└── typescript@2.0.2 

larsb-concourse:ang2fb larsb$ ls
larsb-concourse:ang2fb larsb$ ng new ang2fb
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
installing ng2
  create .editorconfig
  create README.md
  create src/app/app.component.css
  create src/app/app.component.html
  create src/app/app.component.spec.ts
  create src/app/app.component.ts
  create src/app/app.module.ts
  create src/app/index.ts
  create src/app/shared/index.ts
  create src/assets/.gitkeep
  create src/assets/.npmignore
  create src/environments/environment.dev.ts
  create src/environments/environment.prod.ts
  create src/environments/environment.ts
  create src/favicon.ico
  create src/index.html
  create src/main.ts
  create src/polyfills.ts
  create src/styles.css
  create src/test.ts
  create src/tsconfig.json
  create src/typings.d.ts
  create angular-cli.json
  create e2e/app.e2e-spec.ts
  create e2e/app.po.ts
  create e2e/tsconfig.json
  create .gitignore
  create karma.conf.js
  create package.json
  create protractor.conf.js
  create tslint.json
Successfully initialized git.
⠼ Installing packages for tooling via npm[execsync v1.0.2] Attempting to compile native extensions.
⠴ Installing packages for tooling via npm[execSync v1.0.2]
    Native code compile failed!!
⠼ Installing packages for tooling via npmBinary downloaded and installed at /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/node-sass/vendor/darwin-x64-48/binding.node
⠙ Installing packages for tooling via npmConsidering PhantomJS found at /usr/local/bin/phantomjs
Looks like an `npm install -g`
Found PhantomJS at /usr/local/lib/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs ...verifying
⠹ Installing packages for tooling via npmWriting location.js file
PhantomJS linked at /usr/local/lib/node_modules/phantomjs-prebuilt/lib/location
⠏ Installing packages for tooling via npm"/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/node-sass/vendor/darwin-x64-48/binding.node" exists. 
 testing binary.
Binary is fine; exiting.
Installed packages for tooling via npm.
larsb-concourse:ang2fb larsb$ cd a*
larsb-concourse:ang2fb larsb$ npm install angualrfire2 firebase --save
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/Cellar/node/6.5.0/bin/node" "/usr/local/bin/npm" "install" "angualrfire2" "firebase" "--save"
npm ERR! node v6.5.0
npm ERR! npm  v3.10.6
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/angualrfire2
npm ERR! 404 
npm ERR! 404  'angualrfire2' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/larsb/Documents/mycode/ang2fb/ang2fb/npm-debug.log
larsb-concourse:ang2fb larsb$ npm install angularfire2 firebase --save
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.

> fsevents@1.0.14 install /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/fsevents
> node-pre-gyp install --fallback-to-build

[fsevents] Success: "/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node" is installed via remote

> node-zopfli@1.4.0 install /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/node-zopfli
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download: https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v48-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for node-zopfli@1.4.0 and node@6.5.0 (node-v48 ABI) (falling back to source compile with node-gyp) 
  CXX(target) Release/obj.target/zopfli/src/zopfli-binding.o
  CXX(target) Release/obj.target/zopfli/src/png/zopflipng.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/blocksplitter.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/cache.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/deflate.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/gzip_container.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/hash.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/katajainen.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/lz77.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/squeeze.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/tree.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/util.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/zlib_container.o
  CC(target) Release/obj.target/zopfli/zopfli/src/zopfli/zopfli_lib.o
  CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/zopflipng_lib.o
  CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/lodepng/lodepng.o
  CXX(target) Release/obj.target/zopfli/zopfli/src/zopflipng/lodepng/lodepng_util.o
  SOLINK_MODULE(target) Release/zopfli.node
  COPY /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/node-zopfli/lib/binding/node-v48-darwin-x64/zopfli.node
  TOUCH Release/obj.target/action_after_build.stamp
ang2fb@0.0.0 /Users/larsb/Documents/mycode/ang2fb/ang2fb
├─┬ angular-cli@1.0.0-beta.11-webpack.8
│ ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
│ ├─┬ angular2-template-loader@0.5.0
│ │ └─┬ codecov@1.0.1
│ │   └─┬ execSync@1.0.2
│ │     └─┬ temp@0.5.1
│ │       └─┬ rimraf@2.1.4
│ │         └── graceful-fs@1.2.3 
│ ├─┬ compression-webpack-plugin@0.3.1
│ │ └─┬ node-zopfli@1.4.0 
│ │   ├── defaults@1.0.3 
│ │   └─┬ node-pre-gyp@0.6.30 
│ │     ├── rc@1.1.6 
│ │     └─┬ tar-pack@3.1.4 
│ │       ├── fstream-ignore@1.0.5 
│ │       ├─┬ readable-stream@2.1.5 
│ │       │ └── buffer-shims@1.0.0 
│ │       └── uid-number@0.0.6 
│ ├─┬ less@2.7.1
│ │ ├── image-size@0.5.0 
│ │ ├─┬ promise@7.1.1 
│ │ │ └── asap@2.0.4 
│ │ └── source-map@0.5.6 
│ ├─┬ protractor@3.3.0
│ │ └─┬ request@2.67.0
│ │   └─┬ http-signature@1.1.1
│ │     └─┬ sshpk@1.10.0
│ │       ├─┬ bcrypt-pbkdf@1.0.0 
│ │       │ └── tweetnacl@0.14.3 
│ │       ├── ecc-jsbn@0.1.1 
│ │       ├── jodid25519@1.0.2 
│ │       ├── jsbn@0.1.0 
│ │       └── tweetnacl@0.13.3 
│ └── UNMET PEER DEPENDENCY webpack@2.1.0-beta.21
├── angularfire2@2.0.0-beta.4 
├─┬ firebase@3.3.0 
│ ├── dom-storage@2.0.2 
│ ├─┬ faye-websocket@0.9.3 
│ │ └─┬ websocket-driver@0.6.4 
│ │   └── websocket-extensions@0.1.1 
│ ├─┬ jsonwebtoken@5.7.0 
│ │ ├─┬ jws@3.1.3 
│ │ │ ├─┬ base64url@1.0.6 
│ │ │ │ ├─┬ concat-stream@1.4.10 
│ │ │ │ │ ├── inherits@2.0.1 
│ │ │ │ │ ├─┬ readable-stream@1.1.14 
│ │ │ │ │ │ ├── core-util-is@1.0.2 
│ │ │ │ │ │ ├── isarray@0.0.1 
│ │ │ │ │ │ └── string_decoder@0.10.31 
│ │ │ │ │ └── typedarray@0.0.6 
│ │ │ │ └─┬ meow@2.0.0 
│ │ │ │   ├─┬ camelcase-keys@1.0.0 
│ │ │ │   │ ├── camelcase@1.2.1 
│ │ │ │   │ └── map-obj@1.0.1 
│ │ │ │   ├─┬ indent-string@1.2.2 
│ │ │ │   │ ├── get-stdin@4.0.1 
│ │ │ │   │ └─┬ repeating@1.1.3 
│ │ │ │   │   └─┬ is-finite@1.0.1 
│ │ │ │   │     └── number-is-nan@1.0.0 
│ │ │ │   ├── minimist@1.2.0 
│ │ │ │   └── object-assign@1.0.0 
│ │ │ └─┬ jwa@1.1.3 
│ │ │   ├── buffer-equal-constant-time@1.0.1 
│ │ │   └─┬ ecdsa-sig-formatter@1.0.5 
│ │ │     └── base64-url@1.2.2 
│ │ ├── ms@0.7.1 
│ │ └── xtend@4.0.1 
│ ├── rsvp@3.2.1 
│ └── xmlhttprequest@1.8.0 
├─┬ karma@0.13.22
│ └─┬ chokidar@1.6.0
│   └─┬ fsevents@1.0.14 
│     └─┬ node-pre-gyp@0.6.29 
│       ├─┬ mkdirp@0.5.1 
│       │ └── minimist@0.0.8 
│       ├─┬ nopt@3.0.6 
│       │ └── abbrev@1.0.9 
│       ├─┬ npmlog@3.1.2 
│       │ ├─┬ are-we-there-yet@1.1.2 
│       │ │ └── delegates@1.0.0 
│       │ ├── console-control-strings@1.1.0 
│       │ ├─┬ gauge@2.6.0 
│       │ │ ├── aproba@1.0.4 
│       │ │ ├── has-color@0.1.7 
│       │ │ ├── has-unicode@2.0.1 
│       │ │ ├── object-assign@4.1.0 
│       │ │ ├── signal-exit@3.0.0 
│       │ │ ├─┬ string-width@1.0.1 
│       │ │ │ ├─┬ code-point-at@1.0.0 
│       │ │ │ │ └── number-is-nan@1.0.0 
│       │ │ │ └── is-fullwidth-code-point@1.0.0 
│       │ │ ├─┬ strip-ansi@3.0.1 
│       │ │ │ └── ansi-regex@2.0.0 
│       │ │ └── wide-align@1.1.0 
│       │ └── set-blocking@2.0.0 
│       ├─┬ rc@1.1.6 
│       │ ├── deep-extend@0.4.1 
│       │ ├── ini@1.3.4 
│       │ ├── minimist@1.2.0 
│       │ └── strip-json-comments@1.0.4 
│       ├─┬ request@2.73.0 
│       │ ├── aws-sign2@0.6.0 
│       │ ├── aws4@1.4.1 
│       │ ├─┬ bl@1.1.2 
│       │ │ └── readable-stream@2.0.6 
│       │ ├── caseless@0.11.0 
│       │ ├─┬ combined-stream@1.0.5 
│       │ │ └── delayed-stream@1.0.0 
│       │ ├── extend@3.0.0 
│       │ ├── forever-agent@0.6.1 
│       │ ├─┬ form-data@1.0.0-rc4 
│       │ │ └── async@1.5.2 
│       │ ├─┬ har-validator@2.0.6 
│       │ │ ├─┬ chalk@1.1.3 
│       │ │ │ ├── ansi-styles@2.2.1 
│       │ │ │ ├── escape-string-regexp@1.0.5 
│       │ │ │ ├── has-ansi@2.0.0 
│       │ │ │ └── supports-color@2.0.0 
│       │ │ ├─┬ commander@2.9.0 
│       │ │ │ └── graceful-readlink@1.0.1 
│       │ │ ├─┬ is-my-json-valid@2.13.1 
│       │ │ │ ├── generate-function@2.0.0 
│       │ │ │ ├─┬ generate-object-property@1.2.0 
│       │ │ │ │ └── is-property@1.0.2 
│       │ │ │ ├── jsonpointer@2.0.0 
│       │ │ │ └── xtend@4.0.1 
│       │ │ └─┬ pinkie-promise@2.0.1 
│       │ │   └── pinkie@2.0.4 
│       │ ├─┬ hawk@3.1.3 
│       │ │ ├── boom@2.10.1 
│       │ │ ├── cryptiles@2.0.5 
│       │ │ ├── hoek@2.16.3 
│       │ │ └── sntp@1.0.9 
│       │ ├─┬ http-signature@1.1.1 
│       │ │ ├── assert-plus@0.2.0 
│       │ │ ├─┬ jsprim@1.3.0 
│       │ │ │ ├── extsprintf@1.0.2 
│       │ │ │ ├── json-schema@0.2.2 
│       │ │ │ └── verror@1.3.6 
│       │ │ └─┬ sshpk@1.8.3 
│       │ │   ├── asn1@0.2.3 
│       │ │   ├── assert-plus@1.0.0 
│       │ │   ├─┬ dashdash@1.14.0 
│       │ │   │ └── 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.13.3 
│       │ ├── is-typedarray@1.0.0 
│       │ ├── isstream@0.1.2 
│       │ ├── json-stringify-safe@5.0.1 
│       │ ├─┬ mime-types@2.1.11 
│       │ │ └── mime-db@1.23.0 
│       │ ├── node-uuid@1.4.7 
│       │ ├── oauth-sign@0.8.2 
│       │ ├── qs@6.2.0 
│       │ ├── stringstream@0.0.5 
│       │ ├── tough-cookie@2.2.2 
│       │ └── tunnel-agent@0.4.3 
│       ├─┬ rimraf@2.5.3 
│       │ └─┬ glob@7.0.5 
│       │   ├── fs.realpath@1.0.0 
│       │   ├── inflight@1.0.5 
│       │   ├─┬ minimatch@3.0.2 
│       │   │ └─┬ brace-expansion@1.1.5 
│       │   │   ├── balanced-match@0.4.2 
│       │   │   └── concat-map@0.0.1 
│       │   └── path-is-absolute@1.0.0 
│       ├── semver@5.2.0 
│       ├─┬ tar@2.2.1 
│       │ ├── block-stream@0.0.9 
│       │ ├─┬ fstream@1.0.10 
│       │ │ └── graceful-fs@4.1.4 
│       │ └── inherits@2.0.1 
│       └─┬ tar-pack@3.1.4 
│         ├─┬ debug@2.2.0 
│         │ └── ms@0.7.1 
│         ├── fstream-ignore@1.0.5 
│         ├─┬ once@1.3.3 
│         │ └── wrappy@1.0.2 
│         ├─┬ readable-stream@2.1.4 
│         │ ├── buffer-shims@1.0.0 
│         │ ├── core-util-is@1.0.2 
│         │ ├── isarray@1.0.0 
│         │ ├── process-nextick-args@1.0.7 
│         │ ├── string_decoder@0.10.31 
│         │ └── util-deprecate@1.0.2 
│         └── uid-number@0.0.6 
├─┬ karma-remap-istanbul@0.2.1
│ └─┬ istanbul@0.4.5
│   └─┬ escodegen@1.8.1
│     └── source-map@0.2.0 
├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.11
└── UNMET PEER DEPENDENCY typescript@2.0.2

npm WARN @angular/compiler-cli@0.5.0 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/core@2.0.0-rc.5 requires a peer of rxjs@5.0.0-beta.6 but none was installed.
npm WARN @angular/http@2.0.0-rc.5 requires a peer of rxjs@5.0.0-beta.6 but none was installed.
npm WARN @angular/router@3.0.0-rc.1 requires a peer of rxjs@5.0.0-beta.6 but none was installed.
npm WARN @angular/tsc-wrapped@0.2.2 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN string-replace-loader@1.0.3 requires a peer of webpack@1.x.x || 2.x.x but none was installed.
npm WARN tsickle@0.1.6 requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.
npm WARN angularfire2@2.0.0-beta.4 requires a peer of rxjs@5.0.0-beta.6 but none was installed.
larsb-concourse:ang2fb larsb$ ng serve
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
** NG Live Development Server is running on http://localhost:4200. **
6300ms building modules                 3ms add01458ms1239ms asset84ms emittinggHash: 6eb25bce3fe32270b883
Version: webpack 2.1.0-beta.21
Time: 9465ms
            Asset       Size  Chunks             Chunk Names
   main.bundle.js    2.87 MB    0, 2  [emitted]  main
 styles.bundle.js    10.2 kB    1, 2  [emitted]  styles
        inline.js    5.53 kB       2  [emitted]  inline
         main.map    3.56 MB    0, 2  [emitted]  main
       styles.map    14.2 kB    1, 2  [emitted]  styles
       inline.map    5.59 kB       2  [emitted]  inline
       index.html  476 bytes          [emitted]  
assets/.npmignore    0 bytes          [emitted]  

ERROR in ./src/app/app.module.ts
Module not found: Error: Can't resolve './app/' in '/Users/larsb/Documents/mycode/ang2fb/ang2fb/src/app'
 @ ./src/app/app.module.ts 12:0-38
 @ ./src/app/index.ts
 @ ./src/main.ts
 @ multi main

ERROR in [default] 
Cannot find global type 'Array'.

ERROR in [default] 
Cannot find global type 'Boolean'.

ERROR in [default] 
Cannot find global type 'Function'.

ERROR in [default] 
Cannot find global type 'IArguments'.

ERROR in [default] 
Cannot find global type 'Number'.

ERROR in [default] 
Cannot find global type 'Object'.

ERROR in [default] 
Cannot find global type 'RegExp'.

ERROR in [default] 
Cannot find global type 'String'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/directives/ng_class.d.ts:81:33 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/directives/ng_if.d.ts:37:76 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/directives/ng_plural.d.ts:78:53 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/directives/ng_switch.d.ts:12:79 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/directives/ng_switch.d.ts:93:74 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/directives/ng_switch.d.ts:106:74 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/directives/ng_template_outlet.d.ts:33:21 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/directives/ng_template_outlet.d.ts:34:34 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:9:19 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:10:18 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:11:16 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:12:16 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:13:10 
Cannot find name 'DateConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:14:12 
Cannot find name 'RegExpConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:15:17 
Cannot find name 'JSON'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:19:27 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:20:32 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:21:31 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:22:26 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:23:16 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:24:18 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:25:17 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:26:19 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:27:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:29:46 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:40:25 
Cannot find name 'FunctionConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:41:30 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:47:9 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:51:25 
Cannot find name 'DateConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:56:51 
Cannot find name 'String'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:59:54 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:63:49 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:67:58 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:72:36 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:77:39 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:79:45 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:89:46 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:106:27 
Cannot find name 'RegExpConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:108:21 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:109:20 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:109:43 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:113:44 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:116:35 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:116:43 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:117:34 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:117:42 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:119:29 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:120:27 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:123:137 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:124:39 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:125:35 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:126:26 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:127:18 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:128:24 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/facade/lang.d.ts:136:46 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/forms-deprecated/form_builder.d.ts:61:19 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/forms-deprecated/model.d.ts:16:43 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/forms-deprecated/model.d.ts:91:15 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/forms-deprecated/model.d.ts:137:25 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/location/location.d.ts:87:104 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/pipes/async_pipe.d.ts:41:37 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/pipes/replace_pipe.d.ts:39:44 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/common/src/pipes/replace_pipe.d.ts:39:65 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/private_export.d.ts:154:55 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/private_export.d.ts:154:78 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/animation/animation_group_player.d.ts:11:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/animation/animation_player.d.ts:5:24 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/animation/animation_player.d.ts:23:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/animation/animation_sequence_player.d.ts:14:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/animation/metadata.d.ts:70:12 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/animation/metadata.d.ts:74:24 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/animation/metadata.d.ts:302:4 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_init.d.ts:16:17 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_module.d.ts:18:51 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:99:87 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:134:66 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:150:108 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:202:66 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:204:108 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:236:41 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:243:27 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:331:32 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/application_ref.d.ts:335:18 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_iterable_differ.d.ts:5:18 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_iterable_differ.d.ts:31:20 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_iterable_differ.d.ts:33:28 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_iterable_differ.d.ts:34:25 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_iterable_differ.d.ts:35:25 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_iterable_differ.d.ts:36:27 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_iterable_differ.d.ts:37:30 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_keyvalue_differ.d.ts:24:14 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/default_keyvalue_differ.d.ts:28:15 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/differs/keyvalue_differs.d.ts:56:13 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/change_detection/pipe_transform.d.ts:38:26 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/debug/debug_node.d.ts:13:14 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/debug/debug_node.d.ts:14:40 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/debug/debug_renderer.d.ts:22:55 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/debug/debug_renderer.d.ts:22:66 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/debug/debug_renderer.d.ts:23:57 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/debug/debug_renderer.d.ts:23:68 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/injector.d.ts:1:41 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/injector.d.ts:6:31 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:118:16 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:138:18 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:143:21 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:144:15 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:188:19 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:189:15 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:203:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:321:23 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:335:17 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/provider.d.ts:336:11 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_exceptions.d.ts:10:93 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_exceptions.d.ts:130:35 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_injector.d.ts:154:30 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_injector.d.ts:183:39 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_injector.d.ts:256:37 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_injector.d.ts:343:65 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_injector.d.ts:347:37 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_key.d.ts:18:11 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_key.d.ts:23:23 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_key.d.ts:31:22 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_provider.d.ts:71:13 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_provider.d.ts:80:17 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_provider.d.ts:100:62 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_provider.d.ts:108:122 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/di/reflective_provider.d.ts:108:164 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/base_wrapped_exception.d.ts:13:50 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:1:24 
Cannot find name 'MapConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:2:24 
Cannot find name 'SetConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:4:26 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:4:38 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:7:8 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:8:29 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:11:42 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:12:26 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:14:22 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:15:24 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:93:28 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:94:27 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:94:45 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:97:70 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:98:54 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:100:40 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:101:21 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/collection.d.ts:102:24 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/exceptions.d.ts:13:43 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/exceptions.d.ts:38:57 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:9:19 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:10:18 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:11:16 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:12:16 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:13:10 
Cannot find name 'DateConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:14:12 
Cannot find name 'RegExpConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:15:17 
Cannot find name 'JSON'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:19:27 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:20:32 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:21:31 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:22:26 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:23:16 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:24:18 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:25:17 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:26:19 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:27:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:29:46 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:40:25 
Cannot find name 'FunctionConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:41:30 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:47:9 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:51:25 
Cannot find name 'DateConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:56:51 
Cannot find name 'String'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:59:54 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:63:49 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:67:58 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:72:36 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:77:39 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:79:45 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:89:46 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:106:27 
Cannot find name 'RegExpConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:108:21 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:109:20 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:109:43 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:113:44 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:116:35 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:116:43 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:117:34 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:117:42 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:119:29 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:120:27 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:123:137 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:124:39 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:125:35 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:126:26 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:127:18 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:128:24 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/facade/lang.d.ts:136:46 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/compiler.d.ts:47:75 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/compiler.d.ts:62:56 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/compiler.d.ts:70:72 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/component_factory.d.ts:54:33 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/component_factory.d.ts:67:24 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/component_factory.d.ts:76:48 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/component_factory_resolver.d.ts:15:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/component_factory_resolver.d.ts:16:27 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/component_factory_resolver.d.ts:30:13 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/component_resolver.d.ts:22:57 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/dynamic_component_loader.d.ts:67:147 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/dynamic_component_loader.d.ts:108:143 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/dynamic_component_loader.d.ts:113:138 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/dynamic_component_loader.d.ts:114:134 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/element.d.ts:33:51 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/ng_module_factory_loader.d.ts:14:33 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/query_list.d.ts:67:15 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/system_js_ng_module_factory_loader.d.ts:11:24 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/systemjs_component_resolver.d.ts:23:52 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/systemjs_component_resolver.d.ts:36:52 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/template_ref.d.ts:42:55 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:26:17 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:32:22 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:42:46 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:48:70 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:88:21 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:88:32 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:95:46 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:103:21 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view.d.ts:103:32 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view_ref.d.ts:15:33 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view_ref.d.ts:91:24 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view_utils.d.ts:13:112 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/linker/view_utils.d.ts:14:23 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata.d.ts:200:8 
Cannot find name 'ParameterDecorator'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/directives.d.ts:772:17 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/directives.d.ts:773:12 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/directives.d.ts:776:22 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/directives.d.ts:971:16 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/directives.d.ts:972:11 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/directives.d.ts:987:21 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:40:19 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:41:14 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:42:14 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:43:22 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:44:16 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:45:14 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:96:18 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:112:13 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:128:13 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:135:21 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:141:15 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/ng_module.d.ts:142:13 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/view.d.ts:115:16 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/view.d.ts:116:11 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/view.d.ts:129:21 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/metadata/view.d.ts:130:16 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/profile/wtf_impl.d.ts:12:5 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/reflection/platform_reflection_capabilities.d.ts:12:25 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/reflection/reflection_capabilities.d.ts:8:35 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/reflection/reflector.d.ts:13:13 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/reflection/reflector.d.ts:18:69 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/reflection/reflector.d.ts:42:27 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/reflection/reflector.d.ts:53:25 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/render/api.d.ts:21:12 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/render/api.d.ts:23:23 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/render/api.d.ts:25:110 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/render/api.d.ts:26:23 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/render/api.d.ts:52:64 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/render/api.d.ts:52:75 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/render/api.d.ts:53:66 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/render/api.d.ts:53:77 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/testability/testability.d.ts:14:25 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/util/decorators.d.ts:28:17 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/util/decorators.d.ts:33:24 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/util/decorators.d.ts:63:13 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/util/decorators.d.ts:158:73 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/core/src/util/decorators.d.ts:158:94 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/index.d.ts:7:53 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/index.d.ts:11:47 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/index.d.ts:98:90 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/index.d.ts:98:103 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/index.d.ts:104:85 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/index.d.ts:104:98 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/index.d.ts:118:99 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/index.d.ts:118:112 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:9:19 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:10:18 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:11:16 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:12:16 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:13:10 
Cannot find name 'DateConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:14:12 
Cannot find name 'RegExpConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:15:17 
Cannot find name 'JSON'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:19:27 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:20:32 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:21:31 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:22:26 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:23:16 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:24:18 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:25:17 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:26:19 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:27:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:29:46 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:40:25 
Cannot find name 'FunctionConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:41:30 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:47:9 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:51:25 
Cannot find name 'DateConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:56:51 
Cannot find name 'String'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:59:54 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:63:49 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:67:58 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:72:36 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:77:39 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:79:45 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:89:46 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:106:27 
Cannot find name 'RegExpConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:108:21 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:109:20 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:109:43 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:113:44 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:116:35 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:116:43 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:117:34 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:117:42 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:119:29 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:120:27 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:123:137 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:124:39 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:125:35 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:126:26 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:127:18 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:128:24 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser-dynamic/src/facade/lang.d.ts:136:46 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/browser.d.ts:3:58 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/browser.d.ts:12:49 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/browser.d.ts:19:53 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/browser.d.ts:31:44 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/dom_adapter.d.ts:39:60 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/dom_adapter.d.ts:96:41 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/dom_renderer.d.ts:18:36 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/dom_renderer.d.ts:42:55 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/dom_renderer.d.ts:42:66 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/dom_renderer.d.ts:43:57 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/dom_renderer.d.ts:43:68 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/dom_events.d.ts:4:71 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/dom_events.d.ts:4:82 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/dom_events.d.ts:5:71 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/dom_events.d.ts:5:82 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:20:71 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:20:82 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:21:71 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:21:82 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:27:71 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:27:82 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:28:72 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:28:83 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:18:36 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:19:37 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:27:23 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:35:71 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:35:82 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:1:24 
Cannot find name 'MapConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:2:24 
Cannot find name 'SetConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:4:26 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:4:38 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:7:8 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:8:29 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:11:42 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:12:26 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:14:22 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:15:24 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:93:28 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:94:27 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:94:45 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:97:70 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:98:54 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:100:40 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:101:21 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/collection.d.ts:102:24 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:9:19 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:10:18 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:11:16 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:12:16 
Cannot find name 'Set'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:13:10 
Cannot find name 'DateConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:14:12 
Cannot find name 'RegExpConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:15:17 
Cannot find name 'JSON'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:19:27 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:20:32 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:21:31 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:22:26 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:23:16 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:24:18 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:25:17 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:26:19 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:27:15 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:29:46 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:40:25 
Cannot find name 'FunctionConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:41:30 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:47:9 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:51:25 
Cannot find name 'DateConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:56:51 
Cannot find name 'String'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:59:54 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:63:49 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:67:58 
Cannot find name 'Map'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:72:36 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:77:39 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:79:45 
Cannot find name 'RegExp'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:89:46 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:106:27 
Cannot find name 'RegExpConstructor'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:108:21 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:109:20 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:109:43 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:113:44 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:116:35 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:116:43 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:117:34 
Cannot find name 'Error'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:117:42 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:119:29 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:120:27 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:123:137 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:124:39 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:125:35 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:126:26 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:127:18 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:128:24 
Cannot find name 'Date'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/facade/lang.d.ts:136:46 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/web_workers/shared/client_message_broker.d.ts:32:64 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/web_workers/shared/client_message_broker.d.ts:40:55 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/web_workers/shared/serializer.d.ts:10:36 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/web_workers/shared/service_message_broker.d.ts:27:75 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/web_workers/shared/service_message_broker.d.ts:35:67 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/web_workers/shared/service_message_broker.d.ts:35:83 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/web_workers/worker/location_providers.d.ts:21:85 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/worker_app.d.ts:6:52 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/worker_app.d.ts:13:55 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/worker_render.d.ts:35:52 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/worker_render.d.ts:40:51 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/@angular/platform-browser/src/worker_render.d.ts:44:54 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/angularfire2.d.ts:13:65 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/angularfire2.d.ts:15:45 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth.d.ts:14:39 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth.d.ts:15:51 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth.d.ts:15:91 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth.d.ts:16:50 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth.d.ts:16:118 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth.d.ts:19:55 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:3:49 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:4:45 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:5:70 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:6:73 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:7:76 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:8:48 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:8:94 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:12:64 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:13:45 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:39:10 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:41:13 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:42:13 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:43:14 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:44:15 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:47:54 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/auth_backend.d.ts:47:84 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:8:13 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:9:24 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:10:49 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:14:40 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:15:23 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:16:55 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:17:64 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:18:67 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:19:35 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:19:66 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/auth/firebase_sdk_auth_backend.d.ts:20:36 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/database.d.ts:8:28 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/database.d.ts:9:30 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_factory.d.ts:5:73 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_factory.d.ts:5:103 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:6:49 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:6:79 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:8:10 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:8:40 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:9:22 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:9:52 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:9:138 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:11:20 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:12:43 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:12:52 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:13:38 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_list_observable.d.ts:14:82 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_object_factory.d.ts:4:75 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_object_observable.d.ts:7:77 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_object_observable.d.ts:7:101 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_object_observable.d.ts:9:21 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_object_observable.d.ts:10:18 
Cannot find name 'Object'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_object_observable.d.ts:10:27 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/database/firebase_object_observable.d.ts:11:14 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/interfaces.d.ts:9:22 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/interfaces.d.ts:10:25 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/interfaces.d.ts:11:25 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/angularfire2/interfaces.d.ts:12:34 
Cannot find namespace 'firebase'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/Observable.d.ts:10:65 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/Observable.d.ts:11:68 
Cannot find name 'ArrayLike'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/Observable.d.ts:38:19 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/Observable.d.ts:66:59 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/Observable.d.ts:66:69 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/Subject.d.ts:23:19 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/Subscription.d.ts:4:60 
Cannot find name 'Function'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/observable/ArrayObservable.d.ts:20:17 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/observable/ArrayObservable.d.ts:20:27 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/observable/PromiseObservable.d.ts:40:30 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/observable/PromiseObservable.d.ts:41:25 
Cannot find name 'Promise'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:44:44 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:44:60 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:57:8 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:57:24 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:58:49 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:59:67 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:59:78 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:63:27 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:63:38 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:77:55 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/combineLatest.d.ts:77:66 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/concat.d.ts:43:37 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/concat.d.ts:43:53 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/concat.d.ts:51:5 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/concat.d.ts:51:21 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/concat.d.ts:52:8 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/concat.d.ts:52:24 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/concat.d.ts:60:40 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/concat.d.ts:61:43 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/merge.d.ts:49:36 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/merge.d.ts:49:52 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/merge.d.ts:63:5 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/merge.d.ts:63:21 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/merge.d.ts:64:8 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/merge.d.ts:64:24 
Cannot find name 'Array'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/merge.d.ts:78:39 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/rxjs/operator/merge.d.ts:79:42 
A rest parameter must be of an array type.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:17:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.core.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:18:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.collection.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:19:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.generator.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:20:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.iterable.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:21:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.promise.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:22:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.proxy.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:23:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.reflect.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:24:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.symbol.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:25:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es2015.d.ts:26:0 
File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es5.d.ts' not found.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/src/app/app.component.ts:10:13 
Duplicate identifier 'appComponent'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/src/app/app.component.ts:11:2 
Unexpected token. A constructor, method, accessor, or property was expected.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/src/app/app.component.ts:11:15 
Duplicate identifier 'appComponent'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/src/app/app.module.ts:4:42 
Cannot find module './app/'.

ERROR in [default] /Users/larsb/Documents/mycode/ang2fb/ang2fb/src/main.ts:6:9 
Module '"/Users/larsb/Documents/mycode/ang2fb/ang2fb/src/app/index"' has no exported member 'AppModule'.
Child html-webpack-plugin for "index.html":
         Asset     Size  Chunks       Chunk Names
    index.html  2.81 kB       0       
webpack: bundle is now VALID.
pikeymick commented 7 years ago

Looks like the package repo has been locked down: https://node-zopfli.s3.amazonaws.com/Release/zopfli-v1.4.0-node-v46-darwin-x64.tar.gz

` AccessDenied

Access Denied 657EDB34C48CC19A GkvFOMRZWAbAGl7qbIO/LFipjU7sIiLYg8ea9Ai3fwoluJBKsYb+wiquSvHBiroc4V/vNYyWNIY=

`

chrillewoodz commented 7 years ago

Getting the same issue, this needs to be resolved quick :|

marvinhuebner commented 7 years ago

Same issue here. Cannot find any solution.

vargalas commented 7 years ago

+1

TopDuke commented 7 years ago

+1

M4ttsson commented 7 years ago

Same issue here.

kylecordes commented 7 years ago

Related to this: it sure would be nice if the CLI toolchain used a pure-JS compressor by default. I can see the merit of a native, more performant library, but is it really worth making every CLI user have that up and running, even though most aren't going to run a real "production" build on their dev box anyway?

lebsral commented 7 years ago

@pikeymick can you explain the implications here of the "package repo being locked down?" What do we do with that?

lebsral commented 7 years ago

Ok just to make sure it wasn't something I was doing I started fresh this morning...

brew update
brew upgrade node
brew upgrade
npm update npm -g
npm --v  (3.10.6)
node -v (6.5.0)
npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@webpack
ng new catalog
cd catalog
npm install
ng serve

Same errors. Same Failure.

lebsral commented 7 years ago

also tried

npm install --save-dev angular-cli@webpack
ng init (Y to all)
ng serve

= Same Failure

M4ttsson commented 7 years ago

I tried again too, uninstalled everything and then tried to install it again. Same results as earlier. npm install -g angular-cli@webpack prints same errors as in @lebsral earlier comment.

Creating a new project with ng new and then ng serve will also show same errors as before. When browsing to http://localhost:4200/ you see the page as intended, but with 473 errors in the console. Same errors as shown when running ng serve. Editing will refresh page but takes 3-4 seconds to show the "app works!" text again.

lebsral commented 7 years ago

to add to @M4ttsson 's solution the terminal console on with app works! is outputing:

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/dom/events/event_manager.d.ts:28:83 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:18:36 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:19:37 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:27:23 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:35:71 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/dom/events/hammer_gestures.d.ts:35:82 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:1:24 
Cannot find name 'MapConstructor'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:2:24 
Cannot find name 'SetConstructor'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:4:26 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:4:38 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:7:8 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:8:29 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:11:42 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:12:26 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:14:22 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:15:24 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:93:28 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:94:27 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:94:45 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:97:70 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:98:54 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:100:40 
Cannot find name 'Set'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:101:21 
Cannot find name 'Set'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/collection.d.ts:102:24 
Cannot find name 'Set'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:9:19 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:10:18 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:11:16 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:12:16 
Cannot find name 'Set'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:13:10 
Cannot find name 'DateConstructor'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:14:12 
Cannot find name 'RegExpConstructor'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:15:17 
Cannot find name 'JSON'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:19:27 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:20:32 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:21:31 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:22:26 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:23:16 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:24:18 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:25:17 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:26:19 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:27:15 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:29:46 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:40:25 
Cannot find name 'FunctionConstructor'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:41:30 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:47:9 
A rest parameter must be of an array type.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:51:25 
Cannot find name 'DateConstructor'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:56:51 
Cannot find name 'String'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:59:54 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:63:49 
Cannot find name 'Date'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:67:58 
Cannot find name 'Map'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:72:36 
Cannot find name 'RegExp'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:77:39 
Cannot find name 'RegExp'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:79:45 
Cannot find name 'RegExp'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:89:46 
Cannot find name 'Error'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:106:27 
Cannot find name 'RegExpConstructor'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:108:21 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:109:20 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:109:43 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:113:44 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:116:35 
Cannot find name 'Error'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:116:43 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:117:34 
Cannot find name 'Error'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:117:42 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:119:29 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:120:27 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:123:137 
Cannot find name 'Date'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:124:39 
Cannot find name 'Date'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:125:35 
Cannot find name 'Date'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:126:26 
Cannot find name 'Date'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:127:18 
Cannot find name 'Date'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:128:24 
Cannot find name 'Date'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/facade/lang.d.ts:136:46 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/web_workers/shared/client_message_broker.d.ts:32:64 
Cannot find name 'Promise'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/web_workers/shared/client_message_broker.d.ts:40:55 
Cannot find name 'Promise'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/web_workers/shared/serializer.d.ts:10:36 
Cannot find name 'Object'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/web_workers/shared/service_message_broker.d.ts:27:75 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/web_workers/shared/service_message_broker.d.ts:35:67 
A rest parameter must be of an array type.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/web_workers/shared/service_message_broker.d.ts:35:83 
Cannot find name 'Promise'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/web_workers/worker/location_providers.d.ts:21:85 
Cannot find name 'Promise'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/worker_app.d.ts:6:52 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/worker_app.d.ts:13:55 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/worker_render.d.ts:35:52 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/worker_render.d.ts:40:51 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/@angular/platform-browser/src/worker_render.d.ts:44:54 
Cannot find name 'Array'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/rxjs/Observable.d.ts:10:65 
Cannot find name 'Promise'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/rxjs/Observable.d.ts:11:68 
Cannot find name 'ArrayLike'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/rxjs/Observable.d.ts:38:19 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/rxjs/Observable.d.ts:66:59 
Cannot find name 'Promise'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/rxjs/Observable.d.ts:66:69 
Cannot find name 'Promise'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/rxjs/Subject.d.ts:23:19 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/rxjs/Subscription.d.ts:4:60 
Cannot find name 'Function'.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:17:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.core.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:18:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.collection.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:19:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.generator.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:20:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.iterable.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:21:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.promise.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:22:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.proxy.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:23:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.reflect.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:24:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.symbol.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:25:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

[default] /Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es2015.d.ts:26:0 
File '/Users/larsb/Documents/mycode/catalog/node_modules/typescript/lib/lib.es5.d.ts' not found.
 /main.bundle.js:51747:12 Object.errors()
 /main.bundle.js:51781:24 SockJS.sock.onmessage()
 /main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
 /main.bundle.js:69011:16
  Array.forEach (native)()
 /main.bundle.js:69009:17 SockJS._transportMessage()
 /main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
 /main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()
M4ttsson commented 7 years ago

Also, I'm running windows 10. So we have the same problem on different OS:s.

angular-cli: 1.0.0-beta.11-webpack.8 node: 6.5.0 os: win32 x64

conx13 commented 7 years ago

Same issue here:

angular-cli: 1.0.0-beta.11-webpack.8 node: 6.5.0 os: osx 10.11.6

Disk1of5 commented 7 years ago

Also Same issue, angular-cli: 1.0.0-beta.10 node: 6.5.0 os: linux x64

estyles commented 7 years ago

I had similar unmet dependency errors, during installation of the cli, and also the

File '/Users/larsb/Documents/mycode/ang2fb/ang2fb/node_modules/typescript/lib/lib.es5.d.ts' not found.

errors when running ng serve. which made me think there was something wrong with the typescript install, so tried a bunch of things and got it to work on: angular-cli: 1.0.0-beta.11-webpack.8, node: 6.5.0, os: win32 x64

tl;dr, this fixed it for me:

ng new ng-test cd ng-test

not sure if this is needed, but then I changed "typescript": "^2.0.0" to "typescript": "2.0.0" in package.json line 41

npm install typescript ng init

yes to overwrite

ng serve

also, before the above I did the requirements stuff from, https://github.com/nodejs/node-gyp, (under installation, windows, option 2, in my case). which I'm pretty sure was needed to get node-zopfli to build successfully, first I had python 3.5 set as default in npm, which made it fail.

cmd log: cmd_log_angular-cli_webpack_8.txt

jozidev commented 7 years ago

I had the same issue. The following solved the problem on my side:

All working fine now. Hope this helps

kucharzyk commented 7 years ago

I have the same issue with new angular-cli project

my version:

ng version
angular-cli: 1.0.0-beta.11-webpack.8
node: 6.5.0
os: win32 x64

logs: http://pastebin.com/raw/CMJTdiAs

ghost commented 7 years ago

I have the same issue too. but i solve this problem.

  1. npm install phantomjs-prebuilt@2.1.10 --save -> "phantomjs-prebuilt": "2.1.10"
  2. "typescript": "2.0.0"
M4ttsson commented 7 years ago

I managed to get it to work using part of @estyles solution. First I uninstalled angular-cli. And I have the latest version of typescript installed globally.

  1. Install node-gyp https://github.com/nodejs/node-gyp. I used the first option for windows.
  2. Set Node python version to 2.7 just in case. (Don't know if needed), instructions in link above.
  3. Got another error that said I was missing Windows SDK 8.1 so I installed that.
  4. npm install -g angular-cli@webpack. Should work with only a few errors now.
  5. In your project, change typescript to 2.0.0.
  6. Run npm install typescript

At this stage I got unmet peer dependency error. Install them one by one or add them to the package.json and run npm install again. +-- UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5 +-- UNMET PEER DEPENDENCY node-sass@^3.4.2 +-- UNMET PEER DEPENDENCY tslint@^3.0.0 +-- UNMET PEER DEPENDENCY typescript@2.0.0 -- UNMET PEER DEPENDENCY webpack@2.1.0-beta.21 extraneous

9 ng init. (overwrite everything). 10 Add above peer dependencies again since they got removed. 11 Delete whole node_modules folder and everything in it. 12 npm install 13 ng serve

Then it worked for me. You should be able to change some parts to get a new project up and running too. Some steps may be superfluous but I got it to work so I'm not experimenting more. Deleting node_modules folder after ng init was essential for my project.

Hope this helps.

Chabane commented 7 years ago

I have the same issue with these errors :


ERROR in [default][..]app.routing.ts:1:9
Module '"[..node_modules]/@angular/router/index"' has no exported member 'provideRouter'.

ERROR in [default][..]app.routing.ts:1:24
Module '"[..node_modules]/@angular/router/index"' has no exported member 'RouterConfig'.

ERROR in [default][..][..].component.ts:97:75
Property 'updateValue' does not exist on type 'FormControl'.

ERROR in [default][..][..]:118:72
Property 'updateValue' does not exist on type 'FormControl'.

ERROR in [default] [..]\src\typings.d.ts:6:12
Subsequent variable declarations must have the same type.  Variable 'module' must be of type 'NodeModule', but here has type '{ id: string; }'.

ERROR in [default] [..]\src\typings.d.ts:7:12
Subsequent variable declarations must have the same type.  Variable 'require' must be of type 'NodeRequire', but here has type 'any'.
chrillewoodz commented 7 years ago

These "solutions" are sketchy and shouldn't be required. Please fix this for real.

roopakv commented 7 years ago

For what its worth @M4ttsson 's solution worked on my Windows 10 box but not on my linux (x64) with node v.4.5.0

I am stuck with the following unmet dependencies

/usr/lib
 └─┬ angular-cli@1.0.0-beta.11-webpack.8
   ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
   ├── UNMET PEER DEPENDENCY tslint@^3.0.0
   ├── UNMET PEER DEPENDENCY typescript@2.0.2
   ├── UNMET PEER DEPENDENCY webpack@2.1.0-beta.21
   └── UNMET PEER DEPENDENCY zone.js@^0.6.17

npm WARN optional Skipping failed optional dependency /angular-cli/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
npm WARN string-replace-loader@1.0.3 requires a peer of webpack@1.x.x || 2.x.x but none was installed.
npm WARN tslint-loader@2.1.5 requires a peer of tslint@^3.0.0 but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/tsc-wrapped@0.2.2 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/core@2.0.0-rc.6 requires a peer of zone.js@^0.6.17 but none was installed.
npm WARN tsickle@0.1.6 requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.`

After trying a bunch of things, I think it might be wiser to wait for an actual fix

jonathanpopham commented 7 years ago

It worked for me with a similar solution to @M4ttsson.

  1. Changed the typescript value in my package.json to "2.0.0"
  2. Completely removed node_modules folder
  3. ran ng init, skipped everything
  4. ng serve

I think there is some kind of cross platform weirdness going on. I was having these problems on a fresh clone of a repo. The original development was done on an Mac and this clone is on my Windows 10 PC.

I think the node_modules folder just needs to get dumped and reinstalled.

marvinhuebner commented 7 years ago

@jonathanpopham. This works for me as well. Thanks!

But it would be great if there would be a official solution for.

dparish commented 7 years ago

Our build process runs npm install as a pre-requisite for the build. Since npm install is failing with these unmet dependencies errors, I'm running into similar problems. My hope is that the final webpack version resolves this and we can run npm install without failures.

I'm currently on a mac

npm --version
3.10.6

node --version
v5.11.0
ng --version
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
angular-cli: 1.0.0-beta.11-webpack.8
node: 5.11.0
os: darwin x64
npm install
npm WARN @angular/compiler-cli@0.5.0 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/compiler-cli@0.5.0 requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/core@2.0.0-rc.5 requires a peer of rxjs@5.0.0-beta.6 but none was installed.
npm WARN @angular/http@2.0.0-rc.5 requires a peer of rxjs@5.0.0-beta.6 but none was installed.
npm WARN @angular/router@3.0.0-rc.1 requires a peer of rxjs@5.0.0-beta.6 but none was installed.
npm WARN @angular/tsc-wrapped@0.2.2 requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN string-replace-loader@1.0.3 requires a peer of webpack@1.x.x || 2.x.x but none was installed.
npm WARN tsickle@0.1.6 requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.
acivan commented 7 years ago

+1

kucharzyk commented 7 years ago

+2

I hope this will be fixed soon and You will publish next beta to npm. I know that is beta but it's blocker for many projects using angular-cli as build tool.

mwamufiya commented 7 years ago

+1

lcrespom commented 7 years ago

+1

Failing also for 1.0.0-beta.14, which is the default version you get when you do "npm install angular-cli".

Tested and failed identically in Windows and OSX with node 6.5.0 and 6.1.0 respectively.

This makes angular-cli completely unusable. I don't know of any workaround, other than using the older broccoli-based version.

JohnMcGuinness commented 7 years ago

I'm also having this problem when trying to install angular-cli on a newly installed node & npm: OSX 10.11.6 node v6.6.0 npm 3.10.3

Ran npm install -g angular-cli, below is the terminal output:

mymac:nodedev John$ npm install -g angular-cli
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@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated lodash-node@2.4.1: This package has been discontinued in favor of lodash@^4.0.0.
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 tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
/usr/local/bin/ng -> /usr/local/lib/node_modules/angular-cli/bin/ng
/usr/local/lib
└─┬ angular-cli@1.0.0-beta.14 
  ├─┬ css-loader@0.23.1
  │ └─┬ cssnano@3.7.4
  │   └─┬ autoprefixer@6.4.1
  │     └── caniuse-db@1.0.30000530 
  ├─┬ fs-extra@0.30.0
  │ └─┬ jsonfile@2.4.0 
  │   └── graceful-fs@4.1.6 
  └─┬ UNMET PEER DEPENDENCY webpack@2.1.0-beta.22
    └─┬ node-libs-browser@1.0.0
      └─┬ crypto-browserify@3.11.0
        └── pbkdf2@3.0.7 

npm WARN string-replace-loader@1.0.3 requires a peer of webpack@1.x.x || 2.x.x but none was installed.
tomwanzek commented 7 years ago

Same as @JohnMcGuinness for windows 10: angular-cli: 1.0.0-beta.14 node: 6.5.0 os: win32 x64

The global install has an UNMET PEER DEPENDENCY webpack@2.1.0-beta.22. In principle, however, it seems to work.

dparish commented 7 years ago

I just tried this with the new angular cli beta 14 (which is the public release of webpack - from what I can tell) and npm install works just fine. I think this can be closed.

kucharzyk commented 7 years ago

Why beta 12? The latest published version is beta 14

dparish commented 7 years ago

You're right typo... I fixed my comment ;)

dparish commented 7 years ago

I resend my earlier excitement. On a fresh environment without a node_modules directory I still see the same problem with beta 14: npm ERR! node v4.4.0 npm ERR! npm v2.14.20 npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package webpack@2.1.0-beta.22 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer html-webpack-plugin@2.22.0 wants webpack@* npm ERR! peerinvalid Peer karma-webpack@1.8.0 wants webpack@^1.1.0 || ^2 || ^2.1.0-beta npm ERR! peerinvalid Peer sass-loader@3.2.3 wants webpack@^1.12.6 || ^2.1.0-beta npm ERR! peerinvalid Peer string-replace-loader@1.0.3 wants webpack@1.x.x || 2.x.x npm ERR! peerinvalid Peer webpack-dev-server@2.1.0-beta.4 wants webpack@^2.1.0-beta

Chabane commented 7 years ago

Try these commands :

npm uninstall -g angular-cli

npm cache clean

npm install -g angular-cli@1.0.0-beta.14 --registry http://registry.npmjs.org/

rm -rf node_modules dist tmp

npm install --save-dev angular-cli@1.0.0-beta.14 --registry http://registry.npmjs.org/

ng init

lcrespom commented 7 years ago

@Chabane even if that works, it is just a workaround, right? The regular npm install angular-cli --save-dev should work.

dparish commented 7 years ago

It looks like (at least for me) the version of npm and node were the issue. It looks like I have success with:

node --version 
v5.11.0

npm --version 
3.10.6
lcrespom commented 7 years ago

I installed the very latest version of node from the nodejs.org website, and npm --version returns 3.10.3. So I went and did npm install npm -g, now I have npm 3.10.7.

Now npm install angular-cli --save-dev gives only warnings, but still when I do node_modules/.bin/ng, I get the same error as before:

fs.js:640
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

TypeError: path must be a string or Buffer
    at TypeError (native)
    at Object.fs.openSync (fs.js:640:18)
    at Object.fs.readFileSync (fs.js:508:33)
    at Function.Version.fromProject (C:\devtools\git-repos\clitest\node_modules\angular-cli\upgrade\version.js:87:31)
    at Function.Version.isPreWebpack (C:\devtools\git-repos\clitest\node_modules\angular-cli\upgrade\version.js:111:31)
    at Function.Version.assertPostWebpackVersion (C:\devtools\git-repos\clitest\node_modules\angular-cli\upgrade\version.js:97:18)
    at C:\devtools\git-repos\clitest\node_modules\angular-cli\bin\ng:25:15
    at C:\devtools\git-repos\clitest\node_modules\resolve\lib\async.js:44:21
    at ondir (C:\devtools\git-repos\clitest\node_modules\resolve\lib\async.js:187:31)
    at C:\devtools\git-repos\clitest\node_modules\resolve\lib\async.js:153:39

Notice I still do have the older ng installed globally, but I don't want to replace it with the new one, because that would force me to immediately migrate all my existing projects at once... assuming the latest version of angular-cli does work when installed globally.

sotir-ls commented 7 years ago

@lebsral You can try npm shrinkwrap to lock your dependencies.

And the problem still exists...

kylecordes commented 7 years ago

I've helped a group of developers through this and other problems the last few days. Almost 100% were able to get up and running by rigorously getting a fresh install:

These challenges are coming from the complex, broad Node ecosystem - Angular-CLI is (via its transitive dependencies) a very large Node program, and exposed to many, many failure modes. CLI source code itself doesn't create most (or any?) of these install challenges, so it is quite tough for CLI to fix them.

I'm currently learning more about the following - it might offer both a way to increase robustness, and speed up installation.

https://docs.npmjs.com/files/package.json#bundleddependencies

lcrespom commented 7 years ago

After testing in a clean machine with the very latest node and npm, I see that npm install angular-cli -g works fine for me. But if install angular-cli as a local dependency, i.e. npm install angular-cli --save-dev, then:

fs.js:640
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

TypeError: path must be a string or Buffer
    at TypeError (native)
    at Object.fs.openSync (fs.js:640:18)
    at Object.fs.readFileSync (fs.js:508:33)
    at Function.Version.fromProject (C:\devtools\git-repos\clitest\node_modules\angular-cli\upgrade\version.js:87:31)
    at Function.Version.isPreWebpack (C:\devtools\git-repos\clitest\node_modules\angular-cli\upgrade\version.js:111:31)
    at Function.Version.assertPostWebpackVersion (C:\devtools\git-repos\clitest\node_modules\angular-cli\upgrade\version.js:97:18)
    at C:\devtools\git-repos\clitest\node_modules\angular-cli\bin\ng:25:15
    at C:\devtools\git-repos\clitest\node_modules\resolve\lib\async.js:44:21
    at ondir (C:\devtools\git-repos\clitest\node_modules\resolve\lib\async.js:187:31)
    at C:\devtools\git-repos\clitest\node_modules\resolve\lib\async.js:153:39

I guess the conclusion is that angular-cli only works if installed globally.

lebsral commented 7 years ago

@kylecordes Over the past few years, for different reasons I've followed the advice of "Uninstall old node." Sometimes it helps, sometimes it doesn't. But it sucks because uninstalling node is more of a pain than it should be. Which uninstall method should one follow? Maybe one of these suggestions... http://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x or maybe this https://gist.github.com/TonyMtz/d75101d9bdf764c890ef or maybe something else. maybe just do them all for good measure. Or maybe not.

Then install node again. Should one use this https://nodejs.org/en/download/ or https://changelog.com/install-node-js-with-homebrew-on-os-x/ or use something like nvm?

Guess what else. I have 19 other node based projects that are working just fine right now. Hours from now, when I get done with this uninstall/install nonsense 3 of those wont be working and maybe just maybe the cli will be.

I'm not saying you are wrong. I'm saying the situation is wrong.

As a thought experiment, it wouldn't be all that hard to have a cron job that completely uninstalled node and reinstalled it every night at 3 am. Would that be a good practice for all developers, just in case? Ok, now that I've typed that out loud, it sort of makes sense.

kylecordes commented 7 years ago

@lebsral This stuff is tough to get right. To be useful to as many people as possible the directions to get up and running need to be as short and direct as possible. The short and direct version is: if you're having difficulty making a heavily dependency laden node package work, an extreme measure is to completely purge your machine of all remnants of node, start over clean, and hopefully have a good experience.

But that is much too simplistic for a sophisticated developer already working with many node-based projects. For developers like this, a much better answer is to go pick up NVM or N or another mechanism for effectively juggling node versions. This would make it possible for you to effectively isolate both node itself and all of your global packages, among the different versions you need to use for different projects.

dparish commented 7 years ago

You could also use a local version of node. For our projects we use gradle and the gradle node plugin. The node plugin allows you to choose the version of node and npm the project is using, independent of your global node and npm.

JohnMcGuinness commented 7 years ago

I completed the following steps which seems to have fixed the problem for me. OSX 10.11.6 node v6.6.0 npm v3.10.3

  1. npm uninstall -g angular-cli
  2. npm cache clean
  3. npm install -g node-gyp
  4. npm install -g node-pre-gyp
  5. npm install -g angular-cli

These 5 steps successfully installed angular-cli@1.0.0-beta.15