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

[BUG] npm shows spinner while waiting for password #7583

Open
2 tasks done
Tracked by #829
jeffrson opened this issue Jun 3, 2024 · 1 comment
Open
2 tasks done
Tracked by #829

[BUG] npm shows spinner while waiting for password #7583

jeffrson opened this issue Jun 3, 2024 · 1 comment
Labels
Bug thing that needs fixing Priority 2 secondary priority issue

Comments

@jeffrson
Copy link

jeffrson commented Jun 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

Since version 10.7, when the "spinner" was introduced (I dislike it for various reasons, ugly flickering a.s.o., but wont discuss it here further since it's not related), the password prompt of npm login is misleading.
Instead of waiting behind "Password:" it shows the spinner, indicating some "progress" that does not happen. Instead it's actually waiting for the password which has to be typed or inserted while according to the spinner npm seems busy.
It appears as if the password prompt is skipped.

Expected Behavior

Clearly indicate that npm is waiting for the password to be entered.

Steps To Reproduce

Simply execute npm login, type some username. Enjoy :-/

Environment

  • npm: 10.8.1
  • Node.js: 20.14.0
@jeffrson jeffrson added Bug thing that needs fixing Needs Triage needs review for next steps labels Jun 3, 2024
@milaninfy milaninfy added Priority 2 secondary priority issue and removed Needs Triage needs review for next steps labels Jun 3, 2024
@mcandre
Copy link

mcandre commented Aug 27, 2024

ux stands to be improved by not having a spinner at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Priority 2 secondary priority issue
Projects
None yet
Development

No branches or pull requests

3 participants