diff --git a/doc/api/errors.md b/doc/api/errors.md index af064b089e02ed..efbf47d6df4b8a 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2446,8 +2446,6 @@ releases. #### `ERR_ENTRY_TYPE_MISMATCH` -> Stability: 1 - Experimental - The `--entry-type=commonjs` flag was used to attempt to execute an `.mjs` file or a `.js` file where the nearest parent `package.json` contains `"type": "module"`; or @@ -2486,8 +2484,6 @@ while trying to read and parse it. #### `ERR_INVALID_REPL_TYPE` -> Stability: 1 - Experimental - The `--entry-type=...` flag is not compatible with the Node.js REPL.