Charles Lyding
48296d21b3
test: partial lint rule upgrade and fixes
2018-05-15 09:37:54 -04:00
Charles Lyding
8b3cada6ea
refactor(@angular/cli): remove silent-error dependency
2018-05-14 16:38:03 -04:00
Hans Larsen
ecb575966a
fix(@angular/cli): dont install if the package is resolved
...
Even if it should be saved. The assumption is that if it is present it is
in the package.json
2018-05-01 16:50:13 -07:00
Hans Larsen
729d407fa1
fix(@angular/cli): save package on ng add
...
Before it was the job of the ng-add schematic to save the package. Now we do
it automatically. This is more expected (and works without ng-add schematics
if the user want to use "ng add moment" for example).
2018-05-01 16:50:13 -07:00
Charles Lyding
ceeb292a29
refactor(@angular/cli): remove chalk dependency
2018-05-01 10:24:36 -07:00
Hans
ce0de40ef6
fix(@angular/cli): use add instead of install for yarn in npm-install
2018-04-11 14:51:50 -07:00
Mike Brocchi
b0569241bc
feat(@angular/cli): Implement schematic workflow and workspace
2018-03-22 19:15:53 -07:00
Hans Larsen
093e4ea55c
feat(@angular/cli): add the add command
2018-03-09 00:00:58 -05:00
Charles Lyding
57d7c16570
feat(@angular/cli): use schematic tasks for application init
2018-02-07 21:07:38 -05:00
Peter Newnham
74d404974c
feat(@angular/cli): Show package installation progress
...
Resolves #5960
2017-11-02 16:26:19 +00:00
Filipe Silva
fd82e1870e
build: update chalk to 2.2
...
`chalk@2.2` is incompatible with `@types/chalk`.
2017-10-24 12:03:55 -07:00
Filipe Silva
aebf4c89b1
fix(@angular/cli): wait for install to finish before exiting
2017-07-18 10:21:41 -04:00
Alexandr Marchenko
b0576d6d05
fix(@angular/cli): check package manager existance before installing packages
2017-07-05 16:47:47 -07:00
Sumit Arora
98050100f2
fix(@angular/cli): use quiet flag only in case of npm
2017-05-03 12:47:27 -07:00
Mike Brocchi
5e54a01e28
fix(@angular/cli): yarn install does not support --quiet ( #5310 )
2017-03-08 20:45:46 +00:00
Thomas Kruse
07e93c0210
fix(@angular/cli): enforce loglevel warn for npm-install
...
The npm call uses the node exec() call which has a default limit
of 200kb after which the process is terminated.
When the user has set the info loglevel ng new terminates without
any helpful error message. When using --quiet the loglevel is
set to warning in any case resulting in a successful build.
This is especially important for users of docker since the current
node base image sets the loglevel to info.
Close #5010
2017-03-03 16:09:10 +00:00
Filipe Silva
d1e13ace0b
build: use noUnusedParameters, noUnusedLocals ( #4882 )
2017-02-21 10:53:34 -08:00
Sumit Arora
d2849c713b
feat(@angular/cli): Add options for third party package manager ( #4321 )
...
BREAKING CHANGE: `--skip-npm` flag is now named `--skip-install`
2017-02-09 10:35:19 -08:00
Hans
601f9b38f8
feat(@angular/cli): move angular-cli to @angular/cli ( #4328 )
...
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00