Skip to content

Commit 7d0ccb3

Browse files
AhsanAyazBrocco
authored andcommitted
docs(@angular/cli): Updated instructions for cli update for npm version > 5
Updated readme for updating Angular CLI for npm version > 5
1 parent f219404 commit 7d0ccb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Global package:
128128
```bash
129129
npm uninstall -g @angular/cli
130130
npm cache clean
131+
# if npm version is > 5 then use `npm cache verify` to avoid errors (or to avoid using --force)
131132
npm install -g @angular/cli@latest
132133
```
133134

0 commit comments

Comments
 (0)