I want to download angular v14 but I get angular v15 (ps: I have already tried npm install -g @angular/cli@14)
npm install -g @angular/cli@14 i got version 15 still
If you have the above issue, I recommend uninstalling the angular CLI and installing it again. Clear the cache MUST.
Follow these steps:
npm uninstall -g @angular/cli
npm cache verify
npm install -g @angular/cli@14
ng version
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With