Update Angular Cli Globally

[Solved] Update Angular Cli Globally | Shell - Code Explorer | yomemimo.com
Question : update angular cli globally

Answered by : copperfield

npm update @angular/cli -g

Source : | Last Update : Thu, 03 Dec 20

Question : update angular cli

Answered by : jessie-valladares

npm uninstall -g @angular-cli
npm install -g @angular/cli@latest

Source : https://stackoverflow.com/questions/43931986/how-to-upgrade-angular-cli-to-the-latest-version | Last Update : Thu, 14 Jan 21

Question : update angular cli

Answered by : ankur-prajapati

For updating angular cli type this command :
ng update @angular/cli @angular/core 

Source : https://angular.io/cli/update | Last Update : Wed, 08 Apr 20

Question : update angular cli 10

Answered by : breakable-bug-nnqdhj46b8k3

 content_copy ng update @angular/cli @angular/core 

Source : https://angular.io/cli/update | Last Update : Thu, 25 Jun 20

Question : update angular/cli

Answered by : arrogant-ant-1ns31uyds264

content_copy
ng update @angular/cli @angular/core

Source : https://angular.io/cli/update | Last Update : Thu, 03 Feb 22

Answers related to update angular cli globally

Code Explorer Popular Question For Shell