Answers for "how to update the angular cli version"

6

update angular cli globally

npm update @angular/cli -g
Posted by: Guest on November-26-2020
4

ng update @angular/core @angular/cli

npm uninstall -g angular-cli
npm install -g @angular/cli@latest
Posted by: Guest on April-28-2020
3

update angular cli

npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
Posted by: Guest on January-07-2021

Code answers related to "how to update the angular cli version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language