Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lebsral opened this issue Sep 1, 2016 · 66 comments

Comments

@lebsral
Copy link

lebsral commented Sep 1, 2016

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 [email protected]: 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 [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: This package has been discontinued in favor of lodash@^4.0.0.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: 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
└─┬ [email protected] 
  ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
  ├── UNMET PEER DEPENDENCY tslint@^3.0.0
  ├── UNMET PEER DEPENDENCY [email protected]
  ├── UNMET PEER DEPENDENCY [email protected]
  └── UNMET PEER DEPENDENCY zone.js@^0.6.17

npm WARN [email protected] requires a peer of tslint@^3.0.0 but none was installed.
npm WARN [email protected] requires a peer of [email protected] || 2.x.x but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of zone.js@^0.6.17 but none was installed.
npm WARN [email protected] 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
└── [email protected] 

larsb-concourse:~ larsb$ npm install -g angular-cli@webpack
npm WARN deprecated [email protected]: 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 [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: This package has been discontinued in favor of lodash@^4.0.0.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: 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
└─┬ [email protected] 
  ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
  ├── UNMET PEER DEPENDENCY tslint@^3.0.0
  ├── UNMET PEER DEPENDENCY [email protected]
  ├── UNMET PEER DEPENDENCY [email protected]
  └── UNMET PEER DEPENDENCY zone.js@^0.6.17

npm WARN [email protected] requires a peer of [email protected] || 2.x.x but none was installed.
npm WARN [email protected] requires a peer of tslint@^3.0.0 but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of zone.js@^0.6.17 but none was installed.
npm WARN [email protected] requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.
@avinashjoshi
Copy link

Same issue here!

@iBasit
Copy link

iBasit commented Sep 1, 2016

+1

@lebsral
Copy link
Author

lebsral commented Sep 1, 2016

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 [email protected]: 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 [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: This package has been discontinued in favor of lodash@^4.0.0.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
/usr/local/bin/ng -> /usr/local/lib/node_modules/angular-cli/bin/ng

> [email protected] 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

> [email protected] 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!!

> [email protected] 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 [email protected] and [email protected] (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

> [email protected] 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

> [email protected] 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

> [email protected] 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.
- [email protected] node_modules/angular-cli/node_modules/acorn-jsx/node_modules/acorn
- [email protected] node_modules/angular-cli/node_modules/acorn-jsx
- [email protected] node_modules/angular-cli/node_modules/ansi
- [email protected] node_modules/angular-cli/node_modules/any-promise
- [email protected] node_modules/angular-cli/node_modules/archy
- [email protected] node_modules/angular-cli/node_modules/are-we-there-yet/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/are-we-there-yet/node_modules/readable-stream
- [email protected] node_modules/angular-cli/node_modules/array-ify
- [email protected] node_modules/angular-cli/node_modules/array-union
[email protected] node_modules/angular-cli/node_modules/rollup/node_modules/source-map -> node_modules/angular-cli/node_modules/awesome-typescript-loader/node_modules/source-map
- [email protected] node_modules/angular-cli/node_modules/babel-code-frame/node_modules/js-tokens
- [email protected] node_modules/angular-cli/node_modules/babel-code-frame
- [email protected] node_modules/angular-cli/node_modules/babel-messages
- [email protected] node_modules/angular-cli/node_modules/babel-register/node_modules/babylon
- [email protected] node_modules/angular-cli/node_modules/babel-register/node_modules/core-js
- [email protected] node_modules/angular-cli/node_modules/babel-runtime/node_modules/core-js
- [email protected] node_modules/angular-cli/node_modules/babel-template/node_modules/babylon
- [email protected] node_modules/angular-cli/node_modules/babel-traverse/node_modules/babylon
- [email protected] node_modules/angular-cli/node_modules/babel-traverse/node_modules/globals
- [email protected] node_modules/angular-cli/node_modules/bl/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/bl/node_modules/readable-stream
- [email protected] node_modules/angular-cli/node_modules/boxen/node_modules/repeating
- [email protected] node_modules/angular-cli/node_modules/broccoli-config-replace/node_modules/broccoli-plugin
- [email protected] node_modules/angular-cli/node_modules/broccoli-filter/node_modules/broccoli-kitchen-sink-helpers/node_modules/mkdirp
- [email protected] node_modules/angular-cli/node_modules/broccoli-filter/node_modules/broccoli-kitchen-sink-helpers
- [email protected] node_modules/angular-cli/node_modules/broccoli-filter/node_modules/mkdirp
- [email protected] node_modules/angular-cli/node_modules/broccoli-filter/node_modules/walk-sync
- [email protected] node_modules/angular-cli/node_modules/broccoli-sane-watcher/node_modules/broccoli-slow-trees
- [email protected] node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/source-map
- [email protected] node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/wordwrap
- [email protected] node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/yargs
- [email protected] node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/uglify-js
- [email protected] node_modules/angular-cli/node_modules/broccoli-writer
- [email protected] node_modules/angular-cli/node_modules/broccoli-filter
- [email protected] node_modules/angular-cli/node_modules/callsites
- [email protected] node_modules/angular-cli/node_modules/caller-path
- [email protected] node_modules/angular-cli/node_modules/capture-stack-trace
- [email protected] node_modules/angular-cli/node_modules/chalk/node_modules/ansi-regex
- [email protected] node_modules/angular-cli/node_modules/chalk/node_modules/ansi-styles
- [email protected] node_modules/angular-cli/node_modules/chalk/node_modules/has-ansi
- [email protected] node_modules/angular-cli/node_modules/chalk/node_modules/strip-ansi
- [email protected] node_modules/angular-cli/node_modules/chalk/node_modules/supports-color
- [email protected] node_modules/angular-cli/node_modules/columnify/node_modules/ansi-regex
- [email protected] node_modules/angular-cli/node_modules/columnify/node_modules/strip-ansi
- [email protected] node_modules/angular-cli/node_modules/compare-func/node_modules/dot-prop
- [email protected] node_modules/angular-cli/node_modules/compare-func
[email protected] node_modules/angular-cli/node_modules/broccoli-uglify-js/node_modules/async -> node_modules/angular-cli/node_modules/compression-webpack-plugin/node_modules/async
- [email protected] node_modules/angular-cli/node_modules/concat-stream/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/concat-stream/node_modules/readable-stream
- [email protected] node_modules/angular-cli/node_modules/create-error-class
- [email protected] node_modules/angular-cli/node_modules/dargs
- [email protected] node_modules/angular-cli/node_modules/data-uri-to-buffer
- [email protected] node_modules/angular-cli/node_modules/deep-eql/node_modules/type-detect
- [email protected] node_modules/angular-cli/node_modules/defaults/node_modules/clone
- [email protected] node_modules/angular-cli/node_modules/defs/node_modules/window-size
- [email protected] node_modules/angular-cli/node_modules/defs/node_modules/yargs
- [email protected] node_modules/angular-cli/node_modules/detect-indent/node_modules/minimist
- [email protected] node_modules/angular-cli/node_modules/doctrine/node_modules/esutils
- [email protected] node_modules/angular-cli/node_modules/doctrine/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/ember-cli-broccoli/node_modules/broccoli-slow-trees
- [email protected] node_modules/angular-cli/node_modules/ember-cli/node_modules/broccoli-plugin
- [email protected] node_modules/angular-cli/node_modules/ember-cli/node_modules/fs-tree-diff
- [email protected] node_modules/angular-cli/node_modules/ember-router-generator/node_modules/esprima
- [email protected] node_modules/angular-cli/node_modules/engine.io-client/node_modules/ws
- [email protected] node_modules/angular-cli/node_modules/es6-weak-map
- [email protected] node_modules/angular-cli/node_modules/esniff
- [email protected] node_modules/angular-cli/node_modules/es6-template-strings
- [email protected] node_modules/angular-cli/node_modules/espree/node_modules/acorn
- [email protected] node_modules/angular-cli/node_modules/esrecurse/node_modules/estraverse
- [email protected] node_modules/angular-cli/node_modules/esrecurse
- [email protected] node_modules/angular-cli/node_modules/event-emitter
- [email protected] node_modules/angular-cli/node_modules/es6-set
- [email protected] node_modules/angular-cli/node_modules/es6-map
- [email protected] node_modules/angular-cli/node_modules/filled-array
- [email protected] node_modules/angular-cli/node_modules/git-semver-tags
- [email protected] node_modules/angular-cli/node_modules/gitconfiglocal
- [email protected] node_modules/angular-cli/node_modules/git-remote-origin-url
- [email protected] node_modules/angular-cli/node_modules/github-url-from-git
- [email protected] node_modules/angular-cli/node_modules/globby
- [email protected] node_modules/angular-cli/node_modules/got/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/got/node_modules/readable-stream
- [email protected] node_modules/angular-cli/node_modules/hash-for-dep/node_modules/glob
- [email protected] node_modules/angular-cli/node_modules/hash-for-dep/node_modules/broccoli-kitchen-sink-helpers
- [email protected] node_modules/angular-cli/node_modules/http-proxy-agent
- [email protected] node_modules/angular-cli/node_modules/inline-source-map-comment/node_modules/minimist
- [email protected] node_modules/angular-cli/node_modules/inquirer/node_modules/ansi-regex
- [email protected] node_modules/angular-cli/node_modules/inquirer/node_modules/strip-ansi
- [email protected] node_modules/angular-cli/node_modules/is-npm
- [email protected] node_modules/angular-cli/node_modules/is-path-cwd
- [email protected] node_modules/angular-cli/node_modules/is-redirect
- [email protected] node_modules/angular-cli/node_modules/is-retry-allowed
- [email protected] node_modules/angular-cli/node_modules/is-subset
- [email protected] node_modules/angular-cli/node_modules/is-windows
- [email protected] node_modules/angular-cli/node_modules/isobject/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/jade/node_modules/commander
- [email protected] node_modules/angular-cli/node_modules/jade/node_modules/mkdirp
- [email protected] node_modules/angular-cli/node_modules/js-yaml/node_modules/esprima
- [email protected] node_modules/angular-cli/node_modules/jsonparse
- [email protected] node_modules/angular-cli/node_modules/JSONStream
[email protected] node_modules/angular-cli/node_modules/systemjs-builder/node_modules/source-map -> node_modules/angular-cli/node_modules/less/node_modules/source-map
- [email protected] node_modules/angular-cli/node_modules/listify
- [email protected] node_modules/angular-cli/node_modules/lockfile
- [email protected] node_modules/angular-cli/node_modules/lodash._basedifference
- [email protected] node_modules/angular-cli/node_modules/lodash._baseslice
- [email protected] node_modules/angular-cli/node_modules/lodash._createset
- [email protected] node_modules/angular-cli/node_modules/lodash._baseuniq
- [email protected] node_modules/angular-cli/node_modules/lodash.clonedeep/node_modules/lodash._baseclone
- [email protected] node_modules/angular-cli/node_modules/lodash.flatten/node_modules/lodash._baseflatten
- [email protected] node_modules/angular-cli/node_modules/lodash.rest
- [email protected] node_modules/angular-cli/node_modules/lodash.assigninwith
- [email protected] node_modules/angular-cli/node_modules/lodash.template/node_modules/lodash.keys
- [email protected] node_modules/angular-cli/node_modules/lodash.toplainobject/node_modules/lodash.keysin
- [email protected] node_modules/angular-cli/node_modules/lodash.tostring
- [email protected] node_modules/angular-cli/node_modules/lodash.pad
- [email protected] node_modules/angular-cli/node_modules/lodash.padend
- [email protected] node_modules/angular-cli/node_modules/lodash.padstart
- [email protected] node_modules/angular-cli/node_modules/loose-envify
- [email protected] node_modules/angular-cli/node_modules/invariant
- [email protected] node_modules/angular-cli/node_modules/babel-traverse
- [email protected] node_modules/angular-cli/node_modules/babel-types
- [email protected] node_modules/angular-cli/node_modules/babel-generator
- [email protected] node_modules/angular-cli/node_modules/babel-helper-hoist-variables
- [email protected] node_modules/angular-cli/node_modules/babel-template
- [email protected] node_modules/angular-cli/node_modules/babel-helpers
- [email protected] node_modules/angular-cli/node_modules/babel-plugin-transform-es2015-modules-systemjs
- [email protected] node_modules/angular-cli/node_modules/babel-register/node_modules/babel-core
- [email protected] node_modules/angular-cli/node_modules/babel-register
- [email protected] node_modules/angular-cli/node_modules/lowercase-keys
- [email protected] node_modules/angular-cli/node_modules/make-error
- [email protected] node_modules/angular-cli/node_modules/make-error-cause
- [email protected] node_modules/angular-cli/node_modules/markdown-it-terminal/node_modules/ansi-styles
- [email protected] node_modules/angular-cli/node_modules/markdown-it-terminal/node_modules/lodash.keysin
- [email protected] node_modules/angular-cli/node_modules/markdown-it-terminal/node_modules/lodash.isplainobject
- [email protected] node_modules/angular-cli/node_modules/meow/node_modules/minimist
[email protected] node_modules/angular-cli/node_modules/broccoli-filter/node_modules/glob -> node_modules/angular-cli/node_modules/istanbul/node_modules/glob
- [email protected] node_modules/angular-cli/node_modules/modify-values
- [email protected] node_modules/angular-cli/node_modules/conventional-commits-filter
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-writer
- [email protected] node_modules/angular-cli/node_modules/node-notifier/node_modules/minimist
- [email protected] node_modules/angular-cli/node_modules/node-status-codes
- [email protected] node_modules/angular-cli/node_modules/object.pick
- [email protected] node_modules/angular-cli/node_modules/parse-github-repo-url
- [email protected] node_modules/angular-cli/node_modules/get-pkg-repo
- [email protected] node_modules/angular-cli/node_modules/path-is-inside
- [email protected] node_modules/angular-cli/node_modules/is-path-inside
- [email protected] node_modules/angular-cli/node_modules/is-path-in-cwd
- [email protected] node_modules/angular-cli/node_modules/del
- [email protected] node_modules/angular-cli/node_modules/popsicle-proxy-agent
- [email protected] node_modules/angular-cli/node_modules/popsicle-retry
- [email protected] node_modules/angular-cli/node_modules/popsicle-status
- [email protected] node_modules/angular-cli/node_modules/popsicle/node_modules/delayed-stream
- [email protected] node_modules/angular-cli/node_modules/popsicle/node_modules/combined-stream
- [email protected] node_modules/angular-cli/node_modules/popsicle/node_modules/mime-db
- [email protected] node_modules/angular-cli/node_modules/popsicle/node_modules/mime-types
- [email protected] node_modules/angular-cli/node_modules/popsicle/node_modules/form-data
- [email protected] node_modules/angular-cli/node_modules/popsicle
- [email protected] node_modules/angular-cli/node_modules/promise-finally
- [email protected] node_modules/angular-cli/node_modules/quick-temp/node_modules/underscore.string
- [email protected] node_modules/angular-cli/node_modules/rc/node_modules/minimist
- [email protected] node_modules/angular-cli/node_modules/read-all-stream/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/read-all-stream/node_modules/readable-stream
- [email protected] node_modules/angular-cli/node_modules/read-all-stream
- [email protected] node_modules/angular-cli/node_modules/read-json-sync
[email protected] node_modules/angular-cli/node_modules/esprima-fb -> node_modules/angular-cli/node_modules/regenerator/node_modules/esprima-fb
- [email protected] node_modules/angular-cli/node_modules/regexpu/node_modules/esprima
- [email protected] node_modules/angular-cli/node_modules/registry-url
[email protected] node_modules/angular-cli/node_modules/babel-generator/node_modules/source-map -> node_modules/angular-cli/node_modules/remap-istanbul/node_modules/source-map
[email protected] node_modules/angular-cli/node_modules/typings/node_modules/wordwrap -> node_modules/angular-cli/node_modules/remap-istanbul/node_modules/wordwrap
- [email protected] node_modules/angular-cli/node_modules/resolve-from
- [email protected] node_modules/angular-cli/node_modules/rollup/node_modules/source-map-support
- [email protected] node_modules/angular-cli/node_modules/rollup
- [email protected] node_modules/angular-cli/node_modules/samsam
- [email protected] node_modules/angular-cli/node_modules/sane/node_modules/minimist
- [email protected] node_modules/angular-cli/node_modules/semver-diff
- [email protected] node_modules/angular-cli/node_modules/slice-ansi
[email protected] node_modules/angular-cli/node_modules/popsicle/node_modules/async -> node_modules/angular-cli/node_modules/source-map-loader/node_modules/async
- [email protected] node_modules/angular-cli/node_modules/spdx-exceptions
- [email protected] node_modules/angular-cli/node_modules/split2
- [email protected] node_modules/angular-cli/node_modules/git-raw-commits
- [email protected] node_modules/angular-cli/node_modules/string-template
- [email protected] node_modules/angular-cli/node_modules/string-width/node_modules/ansi-regex
- [email protected] node_modules/angular-cli/node_modules/string-width/node_modules/strip-ansi
- [email protected] node_modules/angular-cli/node_modules/systemjs
- [email protected] node_modules/angular-cli/node_modules/systemjs-builder/node_modules/babylon
- [email protected] node_modules/angular-cli/node_modules/systemjs-builder/node_modules/babel-core
- [email protected] node_modules/angular-cli/node_modules/systemjs-builder/node_modules/bluebird
- [email protected] node_modules/angular-cli/node_modules/table/node_modules/ansi-regex
- [email protected] node_modules/angular-cli/node_modules/table/node_modules/bluebird
- [email protected] node_modules/angular-cli/node_modules/table/node_modules/strip-ansi
- [email protected] node_modules/angular-cli/node_modules/tap-parser/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/tap-parser/node_modules/readable-stream
- [email protected] node_modules/angular-cli/node_modules/text-extensions
- [email protected] node_modules/angular-cli/node_modules/is-text-path
- [email protected] node_modules/angular-cli/node_modules/thenify
- [email protected] node_modules/angular-cli/node_modules/throat
- [email protected] node_modules/angular-cli/node_modules/through2/node_modules/isarray
- [email protected] node_modules/angular-cli/node_modules/through2/node_modules/readable-stream
- [email protected] node_modules/angular-cli/node_modules/timed-out
- [email protected] node_modules/angular-cli/node_modules/touch/node_modules/nopt
- [email protected] node_modules/angular-cli/node_modules/touch
- [email protected] node_modules/angular-cli/node_modules/traceur/node_modules/glob
- [email protected] node_modules/angular-cli/node_modules/traceur/node_modules/semver
- [email protected] node_modules/angular-cli/node_modules/traceur
- [email protected] node_modules/angular-cli/node_modules/trim-off-newlines
- [email protected] node_modules/angular-cli/node_modules/conventional-commits-parser
- [email protected] node_modules/angular-cli/node_modules/tryit
- [email protected] node_modules/angular-cli/node_modules/tv4
- [email protected] node_modules/angular-cli/node_modules/typings-core/node_modules/repeating
- [email protected] node_modules/angular-cli/node_modules/typings-core/node_modules/detect-indent
- [email protected] node_modules/angular-cli/node_modules/typings/node_modules/bluebird
- [email protected] node_modules/angular-cli/node_modules/typings/node_modules/minimist
- [email protected] node_modules/angular-cli/node_modules/unc-path-regex
- [email protected] node_modules/angular-cli/node_modules/is-unc-path
- [email protected] node_modules/angular-cli/node_modules/is-relative
- [email protected] node_modules/angular-cli/node_modules/is-absolute
- [email protected] node_modules/angular-cli/node_modules/unzip-response
- [email protected] node_modules/angular-cli/node_modules/url-parse-lax
- [email protected] node_modules/angular-cli/node_modules/got
- [email protected] node_modules/angular-cli/node_modules/package-json
- [email protected] node_modules/angular-cli/node_modules/latest-version
- [email protected] node_modules/angular-cli/node_modules/wcwidth
- [email protected] node_modules/angular-cli/node_modules/columnify
[email protected] node_modules/angular-cli/node_modules/babel-register/node_modules/source-map -> node_modules/angular-cli/node_modules/webpack/node_modules/source-map
- [email protected] node_modules/angular-cli/node_modules/widest-line
- [email protected] node_modules/angular-cli/node_modules/boxen
- [email protected] node_modules/angular-cli/node_modules/update-notifier
- [email protected] node_modules/angular-cli/node_modules/write
- [email protected] node_modules/angular-cli/node_modules/flat-cache
- [email protected] node_modules/angular-cli/node_modules/xregexp
- [email protected] node_modules/angular-cli/node_modules/yam/node_modules/lodash.keysin
- [email protected] node_modules/angular-cli/node_modules/yam/node_modules/lodash.isplainobject
- [email protected] node_modules/angular-cli/node_modules/zip-object
- [email protected] node_modules/angular-cli/node_modules/typings-core
- [email protected] node_modules/angular-cli/node_modules/assertion-error
- [email protected] node_modules/angular-cli/node_modules/broccoli
- [email protected] node_modules/angular-cli/node_modules/broccoli-uglify-js
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-angular
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-atom
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-codemirror
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-core
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-ember
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-eslint
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-express
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-jquery
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-jscs
- [email protected] node_modules/angular-cli/node_modules/conventional-changelog-jshint
- [email protected] node_modules/angular-cli/node_modules/deep-eql
- [email protected] node_modules/angular-cli/node_modules/doctrine
- [email protected] node_modules/angular-cli/node_modules/escope
- [email protected] node_modules/angular-cli/node_modules/espree
- [email protected] node_modules/angular-cli/node_modules/file-entry-cache
- [email protected] node_modules/angular-cli/node_modules/formatio
- [email protected] node_modules/angular-cli/node_modules/growl
- [email protected] node_modules/angular-cli/node_modules/ignore
- [email protected] node_modules/angular-cli/node_modules/is-resolvable
- [email protected] node_modules/angular-cli/node_modules/jade
- [email protected] node_modules/angular-cli/node_modules/lolex
- [email protected] node_modules/angular-cli/node_modules/pluralize
- [email protected] node_modules/angular-cli/node_modules/require-uncached
- [email protected] node_modules/angular-cli/node_modules/rewire
- [email protected] node_modules/angular-cli/node_modules/systemjs-builder
- [email protected] node_modules/angular-cli/node_modules/table
- [email protected] node_modules/angular-cli/node_modules/text-table
- [email protected] node_modules/angular-cli/node_modules/to-iso-string
- [email protected] node_modules/angular-cli/node_modules/type-detect
- [email protected] node_modules/angular-cli/node_modules/typings
/usr/local/lib
└─┬ [email protected] 
  ├── @angular-cli/[email protected] 
  ├── @angular/[email protected] 
  ├─┬ @angular/[email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ └── UNMET PEER DEPENDENCY typescript@^1.9.0-dev
  ├── @angular/[email protected] 
  ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
  ├─┬ @angular/[email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ └── UNMET PEER DEPENDENCY typescript@^1.8.0 || ^1.9.0-dev
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   └─┬ [email protected] 
  │ │ │     └── [email protected] 
  │ │ └── [email protected] 
  │ └─┬ [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   └── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected]
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └─┬ [email protected] 
  │ │     ├── [email protected] 
  │ │     ├── [email protected] 
  │ │     └── [email protected] 
  │ └─┬ [email protected] 
  │   └── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   ├─┬ [email protected] 
  │ │ │   │ └── [email protected] 
  │ │ │   └─┬ [email protected] 
  │ │ │     └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   ├─┬ [email protected] 
  │ │ │   │ ├── [email protected] 
  │ │ │   │ └─┬ [email protected] 
  │ │ │   │   └── [email protected] 
  │ │ │   └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   ├── [email protected] 
  │ │ │   └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   └─┬ [email protected] 
  │ │ │     └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   ├── [email protected] 
  │ │ │   ├─┬ [email protected] 
  │ │ │   │ ├── [email protected] 
  │ │ │   │ └── [email protected] 
  │ │ │   ├── [email protected] 
  │ │ │   └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   ├── [email protected] 
  │ │   └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected]
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected]
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├─┬ [email protected]
  │ │ │ │ └── [email protected] 
  │ │ │ ├─┬ [email protected]
  │ │ │ │ ├─┬ [email protected]
  │ │ │ │ │ └── [email protected] 
  │ │ │ │ ├─┬ [email protected]
  │ │ │ │ │ ├── [email protected] 
  │ │ │ │ │ └─┬ [email protected] 
  │ │ │ │ │   └── [email protected] 
  │ │ │ │ └─┬ [email protected]
  │ │ │ │   └── [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├─┬ [email protected]
  │ │ │ │ ├── [email protected] 
  │ │ │ │ ├─┬ [email protected] 
  │ │ │ │ │ └── [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ └─┬ [email protected]
  │ │ │   └─┬ [email protected] 
  │ │ │     └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected]
  │ │ └─┬ [email protected]
  │ │   └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected]
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected]
  │ │ │ └─┬ [email protected]
  │ │ │   └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   ├── [email protected] 
  │ │ │   ├── [email protected] 
  │ │ │   └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ └─┬ [email protected]
  │ │ │ │   └─┬ [email protected]
  │ │ │ │     └── [email protected] 
  │ │ │ ├─┬ [email protected]
  │ │ │ │ └── [email protected] 
  │ │ │ ├─┬ [email protected]
  │ │ │ │ └─┬ [email protected]
  │ │ │ │   └── [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ └─┬ [email protected]
  │ │ │   └── [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ └─┬ [email protected]
  │   └─┬ [email protected]
  │     └─┬ [email protected] 
  │       └── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected]
  │ └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected]
  │ ├── [email protected] 
  │ ├─┬ [email protected]
  │ │ └── [email protected] 
  │ └─┬ [email protected] 
  │   └─┬ [email protected] 
  │     └── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   ├── [email protected] 
  │ │   ├── [email protected] 
  │ │   └─┬ [email protected] 
  │ │     └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ ├─┬ [email protected] 
  │ │ │ │ │ └─┬ [email protected] 
  │ │ │ │ │   └── [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ └─┬ [email protected] 
  │ │ │ │   └── [email protected] 
  │ │ │ └── [email protected] 
  │ │ └── [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected] 
  │ └─┬ [email protected] 
  │   ├── [email protected] 
  │   ├─┬ [email protected] 
  │   │ ├── [email protected] 
  │   │ ├─┬ [email protected]
  │   │ │ └── [email protected] 
  │   │ └── [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected]
  │ └─┬ [email protected] 
  │   ├─┬ [email protected] 
  │   │ └── [email protected] 
  │   ├─┬ [email protected]
  │   │ └─┬ [email protected] 
  │   │   └─┬ [email protected] 
  │   │     └── [email protected] 
  │   ├── [email protected] 
  │   └── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ └─┬ [email protected] 
  │   └── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected]
  │ │ └─┬ [email protected]
  │ │   └─┬ [email protected]
  │ │     ├─┬ [email protected]
  │ │     │ └── [email protected] 
  │ │     └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ └─┬ [email protected] 
  │   └─┬ [email protected] 
  │     ├── [email protected] 
  │     ├── [email protected] 
  │     └── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ └─┬ [email protected] 
  │ │   ├── [email protected] 
  │ │   ├── [email protected] 
  │ │   ├── [email protected] 
  │ │   ├── [email protected] 
  │ │   ├── [email protected] 
  │ │   └── [email protected] 
  │ ├─┬ [email protected]
  │ │ ├─┬ [email protected]
  │ │ │ └── [email protected] 
  │ │ └─┬ [email protected]
  │ │   └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ └─┬ [email protected] 
  │   ├─┬ [email protected] 
  │   │ ├── [email protected] 
  │   │ └── [email protected] 
  │   └─┬ [email protected] 
  │     ├─┬ [email protected] 
  │     │ ├── [email protected] 
  │     │ └── [email protected] 
  │     ├── [email protected] 
  │     └── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └─┬ [email protected] 
  │ │     └── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ └─┬ [email protected] 
  │   └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   └── [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   ├── [email protected] 
  │ │   └── [email protected] 
  │ └─┬ [email protected] 
  │   └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   └─┬ [email protected] 
  │ │ │     └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ └─┬ [email protected] 
  │   ├── [email protected] 
  │   └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ └── [email protected] 
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ └── [email protected] 
  ├── UNMET PEER DEPENDENCY tslint@^3.0.0
  ├── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ └── [email protected] 
  ├── UNMET PEER DEPENDENCY [email protected]
  ├─┬ [email protected] 
  │ └── [email protected] 
  ├─┬ UNMET PEER DEPENDENCY [email protected]
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ ├─┬ [email protected] 
  │ │ │ │ │ └── [email protected] 
  │ │ │ │ ├─┬ [email protected] 
  │ │ │ │ │ └─┬ [email protected] 
  │ │ │ │ │   └── [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ ├─┬ [email protected] 
  │ │ │ │ │ ├── [email protected] 
  │ │ │ │ │ └── [email protected] 
  │ │ │ │ └─┬ [email protected] 
  │ │ │ │   └── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ ├── [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ └─┬ [email protected] 
  │ │ │ │   ├─┬ [email protected] 
  │ │ │ │   │ └── [email protected] 
  │ │ │ │   ├─┬ [email protected] 
  │ │ │ │   │ └── [email protected] 
  │ │ │ │   ├─┬ [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ └── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ ├─┬ [email protected] 
  │ │ │ │   │ │ │ ├─┬ [email protected] 
  │ │ │ │   │ │ │ │ └── [email protected] 
  │ │ │ │   │ │ │ └── [email protected] 
  │ │ │ │   │ │ ├─┬ [email protected] 
  │ │ │ │   │ │ │ └── [email protected] 
  │ │ │ │   │ │ └── [email protected] 
  │ │ │ │   │ └── [email protected] 
  │ │ │ │   ├─┬ [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ └── [email protected] 
  │ │ │ │   ├─┬ [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ └── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ └── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ └── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ ├─┬ [email protected] 
  │ │ │ │   │ │ │ ├── [email protected] 
  │ │ │ │   │ │ │ ├── [email protected] 
  │ │ │ │   │ │ │ ├── [email protected] 
  │ │ │ │   │ │ │ └── [email protected] 
  │ │ │ │   │ │ ├─┬ [email protected] 
  │ │ │ │   │ │ │ └── [email protected] 
  │ │ │ │   │ │ ├─┬ [email protected] 
  │ │ │ │   │ │ │ ├── [email protected] 
  │ │ │ │   │ │ │ ├─┬ [email protected] 
  │ │ │ │   │ │ │ │ └── [email protected] 
  │ │ │ │   │ │ │ ├── [email protected] 
  │ │ │ │   │ │ │ └── [email protected] 
  │ │ │ │   │ │ └─┬ [email protected] 
  │ │ │ │   │ │   └── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ └── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ ├── [email protected] 
  │ │ │ │   │ │ ├─┬ [email protected] 
  │ │ │ │   │ │ │ ├── [email protected] 
  │ │ │ │   │ │ │ ├── [email protected] 
  │ │ │ │   │ │ │ └── [email protected] 
  │ │ │ │   │ │ └─┬ [email protected] 
  │ │ │ │   │ │   ├── [email protected] 
  │ │ │ │   │ │   ├── [email protected] 
  │ │ │ │   │ │   ├─┬ [email protected] 
  │ │ │ │   │ │   │ └── [email protected] 
  │ │ │ │   │ │   ├── [email protected] 
  │ │ │ │   │ │   ├─┬ [email protected] 
  │ │ │ │   │ │   │ └── [email protected] 
  │ │ │ │   │ │   ├── [email protected] 
  │ │ │ │   │ │   ├── [email protected] 
  │ │ │ │   │ │   └── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ └── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ └── [email protected] 
  │ │ │ │   ├─┬ [email protected] 
  │ │ │ │   │ └─┬ [email protected] 
  │ │ │ │   │   ├── [email protected] 
  │ │ │ │   │   ├── [email protected] 
  │ │ │ │   │   ├─┬ [email protected] 
  │ │ │ │   │   │ └─┬ [email protected] 
  │ │ │ │   │   │   ├── [email protected] 
  │ │ │ │   │   │   └── [email protected] 
  │ │ │ │   │   └── [email protected] 
  │ │ │ │   ├── [email protected] 
  │ │ │ │   ├─┬ [email protected] 
  │ │ │ │   │ ├── [email protected] 
  │ │ │ │   │ ├─┬ [email protected] 
  │ │ │ │   │ │ └── [email protected] 
  │ │ │ │   │ └── [email protected] 
  │ │ │ │   └─┬ [email protected] 
  │ │ │ │     ├─┬ [email protected] 
  │ │ │ │     │ └── [email protected] 
  │ │ │ │     ├── [email protected] 
  │ │ │ │     ├─┬ [email protected] 
  │ │ │ │     │ └── [email protected] 
  │ │ │ │     ├─┬ [email protected] 
  │ │ │ │     │ ├── [email protected] 
  │ │ │ │     │ ├── [email protected] 
  │ │ │ │     │ ├── [email protected] 
  │ │ │ │     │ ├── [email protected] 
  │ │ │ │     │ ├── [email protected] 
  │ │ │ │     │ └── [email protected] 
  │ │ │ │     └── [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ ├─┬ [email protected] 
  │ │ │ │ └── [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   ├── [email protected] 
  │ │ │   └── [email protected] 
  │ │ └── [email protected] 
  │ └─┬ [email protected] 
  │   ├─┬ [email protected] 
  │   │ └── [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   └─┬ [email protected] 
  │     ├── [email protected] 
  │     └── [email protected] 
  ├─┬ [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   ├─┬ [email protected] 
  │ │   │ └── [email protected] 
  │ │   ├── [email protected] 
  │ │   ├─┬ [email protected] 
  │ │   │ ├─┬ [email protected] 
  │ │   │ │ └─┬ [email protected] 
  │ │   │ │   ├── [email protected] 
  │ │   │ │   └── [email protected] 
  │ │   │ ├── [email protected] 
  │ │   │ └── [email protected] 
  │ │   ├─┬ [email protected] 
  │ │   │ └── [email protected] 
  │ │   ├── [email protected] 
  │ │   ├── [email protected] 
  │ │   ├── [email protected] 
  │ │   ├── [email protected] 
  │ │   ├─┬ [email protected] 
  │ │   │ ├─┬ [email protected] 
  │ │   │ │ └── [email protected] 
  │ │   │ └── [email protected] 
  │ │   ├─┬ [email protected] 
  │ │   │ ├── [email protected] 
  │ │   │ └── [email protected] 
  │ │   └─┬ [email protected] 
  │ │     ├── [email protected] 
  │ │     └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ └─┬ [email protected] 
  │ │ │   └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └─┬ [email protected] 
  │ │   └── [email protected] 
  │ ├── [email protected] 
  │ ├── [email protected] 
  │ └─┬ [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   └── [email protected] 
  ├─┬ [email protected] 
  │ └─┬ [email protected] 
  │   ├── [email protected] 
  │   ├── [email protected] 
  │   └── [email protected] 
  ├─┬ [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├─┬ [email protected] 
  │ │ │ ├── [email protected] 
  │ │ │ └── [email protected] 
  │ │ ├── [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ ├── [email protected] 
  │ ├─┬ [email protected] 
  │ │ ├── [email protected] 
  │ │ └── [email protected] 
  │ └── [email protected] 
  └── UNMET PEER DEPENDENCY zone.js@^0.6.17

npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN [email protected] requires a peer of [email protected] || 2.x.x but none was installed.
npm WARN [email protected] requires a peer of tslint@^3.0.0 but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of zone.js@^0.6.17 but none was installed.
npm WARN [email protected] 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
└─┬ [email protected] 
  └─┬ [email protected]
    ├─┬ [email protected] 
    │ └── [email protected] 
    └─┬ [email protected]
      └── [email protected] 

larsb-concourse:ang2fb larsb$ npm install -g [email protected]
/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
└── [email protected] 

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 [email protected]: 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.

> [email protected] 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

> [email protected] 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 [email protected] and [email protected] (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
[email protected] /Users/larsb/Documents/mycode/ang2fb/ang2fb
├─┬ [email protected]
│ ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │   └─┬ [email protected]
│ │     └─┬ [email protected]
│ │       └─┬ [email protected]
│ │         └── [email protected] 
│ ├─┬ [email protected]
│ │ └─┬ [email protected] 
│ │   ├── [email protected] 
│ │   └─┬ [email protected] 
│ │     ├── [email protected] 
│ │     └─┬ [email protected] 
│ │       ├── [email protected] 
│ │       ├─┬ [email protected] 
│ │       │ └── [email protected] 
│ │       └── [email protected] 
│ ├─┬ [email protected]
│ │ ├── [email protected] 
│ │ ├─┬ [email protected] 
│ │ │ └── [email protected] 
│ │ └── [email protected] 
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │   └─┬ [email protected]
│ │     └─┬ [email protected]
│ │       ├─┬ [email protected] 
│ │       │ └── [email protected] 
│ │       ├── [email protected] 
│ │       ├── [email protected] 
│ │       ├── [email protected] 
│ │       └── [email protected] 
│ └── UNMET PEER DEPENDENCY [email protected]
├── [email protected] 
├─┬ [email protected] 
│ ├── [email protected] 
│ ├─┬ [email protected] 
│ │ └─┬ [email protected] 
│ │   └── [email protected] 
│ ├─┬ [email protected] 
│ │ ├─┬ [email protected] 
│ │ │ ├─┬ [email protected] 
│ │ │ │ ├─┬ [email protected] 
│ │ │ │ │ ├── [email protected] 
│ │ │ │ │ ├─┬ [email protected] 
│ │ │ │ │ │ ├── [email protected] 
│ │ │ │ │ │ ├── [email protected] 
│ │ │ │ │ │ └── [email protected] 
│ │ │ │ │ └── [email protected] 
│ │ │ │ └─┬ [email protected] 
│ │ │ │   ├─┬ [email protected] 
│ │ │ │   │ ├── [email protected] 
│ │ │ │   │ └── [email protected] 
│ │ │ │   ├─┬ [email protected] 
│ │ │ │   │ ├── [email protected] 
│ │ │ │   │ └─┬ [email protected] 
│ │ │ │   │   └─┬ [email protected] 
│ │ │ │   │     └── [email protected] 
│ │ │ │   ├── [email protected] 
│ │ │ │   └── [email protected] 
│ │ │ └─┬ [email protected] 
│ │ │   ├── [email protected] 
│ │ │   └─┬ [email protected] 
│ │ │     └── [email protected] 
│ │ ├── [email protected] 
│ │ └── [email protected] 
│ ├── [email protected] 
│ └── [email protected] 
├─┬ [email protected]
│ └─┬ [email protected]
│   └─┬ [email protected] 
│     └─┬ [email protected] 
│       ├─┬ [email protected] 
│       │ └── [email protected] 
│       ├─┬ [email protected] 
│       │ └── [email protected] 
│       ├─┬ [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ └── [email protected] 
│       │ ├── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ ├── [email protected] 
│       │ │ ├── [email protected] 
│       │ │ ├── [email protected] 
│       │ │ ├── [email protected] 
│       │ │ ├── [email protected] 
│       │ │ ├─┬ [email protected] 
│       │ │ │ ├─┬ [email protected] 
│       │ │ │ │ └── [email protected] 
│       │ │ │ └── [email protected] 
│       │ │ ├─┬ [email protected] 
│       │ │ │ └── [email protected] 
│       │ │ └── [email protected] 
│       │ └── [email protected] 
│       ├─┬ [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ └── [email protected] 
│       ├─┬ [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ └── [email protected] 
│       │ ├── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ └── [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ └── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ ├─┬ [email protected] 
│       │ │ │ ├── [email protected] 
│       │ │ │ ├── [email protected] 
│       │ │ │ ├── [email protected] 
│       │ │ │ └── [email protected] 
│       │ │ ├─┬ [email protected] 
│       │ │ │ └── [email protected] 
│       │ │ ├─┬ [email protected] 
│       │ │ │ ├── [email protected] 
│       │ │ │ ├─┬ [email protected] 
│       │ │ │ │ └── [email protected] 
│       │ │ │ ├── [email protected] 
│       │ │ │ └── [email protected] 
│       │ │ └─┬ [email protected] 
│       │ │   └── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ ├── [email protected] 
│       │ │ ├── [email protected] 
│       │ │ ├── [email protected] 
│       │ │ └── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ ├── [email protected] 
│       │ │ ├─┬ [email protected] 
│       │ │ │ ├── [email protected] 
│       │ │ │ ├── [email protected] 
│       │ │ │ └── [email protected] 
│       │ │ └─┬ [email protected] 
│       │ │   ├── [email protected] 
│       │ │   ├── [email protected] 
│       │ │   ├─┬ [email protected] 
│       │ │   │ └── [email protected] 
│       │ │   ├── [email protected] 
│       │ │   ├─┬ [email protected] 
│       │ │   │ └── [email protected] 
│       │ │   ├── [email protected] 
│       │ │   ├── [email protected] 
│       │ │   └── [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ └── [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ ├── [email protected] 
│       │ └── [email protected] 
│       ├─┬ [email protected] 
│       │ └─┬ [email protected] 
│       │   ├── [email protected] 
│       │   ├── [email protected] 
│       │   ├─┬ [email protected] 
│       │   │ └─┬ [email protected] 
│       │   │   ├── [email protected] 
│       │   │   └── [email protected] 
│       │   └── [email protected] 
│       ├── [email protected] 
│       ├─┬ [email protected] 
│       │ ├── [email protected] 
│       │ ├─┬ [email protected] 
│       │ │ └── [email protected] 
│       │ └── [email protected] 
│       └─┬ [email protected] 
│         ├─┬ [email protected] 
│         │ └── [email protected] 
│         ├── [email protected] 
│         ├─┬ [email protected] 
│         │ └── [email protected] 
│         ├─┬ [email protected] 
│         │ ├── [email protected] 
│         │ ├── [email protected] 
│         │ ├── [email protected] 
│         │ ├── [email protected] 
│         │ ├── [email protected] 
│         │ └── [email protected] 
│         └── [email protected] 
├─┬ [email protected]
│ └─┬ [email protected]
│   └─┬ [email protected]
│     └── [email protected] 
├── UNMET PEER DEPENDENCY [email protected]
└── UNMET PEER DEPENDENCY [email protected]

npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN [email protected] requires a peer of [email protected] || 2.x.x but none was installed.
npm WARN [email protected] requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.
npm WARN [email protected] requires a peer of [email protected] 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
Copy link

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

<Error> <Code>AccessDenied</Code> <Message>Access Denied</Message> <RequestId>657EDB34C48CC19A</RequestId> <HostId> GkvFOMRZWAbAGl7qbIO/LFipjU7sIiLYg8ea9Ai3fwoluJBKsYb+wiquSvHBiroc4V/vNYyWNIY= </HostId> </Error>

@chrillewoodz
Copy link

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

@marvinhuebner
Copy link

Same issue here. Cannot find any solution.

@vargalas
Copy link

vargalas commented Sep 2, 2016

+1

1 similar comment
@TopDuke
Copy link

TopDuke commented Sep 2, 2016

+1

@M4ttsson
Copy link

M4ttsson commented Sep 2, 2016

Same issue here.

@kylecordes
Copy link

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
Copy link
Author

lebsral commented Sep 2, 2016

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

@lebsral
Copy link
Author

lebsral commented Sep 2, 2016

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
Copy link
Author

lebsral commented Sep 2, 2016

also tried

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

= Same Failure

@M4ttsson
Copy link

M4ttsson commented Sep 2, 2016

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
Copy link
Author

lebsral commented Sep 2, 2016

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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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'.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/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.
&nbsp;/main.bundle.js:51747:12 Object.errors()
&nbsp;/main.bundle.js:51781:24 SockJS.sock.onmessage()
&nbsp;/main.bundle.js:50978:20 SockJS.EventTarget.dispatchEvent()
&nbsp;/main.bundle.js:69011:16
&nbsp; Array.forEach (native)()
&nbsp;/main.bundle.js:69009:17 SockJS._transportMessage()
&nbsp;/main.bundle.js:6493:18 WebSocketTransport.EventEmitter.emit()
&nbsp;/main.bundle.js:70379:10 WebSocketTransport.ws.onmessage()

@M4ttsson
Copy link

M4ttsson commented Sep 2, 2016

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
Copy link

conx13 commented Sep 2, 2016

Same issue here:

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

@Disk1of5
Copy link

Disk1of5 commented Sep 3, 2016

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

@estyles
Copy link

estyles commented Sep 3, 2016

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
Copy link

jozidev commented Sep 3, 2016

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

  • Changed typescript version to 1.8.0 in my project.json "typescript": "1.8.0"
  • Ran npm install
  • I then changed my typescript version to 2.0.0 in my project.json "typescript": "2.0.0"
  • Ran npm install again

All working fine now. Hope this helps

@kucharzyk
Copy link

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
Copy link

ghost commented Sep 5, 2016

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

  1. npm install [email protected] --save -> "phantomjs-prebuilt": "2.1.10"
  2. "typescript": "2.0.0"

@M4ttsson
Copy link

M4ttsson commented Sep 5, 2016

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 [email protected]
-- UNMET PEER DEPENDENCY [email protected] 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
Copy link

Chabane commented Sep 5, 2016

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
Copy link

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

@roopakv
Copy link

roopakv commented Sep 6, 2016

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
 └─┬ [email protected]
   ├── UNMET PEER DEPENDENCY @angular/platform-server@^2.0.0-rc.5
   ├── UNMET PEER DEPENDENCY tslint@^3.0.0
   ├── UNMET PEER DEPENDENCY [email protected]
   ├── UNMET PEER DEPENDENCY [email protected]
   └── 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: [email protected]
npm WARN [email protected] requires a peer of [email protected] || 2.x.x but none was installed.
npm WARN [email protected] requires a peer of tslint@^3.0.0 but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of zone.js@^0.6.17 but none was installed.
npm WARN [email protected] 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
Copy link

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
Copy link

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

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

@dparish
Copy link

dparish commented Sep 9, 2016

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/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN [email protected] requires a peer of [email protected] || 2.x.x but none was installed.
npm WARN [email protected] requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.

@acivan
Copy link

acivan commented Sep 13, 2016

+1

@lcrespom
Copy link

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

@dparish
Copy link

dparish commented Sep 16, 2016

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
Copy link

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
Copy link

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

And the problem still exists...

@kylecordes
Copy link

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:

  • Uninstall old node
  • Delete any remants of Node - including files under your roaming profile in Windows.
  • Install current Node 6.x
  • You should have no old CLI at this point, but just to be sure, follow the three-step upgrade commands from the README (uninstall, cache clean, 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
Copy link

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:

  • Installation works with no errors, just warnings (but that is pretty usual)
  • When I call ng from my package.json script or node_modules/.bin/ng, I am always getting this:
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
Copy link
Author

lebsral commented Sep 21, 2016

@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
Copy link

@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
Copy link

dparish commented Sep 21, 2016

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
Copy link

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 [email protected]

@filipesilva
Copy link
Contributor

Dupe of #1560 (comment).
Other problems seem related to the upgrade of webpack betas, which is now has better instructions in https://github.com/angular/angular-cli#webpack-update.

@ashish173
Copy link

@JohnMcGuinness solution fixed the issue for me.

@rfarina
Copy link

rfarina commented Oct 20, 2016

I struggled with this quite a bit as well. What seemed to work for me was to delete node_modules, and run ng init. I actually followed the following:

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

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

@rfarina
Copy link

rfarina commented Oct 20, 2016

I take it back... back to ground zero...

@lcrespom
Copy link

Has anyone managed to install angular-cli as a local dependency? That is without the "-g". Maybe there should be a separate issue for that?

@rfarina
Copy link

rfarina commented Oct 20, 2016

Thought I'd put this out there...
I was getting the same warnings as everyone described. In my code, I am getting 2 messages:

  1. Promise name not found
  2. Experimental Support for Decorators message

I felt this meant that Promises would not work. I also don't understand why I get the "Experimental Decorator" message.

However, Promises DO work, even though it claims that the name is not found.

Any ideas?
Thanks
promisenotfound

experimentalsupportmsg

@lcrespom
Copy link

@rfarina, I think that is just a bug in Visual Studio Code, totally unrelated. I keep getting the same problems without angular-cli, I just restart Visual Studio and the problem disappears :-)

@M4ttsson
Copy link

M4ttsson commented Oct 20, 2016

I had this problem too. Vs code used an older version of typescript than my
project. So it showed these errors but when compiled with the project
version everything was fine.
I changed vs code typescript version and the problem went away, add the
setting typescript.tsdk and point it to the path of node_modules typescript
location.

@rfarina
Copy link

rfarina commented Oct 20, 2016

@lcrespom, that's funny. I ONLY get it in the angular-cli versions :) As an update, I found that by commenting out the @Injectable() method, the squiggly lines go away and the code still runs. It's almost as if it's just not needed.
experimentalsupportmsgwithinjectablecommentedout

@rfarina
Copy link

rfarina commented Oct 20, 2016

@lcrespom @M4ttsson
With both your help and the suggestion of @M4ttsson, I modified the vs code workspace settings for the typescript location. By default it is set to "null". I set it to the following, reloaded vs code, and all seems to be working as expected with both Decorators and Promise, etc.

"typescript.tsdk": "./node_modules/typescript/lib"

notfoundsolution

@amarcupertino
Copy link

+-- UNMET PEER DEPENDENCY @angular/common@^2.0.0
+-- UNMET PEER DEPENDENCY @angular/core@^2.0.0
+-- UNMET PEER DEPENDENCY @angular/http@^2.2.0
`-- @angular2-material/[email protected]

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN @angular/[email protected] requires a peer of @angular/core@^2.2.0 but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/common@^2.2.0 but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/http@^2.2.0 but none was installed.
npm WARN @angular2-material/[email protected] requires a peer of @angular/core@^2.0.0 but none was installed.
npm WARN @angular2-material/[email protected] requires a peer of @angular/common@^2.0.0 but none was installed.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

@amarcupertino
Copy link

Installing angular material design but this issue

@Ehasaniceiu04
Copy link

I am facing this kind of issue

@jay12gore
Copy link

Issue : @angular/[email protected] requires a peer of @angular/[email protected] but none was installed

Solution to Above issue is

  1. Go to package.json file and change the version of compiler-cli from "@angular/compiler-cli": "^5.0.0",to "@angular/compiler-cli": "^5.0.2",

@vargalas
Copy link

vargalas commented Jan 2, 2018

Yeah, develop your in-house solution instead.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests