Rocket chat installtion - npm install on centos 7.6

Description###

on my last step on server dir im trying to do " npm install -verbose" and im get 443 error.
from the verbose i c that there is GET to DNS that i think it maybe is not exists.?

https://registry.npmjs.telerik.org/node-pre-gyp

thx !!

Server Setup Information

  • Version of Rocket.Chat Server:
  • Operating System:
  • Deployment Method:
  • Number of Running Instances:
  • DB Replicaset Oplog:
  • NodeJS Version:
  • MongoDB Version:
  • Proxy:
  • Firewalls involved:

Any additional Information

npm http request GET https://registry.npmjs.telerik.org/node-pre-gyp

Hello, this should work:

NODE_VERSION="v8.17.0"
NPM_VERSION="6.9.0"
NODE_RPM_DOWNLOAD_URL="https://rpm.nodesource.com/setup_8.x"
curl -sL $NODE_RPM_DOWNLOAD_URL | bash - 
yum install -y gcc-c++ make nodejs
npm install -g npm@$NPM_VERSION
npm install -g inherits node-gyp@4.0.0 n && n $NODE_VERSION

You also check this out for CentOS 7 install: https://rocket.chat/docs/installation/rocketchatctl/