Open spiritway opened 8 years ago
This occurs when running "npm run-script start" for the angular2 project on Windows 10.
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'.
This occurs when running "npm run-script start" for the angular2 project on Windows 10.