I have a new project, but when execute ng serve, I get error

后端 未结 6 1844
予麋鹿
予麋鹿 2021-02-02 15:12

I need to change this topic, I cant post new topic. I have update the script, and install new package. I still get errors but not the one I post last.

                    


        
6条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-02 15:41

    I would recommend reading this:

    https://www.techiediaries.com/updating-angular-cli-projects/

    On this page it states:

    Angular 6 uses angular.json instead of angular-cli.json. This can be achieved using :

    ng update @angular/cli
    

    This solved my issue.

    Good luck

提交回复
热议问题