LyndaExerciseFiles / angular2-essential-training

NOTE: This is an old repo. New repo can be found at:
https://github.com/coursefiles/angular2-essential-training
41 stars 182 forks source link

npm start error (see comment for fix) #16

Open bradleyDean opened 7 years ago

bradleyDean commented 7 years ago

In tsconfig.json, the typescript target is es5. I got a pile of errors. I changed that to es6 and it fixed the problem.

jschwarty commented 7 years ago

There is a newer repo for the lesson code for this course. That can be found at: https://github.com/coursefiles/angular2-essential-training

Please clone that one down and see if you receive any of the above mentioned issues. If so, let me know either by a comment here or opening a new issue on the current repo at https://github.com/coursefiles/angular2-essential-training/issues

Thanks!