Frontend
·1 min read·

Managing Angular CLI Versions: Tips and Tricks

Main cover illustration for article: Managing Angular CLI Versions: Tips and Tricks
Summarize with AI:

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

Part of the Frontend Series

Modern frontend development — Angular, React, TypeScript, accessibility, and performance.

View Entire Series

Related Articles

Share this article

If you found this guide helpful, consider sharing it with your team or fellow developers.


Real Software. Real Lessons.

I share the lessons I learned the hard way, so you can either avoid them or be ready when they happen.

User avatar
User avatar
User avatar
User avatar
+13K

Join 13,800+ developers and readers.

No spam ever. Unsubscribe at any time.