Answers for "update local ng cli version"

6

update angular cli globally

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

ng update @angular/core @angular/cli

rm -rf node_modules
npm uninstall --save-dev angular-cli
npm install --save-dev @angular/cli@latest
npm install
Posted by: Guest on April-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language