Answers for "update cli version"

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
1

update angular to specific version

ng update @angular/[email protected] @angular/[email protected]
Posted by: Guest on July-09-2020

Code answers related to "update cli version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language