Horje
update angular cli globally Code Example
update angular cli globally
npm update @angular/cli -g
ng update @angular/core @angular/cli
npm uninstall -g angular-cli
npm install -g @angular/cli@latest
update angular cli
npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
update angular cli
For updating angular cli type this command :
ng update @angular/cli @angular/core   
Source: angular.io
update angular cli 10
      
        content_copy
      
      ng update @angular/cli @angular/core
    
Source: angular.io
update angular to specific version
ng update @angular/cli@8.1.1 @angular/core@8.1.1




Shell

Related
npm list global packages Code Example npm list global packages Code Example
docker delete all images Code Example docker delete all images Code Example
update google chrome command ubuntu Code Example update google chrome command ubuntu Code Example
see list of globally installed npm packages mac Code Example see list of globally installed npm packages mac Code Example
flush dns cache linux Code Example flush dns cache linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
24