I am working on two Angular projects. One is Angular 8 and another is Angular 11.
I installed Angular CLI using:
npm install -g @angular/cli
I then tried to build the Angular 8 project using the command:
ng build
But I got an error saying the CLI was the wrong version ...
How to install 2 versions of the CLI and choose which one to use?