Repository is not clean. Please commit or stash any changes before updating In Angular 8

前端 未结 7 613
一生所求
一生所求 2021-01-31 00:49

Error

Repository is not clean. Please commit or stash any changes before updating

when i have updated from version 7 to Angular 8.

7条回答
  •  借酒劲吻你
    2021-01-31 01:29

    It's a bug in Angular 8

    you can work around it by using:

    ng update @angular/cli @angular/core --allow-dirty

提交回复
热议问题