-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Segmentation fault on npm install (errors about different packages) #986
Comments
Isn't this an issue with the package then? |
Maybe... |
Now I have changed
And I cannot Sometimes I get this message:
Sometimes:
Also:
|
Hi @vitaly-zdanevich, |
As I remember I changed a package version or removed some dependencies. |
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo Closing: This is an automated message. |
After my colleague added to package.json
"material-design-icons": "^3.0.1"
:I tried to
npm cache verify
:But
npm install
again returnSegmentation fault
.Also I tried
npm cache clean --force
npm install --verbose
:node --version
:v12.14.0
npm --version
:6.13.4
OS: Linux Gentoo i686 with all current updates. My
make.conf
:net-libs/nodejs
is installed with default build flags.I have enough of RAM.
Also tried to close browser.
Also tried
npm install
through the tty.Also tried to install after computer reboot.
Tried to remove package-lock.json
Tried to remove
"material-design-icons": "^3.0.1"
from package.json: nownpm install
works correctly.Tried on another machine with Gentoo i686: also segmentation fault.
The text was updated successfully, but these errors were encountered: