Managing Angular CLI Versions: Tips and Tricks
Dany Paredes
1 min read
Table of contents
By default, installing angular-CLI gets the latest version, but sometimes we work with projects built in an old version.
To downgrade your current angular-cli, follow these steps.
Remove angular-cli
sudo npm uninstall -g @angular/cli
npm cache clean --force
Install specific angular-cli
npm install -g @angular/cli@6.1.1
Have a nice day!
Photo by Brienne Hong on Unsplash
0
Subscribe to my newsletter
Read articles from Dany Paredes directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
Dany Paredes
Dany Paredes
I'm passionate about front-end development, specializing in building UI libraries and working with technologies like Angular, NgRx, Accessibility, and micro-frontends. In my free time, I enjoy writing content for the Google Dev Library, This Is Angular Community, Kendo UI, and sharing insights here.