NODE_REPL_HISTORY=file


用于存储持久 REPL 历史记录的文件路径。默认路径是 ~/.node_repl_history,可以被此变量覆盖。将该值设置为空字符串(''' ')将禁用持久 REPL 历史记录。

【Path to the file used to store the persistent REPL history. The default path is ~/.node_repl_history, which is overridden by this variable. Setting the value to an empty string ('' or ' ') disables persistent REPL history.】