Answers for "update version angular cli"

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
4

how to update angular version

content_copy
      
      ng update @angular/cli @angular/core
Posted by: Guest on June-18-2020

Code answers related to "update version angular cli"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language