pkozlowski-opensource / ng2-webpack-play

A minimal Angular2 playground using TypeScript and WebPack
44 stars 5 forks source link

Simpelst case is not working #5

Open dhasilin opened 8 years ago

dhasilin commented 8 years ago

I clone repo and try to build it:

$ npm run build

ng-webpack-play@ build D:\angular2\ng2-webpack-play webpack

ts-loader: Using typescript@1.8.9 and D:\angular2\ng2-webpack-play\tsconfig.json Hash: 54ac2e3034fe97e03ff9 Version: webpack 1.12.14 Time: 7097ms Asset Size Chunks Chunk Names bundle.js 4.09 MB 0 [emitted] main

ERROR in D:\angular2\ng2-webpack-play\node_modules\angular2\src\facade\promise.d.ts (1,10): error TS2661: Cannot re-export name that is not defined in the module.

netlander commented 8 years ago

Having the same problem, this repo is broken. probably something to do with various dependencies version clashes. Don't have time to investigate.