Posted on 29th April 2025| views
If you have already installed Node and NPM and using Windows Platform, then you have to do -
npm install -g @angular/cli@next
If you are using Mac or Linux Platform, then you have to do -
sudo npm install -g @angular/cli@next