Closed alexpods closed 8 years ago
don't forget zone.js and tsd (because of zone.js)
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.
@vaseker I've updated typings dependencies. Everything should work fine now.
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