ENOTFOUNDENOTFOUND
DNS lookup failed; the hostname could not be resolved to an IP address.
ERR_UNKNOWN_ENCODINGAn unknown or unsupported encoding was passed to a Node.js API.
You specified an encoding that Node.js does not support. Supported encodings include utf8, ascii, base64, hex, latin1, and binary. Common mistakes include typos or using Python-style encoding names.
Use a supported encoding name: 'utf8', 'ascii', 'base64', 'hex', 'latin1', 'binary', 'utf16le'. Check the Node.js Buffer documentation for the complete list of supported encodings.
ENOTFOUNDDNS lookup failed; the hostname could not be resolved to an IP address.
EPERMThe operation is not permitted, even with appropriate permissions, due to OS-level restrictions.
ECONNABORTEDA connection was aborted, typically due to a timeout on the client side.
ENFILEThe system-wide limit on the total number of open files has been reached.
EHOSTUNREACHThe target host is unreachable, typically due to network routing issues.
ENETUNREACHThe network is unreachable; no route to the target network could be found.