How to Update Angular CLI?
Loading
How to Update Angular CLI?
ttps://www.npmjs.com/package/@angular/cli
Visit this link
1. Open Nodejs prompt 2. uninstall the current install angular cli(npm uninstall -g angular-cli) 3. Install the angular cli again it will install the current newer version npm install -g @angular/cli@latest