NODE_REPL_EXTERNAL_MODULE=file
版本历史
| 版本 | 变更 |
|---|---|
| v22.3.0, v20.16.0 | Remove the possibility to use this env var with kDisableNodeOptionsEnv for embedders. |
| v13.0.0, v12.16.0 | 新增于: v13.0.0, v12.16.0 |
Node.js 模块的路径,该模块将在内置 REPL 的位置加载。将此值覆盖为空字符串('')将使用内置 REPL。
🌐 Path to a Node.js module which will be loaded in place of the built-in REPL.
Overriding this value to an empty string ('') will use the built-in REPL.