Answers for "update your angular cli globally and locally"

6

update angular cli globally

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

update angular cli

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

npm install --save-dev @angular/cli@latest

npm install --save-dev @angular/[email protected]
Posted by: Guest on November-01-2020

Code answers related to "update your angular cli globally and locally"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language