Bugzilla – Bug 948371
npm crashes with SIGABRT
Last modified: 2015-10-01 09:51:31 UTC
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.
. *** This bug has been marked as a duplicate of bug 947747 ***