Skip to content

Instantly share code, notes, and snippets.

@fr20587
Last active November 1, 2021 15:26
Show Gist options
  • Select an option

  • Save fr20587/f60547525c7230fa5bc3646ad901f76c to your computer and use it in GitHub Desktop.

Select an option

Save fr20587/f60547525c7230fa5bc3646ad901f76c to your computer and use it in GitHub Desktop.
Update angular version

Update Angular version

First clean npm cache

npm cache clean --force

Second update npm cache

npm install -g npm@latest

Third disable npm audit

npm set audit false

Fourth uninstall Angular previos version

npm uninstall -g angular-cli
npm uninstall -g @angular/cli

Fives clean npm cache again

npm cache clean --force

Six install latest Angular version

npm install -g @angular/cli@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment