Answers for "angular cli forces version 10"

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

For updating angular cli type this command :
ng update @angular/cli @angular/core
Posted by: Guest on April-01-2020

Code answers related to "angular cli forces version 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language