Skip to content

Commit 3129665

Browse files
committed
UDOC-0 - Mention that global angular cli needs to be at least 16
1 parent 937b656 commit 3129665

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli
5252
npm install -g @angular/cli
5353
```
5454

55+
Older @angular/cli references may grab angular version 15. To update to angular version 16 specifically for the global cli run:
56+
57+
``` bash
58+
npm install -g @angular/cli@^16
59+
```
60+
5561
## To build for development
5662

5763
- **in a terminal window** -> npm start

0 commit comments

Comments
 (0)