- Notifications
You must be signed in to change notification settings - Fork11.9k
Commitca7ca1b
fix(@angular/cli): disable version check during auto completion
This causes sub broken DX```ng bui[TAB]Your global Angular CLI version (14.2.6) is greater than your local version (14.1.3). The local Angular CLI version is used.To disable this warning use "ng config -g cli.warnings.versionMismatch false".ld --conf[TAB]Your global Angular CLI version (14.2.6) is greater than your local version (14.1.3). The local Angular CLI version is used.To disable this warning use "ng config -g cli.warnings.versionMismatch false".iguration dev[TAB]Your global Angular CLI version (14.2.6) is greater than your local version (14.1.3). The local Angular CLI version is used.To disable this warning use "ng config -g cli.warnings.versionMismatch false".elopment```Closes#241331 parentd1977aa commitca7ca1b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
0 commit comments
Comments
(0)