Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vivekrk1992/b4c984d19e3ffd8f72d9259924d44190 to your computer and use it in GitHub Desktop.
Save vivekrk1992/b4c984d19e3ffd8f72d9259924d44190 to your computer and use it in GitHub Desktop.
Upgrade Angular project 4.4 to 6
```
npm install -g @angular/cli
```
```
npm install @angular/cli
```
```
ng update @angular/cli
```
run this below commad it's tell us what is the package to be upgrade and how to
```
ng update
```
follow the result and upgrade the other packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment