-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 install always hangs on first attempt #7891
Comments
Experiencing same problem today, sometimes need to cancel and restart multiple times.
|
I have been experiencing this same issue from quite a while intermittently, thought this might be network related issue but suddenly from past 4 hours now, it is giving me Exit handler error
I have tried downgrading npm version to |
I have the same issue with both If we add |
Same issue with npm WorkaroundInstalling with
|
I had the same issue. Using --force on npm install solved it. |
This is a duplicate of #4028
You should downgrade to npm 10.3.0 |
This was fixed in npm 10.9.1 (via npm/npm-install-checks#120) |
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Using
v10.9.0
that comes with Node v23.1.0, everynpm install
stop responding. Then I cancel the install, runnpm install
again and it works. This is on WSL Ubuntu 24 using nvm. Older versions of NPM seem to work fine.I doubt that I am the only person experiencing this - if so then I can provide more details.
This is the output
Expected Behavior
npm install
should work.Steps To Reproduce
Running
npm install <package>
or justnpm install
triggers this.Environment
npm config ls
gives me:The text was updated successfully, but these errors were encountered: