ERR_CONSTRUCT_CALL_INVALID
node
type_error
official
true
Constructor cannot be called directly
ID: node/err_construct_call_invalid
0%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 18 | active | — | — | — |
| 20 | active | — | — | — |
| 22 | active | — | — | — |
Root Cause
A class constructor was called without `new`.
generic