We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937b656 commit 3129665Copy full SHA for 3129665
README.md
@@ -52,6 +52,12 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli
52
npm install -g @angular/cli
53
```
54
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
61
## To build for development
62
63
- **in a terminal window** -> npm start
0 commit comments