diff options
Diffstat (limited to 'doc/api/errors.md')
| -rw-r--r-- | doc/api/errors.md | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md index 3b4ea6156f..3a277e5b3c 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1393,13 +1393,6 @@ a `dynamicInstantiate` hook. A `MessagePort` was found in the object passed to a `postMessage()` call, but not provided in the `transferList` for that call. -<a id="ERR_MISSING_MODULE"></a> -### ERR_MISSING_MODULE - -> Stability: 1 - Experimental - -An [ES6 module][] could not be resolved. - <a id="ERR_MISSING_PLATFORM_FOR_WORKER"></a> ### ERR_MISSING_PLATFORM_FOR_WORKER @@ -1407,12 +1400,12 @@ The V8 platform used by this instance of Node.js does not support creating Workers. This is caused by lack of embedder support for Workers. In particular, this error will not occur with standard builds of Node.js. -<a id="ERR_MODULE_RESOLUTION_LEGACY"></a> -### ERR_MODULE_RESOLUTION_LEGACY +<a id="ERR_MODULE_NOT_FOUND"></a> +### ERR_MODULE_NOT_FOUND > Stability: 1 - Experimental -A failure occurred resolving imports in an [ES6 module][]. +An [ESM module][] could not be resolved. <a id="ERR_MULTIPLE_CALLBACK"></a> ### ERR_MULTIPLE_CALLBACK |
