microsoft / TypeScriptSamples

Community Driven Samples for TypeScript
3.19k stars 1.78k forks source link

node_modules/angular2/src/core/facade/promise.d.ts(1,10): error TS2661: Cannot re-export name that is not defined in the module. #122

Open spiritway opened 8 years ago

spiritway commented 8 years ago

This occurs when running "npm run-script start" for the angular2 project on Windows 10.

spiritway commented 8 years ago

This is likely due to an alpha version being used as the Angular2 version. The error changes when updating to a beta version:

app/todo.ts(1,52): error TS2307: Cannot find module 'angular2/angular2'.