Showing posts with label Upgrade your local project angular CLI. Show all posts
Showing posts with label Upgrade your local project angular CLI. Show all posts

Upgrade your local project angular CLI

go to in your project directory:

cd /home/rahul/angular-projects/test

then run below commands:

rm -rf node_modules
npm uninstall --save-dev angular-cli
npm install --save-dev @angular/cli@latest
npm install