10 Commits

Author SHA1 Message Date
Charles Lyding
be5e2fbfe5 fix(@angular/cli): remove redundant typescript/compiler-cli compatibility check
Angular 5.0+ has a full peer dependencies setup (with 6.0+ also having a configurable runtime error check) to ensure that an appropriate version of typescript is available for compilation.  Angular CLI 8.0+ does not support Angular versions prior to these and therefore the warning is redundant.  For the case where the developer wishes to use an unsupported TypeScript version, the developer would need to adjust two similar but differently name settings in two different configuration files.
2019-02-20 10:36:52 -08:00
Charles Lyding
d24db32c40 fix(@angular/cli): relax compatible angular check package location 2018-09-26 08:53:14 -04:00
Alireza Mirian
daf0ec8de8 fix(@angular/cli): suggest windows-compatible typescript install command
Specifying version range in single quote doesn't work in windows CMD and it returns:
> The system cannot find the file specified.
2018-09-25 16:35:03 -04:00
Hans Larsen
20b5d916d2 feat(@angular/cli): use STDERR to report warnings 2018-08-21 09:57:34 -07:00
Charles Lyding
52c222ce41 refactor(@angular/cli): use compiler-cli peer dep to check typescript 2018-08-02 08:55:10 -04:00
Charles Lyding
bd615f14a4 fix(@angular/cli): fully resolve rxjs & core during version checks 2018-07-27 15:12:30 -07:00
Sarun Intaralawan
3fca66dbeb fix(@angular/cli): use correct compiler version range
Close #11665, angular/angular#25141
2018-07-26 09:36:43 -07:00
Charles Lyding
62640bf1ef fix(@angular/cli): update typescript version checks for Angular 6.1 2018-07-25 17:08:28 -07:00
Alex Eagle
d1e392fa78 refactor: add missing license headers under packages/angular/cli 2018-06-06 15:11:31 -07:00
Hans Larsen
44086c60ff build: move devkit repo back to angular-cli 2018-06-05 18:50:06 -07:00