Posted on 17th September 2024| 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