I am currently trying to create a new Angular project with Angular CLI version 13.3.10
. Yet when I create a new Angular project I still get version 13.3.11
.
Before I created this project I ran npm uninstall -g @angular/cli
and npm install -g @angular/cli@13.3.10
as an administrator.
Eventhough I uninstalled (checked if it was uninstalled) and installed the desired version ng new {project name}
still generates a project with the Angular CLI version 13.3.11
. How can that happen?