Angular 2 Cannot read property 'config' of null

前端 未结 10 893
执念已碎
执念已碎 2020-12-29 20:30

I have a issue with Angular 2. When i want to start server it get this:

$ ng serve
Cannot read property \'config\' of null
TypeError: Cannot read property \'         


        
10条回答
  •  余生分开走
    2020-12-29 21:12

    Make Sure You are inside the project folder. This may happen when the programmer has a folder for Practice purpose for eg: says "MyWorkOuts" folder. in which the programmer may have lot of practice app says:practice1,practice2,etc...

    I use VS code in which make sure the terminal is in the exact angular application you try to start.

    this may look simple or even silly. But while learning all happens. after making sure you may follow the other solutions of our stackoverflow friends.

    Thank You guys Good Day :-)

提交回复
热议问题