Skip to content
JS
Node.js error

ERR_VM_MODULE_ALREADY_LINKED

The module attempted to be linked is not eligible for linking, because of one of the following reasons: It has already been linked (linkingStatus is 'linked') It is being linked (linkingStatus is 'linking') Linking has failed for this module (linkingStatus is 'errored')

Reference entryNode.jsFetched

Node.js documentation lists the code ERR_VM_MODULE_ALREADY_LINKED 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.380Z.