Answers for "angular cli latest"

3

update angular cli

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

update angular cli

For updating angular cli type this command :
ng update @angular/cli @angular/core
Posted by: Guest on April-01-2020
17

angular cli

/* @latest is optional  */ 
npm install -g @angular/cli@latest
Posted by: Guest on November-09-2020
1

install angular cli version

Install Specific Version (Example: 6.1.1)
npm install -g @angular/[email protected]
Posted by: Guest on February-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language