1

I want to downgrade the Angular version of a specific project from 11 to 10.2.3 I have done the following:

npm uninstall @angular/cli

npm cache clean --force

npm install  @angular/cli@10.2.3

This as I see affects only the CLI version and not the Angular version. All the info I found was about this. I can nowhere find how to change the Angular version itself! Any suggestions?

Ayush Gupta
  • 1,166
  • 2
  • 9
  • 25
Andreas V
  • 29
  • 1
  • 4

0 Answers0