Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to downgrade angular-cli 1.7.3 to angular-cli 1.6.8

I am getting issue in my Ubuntu regarding reinstalling of angular. my current version: Angular 1.7.3 Node: 8.11.1 OS: Linux Angular: 4.4.4

I want to reinstall from angular 1.7.3 to angular 1.6.8

Please help..

like image 378
Pramod Kumar Avatar asked Aug 21 '26 07:08

Pramod Kumar


1 Answers

Correct command now is this:

npm uninstall -g angular-cli npm cache clean --force npm install @angular/[email protected]

The key here is first @ before angular and angular/cli not angular-cli.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!