Skip to content
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

feat: progress bar for install #3227

Closed
uiolee opened this issue Nov 1, 2023 · 2 comments
Closed

feat: progress bar for install #3227

uiolee opened this issue Nov 1, 2023 · 2 comments
Labels
non-issue / invalid This isn't relevant to nvm, or turned out to be something unrelated. OS: windows

Comments

@uiolee
Copy link

uiolee commented Nov 1, 2023

Operating system and version:

windows 10

How did you install nvm?

scoop

What steps did you perform?

nvm install xxx

What happened?

when nvm downloading node.js, I didn't know its progress.

$ nvm install lts
Downloading node.js version 20.9.0 (64-bit)...
Extracting node and npm...
Complete
npm v10.1.0 installed successfully.


Installation complete. If you want to use this version, type

nvm use 20.9.0

What did you expect to happen?

I am expecting that nvm could show me a progress/status when downloading node.js

e.g., 12.45 MB/25.30 MB, 49.21%

Is there anything in any of your profile files that modifies the PATH?

no

@ljharb
Copy link
Member

ljharb commented Nov 1, 2023

You’re using nvm-windows, which is a different project. actual nvm has a progress bar.

@ljharb ljharb closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2023
@ljharb ljharb added OS: windows non-issue / invalid This isn't relevant to nvm, or turned out to be something unrelated. labels Nov 1, 2023
@uiolee
Copy link
Author

uiolee commented Nov 1, 2023

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non-issue / invalid This isn't relevant to nvm, or turned out to be something unrelated. OS: windows
Projects
None yet
Development

No branches or pull requests

2 participants