Answers for "check angular cli version update"

8

update angular cli globally

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

change version of ng cli

npm uninstall -g @angular/cli
npm cache clean
npm install -g @angular/[email protected]
Posted by: Guest on February-25-2021

Code answers related to "check angular cli version update"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language