After trying this a couple of times I cannot for the life of me figure out why these commands don't downgrade Angular CLI...
ng --version
//Angular CLI: 13.0.3
//Node: 14.15.4
//Package Manager: npm 6.14.10
//OS: win32 x64
npm uninstall -g @angular/cli
npm cache clean --force
npm install -g @angular/cli@11.1.1
ng --version (still getting version 13.0.3. for some reason)
Any ideas what could be affecting this?