Answers for "update angular cli globally to specific version"

8

update angular cli globally

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

install angular cli specific version

npm uninstall -g angular-cli
npm cache clean
npm install -g [email protected]
Posted by: Guest on July-09-2020

Code answers related to "update angular cli globally to specific version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language