DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Playground fails to compile

jrdutton opened this issue · comments

Hi Dan

I was interested to see if you are able to compile and run Angular Playground after upgrading to Angular 10. I am seeing an issue in my projects so was interested to see if anyone else was experiencing the same problems. When I get your latest code and run 'npm run playground' I'm seeing the following:

ERROR in The target entry-point "angular-playground" has missing dependencies:

  • C:/Users/jdutton/Desktop/Angular-JumpStart-master/Angular-JumpStart-master/src/app/about/about.component.sandbox
  • C:/Users/jdutton/Desktop/Angular-JumpStart-master/Angular-JumpStart-master/src/app/customer/customer-details/customer-details.component.sandbox
  • C:/Users/jdutton/Desktop/Angular-JumpStart-master/Angular-JumpStart-master/src/app/customer/customer-orders/customer-orders.component.sandbox
  • C:/Users/jdutton/Desktop/Angular-JumpStart-master/Angular-JumpStart-master/src/app/customers/customers-card/customers-card.component.sandbox
  • C:/Users/jdutton/Desktop/Angular-JumpStart-master/Angular-JumpStart-master/src/app/customers/customers-grid/customers-grid.component.sandbox
  • C:/Users/jdutton/Desktop/Angular-JumpStart-master/Angular-JumpStart-master/src/app/customers/customers.component.sandbox

When I browse to http://127.0.0.1:4201/ I see an error.

I am also seeing this in all of my projects (different dependencies obviously).

Are you seeing the same problem when you compile and run locally?

Thanks very much.

James

I'm seeing the same error. Sounds like we're not the only ones from what I'm seeing in their repo.

Looks like there's an easy fix. See SoCreate/angular-playground#262 (comment).