-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 >= 10.8.0 causes NPM installation failures #8179
Comments
@kirrg001 Can you please provide more details like, reproduction steps, package.json, lock file complete logs etc ? |
Hi! So far I could not reproduce it in a Docker container. package.json files:
How to provide this file? Thanks! |
You can run your install with log levels It's very difficult to track the issue without reproduction steps. Try to replicate the same on latest npm for your node version. |
This is my output of running
|
Closing due to age. If this is still a problem please feel free to reopen this issue, or create a new issue w/ steps to reproduce. |
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Hi!
The problem started with NPM 10.8.0.
We are using latest Node v18 version.
With NPM 10.8.0 our dependencies fail to install. We are seeing this warning before the complete installation fails:
Follow by an extraction error
Finally resulting in:
No issues with NPM 10.7.0.
It seems not caused by node-gyp.
Expected Behavior
No failures.
Steps To Reproduce
Currently I cannot reproduce this error in a Docker container.
Environment
Using node: v18.20.4
Using npm: >= 10.8.0
Architecture: x64
Python3 version: Python 3.11.2
Make version: GNU Make 4.3
GCC version: gcc (Debian 12.2.0-14) 12.2.0
The text was updated successfully, but these errors were encountered: