Error guides tagged [node.js]

20 guides found
NODE
AbortError - How to resolve this issue

AbortError is thrown when an asynchronous operation is intentionally cancelled before it completes.

node.jsruntime errormedium
updated May 12, 2024
NODE
EACCES - How to resolve this issue

EACCES stands for Error: Access. It means your application found the file or directory, but doesn't have permission to access it.

node.jsfilesystem errorcommon
updated May 12, 2024
NODE
EADDRINUSE - How to resolve this issue

The network port or address is already in use by another process.

node.jsnetwork errorcommon
updated June 28, 2026
NODE
ECONNREFUSED - How to resolve this issue

The target machine actively refused the connection attempt.

node.jsnetwork errorcommon
updated June 28, 2026
NODE
ECONNRESET - How to resolve this issue

The connection was abruptly closed by the remote peer server or intermediary socket.

node.jsnetwork errorcommon
updated June 28, 2026
NODE
ENOENT - How to resolve this issue

ENOENT stands for "Error NO ENTry" and indicates that Node.js tried to access a file or directory that doesn't exist.

node.jsfilesystem errorcommon
updated May 12, 2024
NODE
ENOTFOUND - How to resolve this issue

DNS lookup failed for the specified domain name.

node.jsnetwork errorcommon
updated June 28, 2026
NODE
ERR_BUFFER_OUT_OF_BOUNDS - How to resolve this issue

Attempted to access bytes outside the bounds of a Buffer.

node.jscore modulesrarer
updated June 28, 2026
NODE
ERR_HTTP_HEADERS_SENT - How to resolve this issue

Cannot set headers after they are sent to the client.

node.jshttp server errorcommon
updated June 28, 2026
NODE
ERR_INVALID_ARG_TYPE - How to resolve this issue

An argument of an incorrect type was passed to a Node.js API function.

node.jscore modulescommon
updated June 28, 2026