-
Notifications
You must be signed in to change notification settings - Fork 3k
feature: download progress #1257
Comments
I was just about to request the same thing. On slower connections, or with huge dependencies, NPM appears to hang. |
@beatgammit - In general, +1, and I also want to link https://github.com/substack/node-charm in case anybody wants to get fancy. :) |
👍 Unfortunately, I think that I can't do that myself because that part of the npm source is too cryptic for me to understand. |
+1!!! ☺ |
The log facility should be replaced with a standalone thing to make this happen. |
+1 to this, would be nice if we could have a progress bar, that for every top level module it fills one tile of it. |
+1 |
npm's default verbose logging seems to achieve "some indication that it's doing something" for now. Can we close this? |
You can close this, if you want to open new issue for progress bar :P |
Yeah, it's still relevant, although I have no idea how to fix that. Maybe reserve the bottom line of the terminal for the progress bar? |
npm has a spinner now, but I want to actually add real progress indicators |
This is going to be implemented in #6911. As such, I'm going to close this ticket so that future discussion can happen around the actual implementation. |
doesn't need to be fancy - just some indication that it's doing something
The text was updated successfully, but these errors were encountered: