Repository is not clean. Please commit or stash any changes before updating.
在执行ng update @angular/core @angular/cli命令时
报错:
Repository is not clean. Please commit or stash any changes before updating.
解决方法:
执行命令:ng update --all --force --allow-dirty
原创
2021-10-14 13:30:43 ·
3047 阅读 ·
0 评论