How to fix the error message: ‘Error: connect ECONNREFUSED 138.197.69.201:5000‘, The full error message looks something like this: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1195:14) errno: ‘ECONNREFUSED’, code: ‘ECONNREFUSED’, syscall: ‘connect’, address: ‘138.197.69.201’, port: 5000 }, error: { Error: connect ECONNREFUSED 138.197.69.201:5000 This error can be caused by 2 things: 1- Something is blocking your connection. Make sure your Internet connection is up and there isn’t anything blocking your connection (firewall etc…) […]