Answers for "he installed local Angular CLI version is older than the latest stable version."

3

update angular cli

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

Code answers related to "he installed local Angular CLI version is older than the latest stable version."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language