alexpods / angular2-universal-starter

Enjoy Server Side rendering and Web Workers in your Angular2 Application
224 stars 50 forks source link

Updated dependencies: angular2-beta.3 #48

Closed alexpods closed 8 years ago

alexpods commented 8 years ago

dependencies: angular2: ^ 2.0.0-beta.3 angular2-universal-preview: ^ 0.50.0

devDependencies: webpack: ^ 1.12.13 zone: ^ 0.5.11 typings: ^ 0.6.6 phantomjs@^2.1.3 - > phantomjs-prebuilt@^2.1.4

PatrickJS commented 8 years ago

don't forget zone.js and tsd (because of zone.js)

vaseker commented 8 years ago

angular/DefinitelyTyped is 404 for now, so its impossible to start project development from scratch right now.

/node_modules/.bin/typings install
typings ERR! message Unable to read typings for "zone". You should check the path is correct typings ERR! caused by https://raw.githubusercontent.com/angular/DefinitelyTyped/master/zone/zone.d.ts responded with 404, expected it to equal 200

removed angular/DefinitelyTyped-deps from typings.json and application works.

alexpods commented 8 years ago

@vaseker I've updated typings dependencies. Everything should work fine now.