-
Notifications
You must be signed in to change notification settings - Fork 12k
[Enhancement] Progress bar on ng new {project_name} after "Installing packages for tooling via npm." #5960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can see this being nice especially with slower connections. |
@filipesilva I would like to give it a shot. |
@narainsagar go for it 👍 Bear in mind this might be especially hard given that different versions of npm display progress in different ways, and so does yarn. I don't even know how other package managers deal with it. This isn't something we'd like to add if it's a massive undertaking though, so if you see it's non-trivial just let us know. |
@filipesilva Thanks. Yeah sure - will let you guys know here. Since I also don't know much about how all package managers are exactly doing this.. So will study and share my findings here. Thanks for your positive response 👍 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.0.0
node: 6.9.1
npm: 4.0.2
os: Windows 10 x64
Repro steps.
ng new {projectname}
The log given by the failure.
Desired functionality.
What would like to see implemented?
Please add progress bar when new project created via "ng new {project_name} " after "Installing packages for tooling via npm."
What is the usecase?
Possibility to see progress bar as it provided by NPM / Yarn itself
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: