tldr-node-client
tldr-node-client copied to clipboard
When I go to exec the tldr --update command, `ECONNREFUSED` error is prompted
Expected behavior
It can be updated normallyIt can be updated normally
Actual behavior
Environment
- Operating system - Linux
- Node.js version - 12.22.2
- tldr-node-client version - 3.3.7
443
isn't the error code, it's just the port number (TCP). The error code is ECONNREFUSED
.
This sounds like a network connectivity issue. I don't think it's a bug in the code. Closing, but let me know if anyone wants to reopen.