ERR_CONSTRUCT_CALL_REQUIRED node type_error official true

Cannot call class as function

ID: node/err_construct_call_required

Also available as: JSON · Markdown
0%Fix Rate
95%Confidence
0Evidence

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
18 active
20 active
22 active

Root Cause

A class was called without `new` when it requires `new`.

generic

Official Documentation

https://nodejs.org/api/errors.html