-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
np command extremely slow #717
Comments
As I am having a similar issue, wanted to reply here just to subscribe to any other replies. I don't necessarily mean to hop on the bandwagon - I have used By 'playing up' I mean stalling on the |
I noticed this too recently that |
This sounds like a different issue. My guess would be that the npm CLI wants input we didn't anticipate. For example, sometimes I wants you to press Space to open the browser to authenticate there. I don't think we handle that case. |
A quick fix for it is often to just restart the cmd, so it might be related to a cmd windows that had previous commands or is open for a long time. It sounds weird but I have no idea what else it could be. On a new cmd window it works always pretty quickly |
The issue in my case was that |
@bwp91 interesting, did you just update npm? did it got fixed after that? |
Wanted to use np again but it just stopped working. Was able to make a release today but after that it just didn't work. Doesn't matter how often I retry, this really should be investigated if more people have this issue |
Description
When i run the np command it useally takes like 3 minutes or more before something pops up on the screen. sometimes it just doesnt work at all and I have to re run it.
Why does this take so long
Steps to reproduce
Expected behavior
See Something happening quickly
Environment
np - 8.0.4
Node.js - 18.18.0
npm - 10.1.0
Git - 2.42.0
OS - Win 10 Pro 1909
The text was updated successfully, but these errors were encountered: