Hello.
When I try to use "npm install" command I get this error
]# npm install
npm: relocation error: npm: symbol SSL_set_cert_cb, version libssl.so.10 not defined in file libssl.so.10 with link time reference
I tried to update the openssl as the solution that I found in different forums, but I have the latest one for my Centos 7 server:
OpenSSL 1.0.1e, which is the last one for my operating system. Therefore, I would like to know if there is an alternative way to install the packages that are installed via npm.
Thank you in advance for your help.
Hello.
When I try to use "npm install" command I get this error
]# npm install
npm: relocation error: npm: symbol SSL_set_cert_cb, version libssl.so.10 not defined in file libssl.so.10 with link time reference
I tried to update the openssl as the solution that I found in different forums, but I have the latest one for my Centos 7 server:
OpenSSL 1.0.1e, which is the last one for my operating system. Therefore, I would like to know if there is an alternative way to install the packages that are installed via npm.
Thank you in advance for your help.