04 Jun 2020
Repository is not clean update angular
Repository is not clean update angular
If you try update your angular app "ng update" but not work or eror with command like this "Repository is not clean. Please commit or stash any changes before updating."
Dont wory you can update your angular app with comand like this ng update @angular/cli @angular/core --allow-dirty after your typing command on npm now you can wait angular update progress your app. and viola.. congrats your angular apps is updated.
If the progress update can't be done you can try run this code on your npm ng update -all --allow-dirty or use ng update @angular/cli @angular/core --allow-dirty --force