Bug ID | 948371 |
---|---|
Summary | npm crashes with SIGABRT |
Classification | openSUSE |
Product | openSUSE Factory |
Version | 2015* |
Hardware | Other |
OS | Other |
Status | NEW |
Keywords | blocking |
Severity | Major |
Priority | P5 - None |
Component | Development |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | develop7@develop7.info |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Repro:
1. install nodejs from TW (4.0.0) with zypper in nodejs
2. run npm, the nodejs package manager shipped with nodejs. let's get npm
version with `npm --version`
Expected output: something like "v2.13.4"
What output I get instead:
> openssl fips failed: error:2D06C06E:FIPS routines:FIPS_module_mode_set:fingerprint does not match
> [1] 22880 abort (core dumped) npm
that looks like can be worked around by installing libopenssl1_0_0-hmac
package, but if that's required on purpose then nodejs package should require
it.