i'm new in Angular 2.0
i download project from git.
prerequisites for run the project are these steps :
1) npm install && bower install
2) npm run install-application
-AOT compiles -Tree shakes -Bundles app into single file
2) npm run start
i do all of steps Except -AOT compilies.
when i run npm install -AOT compiles i get above error enter image description here