Failed At The Angular-quickstart@1.0.0 Build Script 'tsc -p Src/'
I have followed the Angular2 official tutorial https://angular.io/docs/ts/latest/tutorial/toh-pt2.html, and it is now broken. Last time I used it was a few weeks ago, and I got thr
Solution 1:
Base on error TS2307: Cannot find module '@anguler/core'.
, you may have a typo, try with @angular/core
.
Post a Comment for "Failed At The Angular-quickstart@1.0.0 Build Script 'tsc -p Src/'"