Description
🚀 Feature request
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
A clear and concise description of the problem or missing capability...Currently, ng update
silently installs packages. I'd like to have the option to see its progress. While perhaps in some environments, this command runs quickly enough not to warrant verbosity by default, for enterprise developers who are required to work in development environments that have virus scans slowing down installs, waiting several hours for ng update
to install packages leaves developers unaware of what's going on. Thus the option to see the package install progress would be appreciated (especially just to know that something is still happening and avoid wasting hours of time).
Describe the solution you'd like
If you have a solution in mind, please describe it.This could be solved by either setting the existing --verbose
flag to provide this output or by providing another flag for displaying package install progress.
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?Working at company with more developer-friendly IT security policies would be a good option 🙂