Answers for "update local angular cli"

5

update angular cli globally

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

update angular cli

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

update local angular cli

ng update @angular/core @angular/cli
Posted by: Guest on December-13-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language