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..
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.
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