ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING
node
runtime_error
official
true
Dynamic import callback missing
ID: node/err_vm_dynamic_import_callback_missing
0%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 18 | active | — | — | — |
| 20 | active | — | — | — |
| 22 | active | — | — | — |
Root Cause
vm.Module dynamic import was attempted but the importModuleDynamically callback was not set.
generic