I'm new with upgrading the angular platform and trying to do upgrade in angular from 4 to 10 and followed the instructions given in the angular's official page
https://update.angular.io/?v=4.4-10.0
currently, I'm stuck in upgrading it to angular 6 because of this error:
Error: Cannot update safely because packages have conflicting dependencies. Package @angular/core would need to match both versions "7.2.16" and "10.1.2, which are not compatible.
Cannot update safely because packages have conflicting dependencies. Package @angular/core would need to match both versions "7.2.16" and "10.1.2, which are not compatible.
does anybody have solution on this?
I've tried to browse for this error but I couldn't find one fit to my problem