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
..