WebStorm was installed by me today. I need to compile an Angular project.
Their current Angular version is 15.0.5. I would like to use Angular CLI: 13.0.4. How can I change my Angular version from whatever version I have to whichever one I choose?
WebStorm was installed by me today. I need to compile an Angular project.
Their current Angular version is 15.0.5. I would like to use Angular CLI: 13.0.4. How can I change my Angular version from whatever version I have to whichever one I choose?
you first need to install the desired angular version globaly by using "-g"
then you will have the option to choose your version , in your case :
npm install -g @angular/cli@13.0.4
here is the result :
for me i needed the 13.3.3 version but you can install your desired version