I have downgraded angular cli version and when I run the command ng serve
, the following message is displayed
ERROR : This version of CLI is only compatible with Angular versions 0.0.0 || ^8.0.0-beta || >=8.0.0 <9.0.0 but Angular version 9.0.7 was found instead
.
I looked at https://update.angular.io to find instructions on how to update Angular, but I do not want to update the angular CLI version, I want to downgrade the angular version from 9.0.7 to 8.0.0. How can I do that?