Skip to content
JS
Node.js error

ERR_CONTEXT_NOT_INITIALIZED

The vm context passed into the API is not yet initialized. This could happen when an error occurs (and is caught) during the creation of the context, for example, when the allocation fails or the maximum call stack size is reached when the context is created.

Reference entryNode.jsFetched

Node.js documentation lists the code ERR_CONTEXT_NOT_INITIALIZED without the printed message text.

Category
Node.js error codes
Severity
error
Runtime
node
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: Node.js documentation. Data fetched 2026-09-25T01:43:12.378Z.