ng new has stopped working after updating to Angular 6

前端 未结 4 1258
庸人自扰
庸人自扰 2020-12-10 18:30

Today, I updated my angular cli to the latest version and encountered an error that stops me from creating a new Angular project. Following is the error log that I get after

4条回答
  •  借酒劲吻你
    2020-12-10 18:40

    I suspect that your upgrade of Angular CLI didn't go well. Try to uninstall and re-install it again:

    npm uninstall @angular/cli -g
    npm install @angular/cli -g
    

提交回复
热议问题