-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Package install hang forever on placeDep for some package #55871
Comments
|
(Ignoring the incorrect information above, i misunderstood the issue) Is this only reproducible in Docker? |
Yes I should have mentioned that I also tried directly one my computer and that everything was fine with node 21 & 22. Maybe it is linked to filesystem or user permission (but I am root on docker). |
You should report this to npm if you're not able to reproduce without it. |
So for you it is an issue related to npm package more than node even if the only difference in the scenarios is the node version? |
It might be caused by a bug within |
It seems to be linked to #55602 and also as some others reported it is working fine under [email protected] The workaround for now is to add Thanks for the help. |
Version
22.11.0 / 23.2.0
Platform
Subsystem
Docker debian:sid-slim
What steps will reproduce the bug?
Create a docker image using
Then run it and try to install
yamlinc
package:npm install -g --loglevel silly yamlinc
The process hang forever on this step:
npm silly placeDep node_modules/yamlinc/node_modules/unset-value/node_modules/has-value [email protected] OK for: [email protected] want: ^2.0.0
How often does it reproduce? Is there a required condition?
Depends on which package you want to install. Some works and some others like
yamlinc
fail every time.What is the expected behavior? Why is that the expected behavior?
Install the package
What do you see instead?
Process hang forever on placeDep resolution.
Additional information
Working fine on node v21.7.3 and does not seems to be linked to npm version (always 10.9.0)
The text was updated successfully, but these errors were encountered: