Currently, I am using the Angular version14 I want to downgrade
npm uninstall -g @angular/cli,
npm cache clean,
npm install -g @angular/cli@11.0.0
I use this method to install angular11 but it's reinstalling the angular version14 when I check angular version "ng version" so does anybody have solutions to downgrade the angular version14 to angular version11