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

前端 未结 7 633
一生所求
一生所求 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:30

    in my case, this was due to a node_modules folder not being excluded by the .gitignore. once added, this error no longer appeared

提交回复
热议问题