Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在eshell中运行Node.js,但是提示不对:
那么,我该如何解决这个问题?
另一种方法是将其添加到您的 .emacs 中:
(setenv "NODE_NO_READLINE" "1")
这种方法的好处是它也适用于您直接运行的其他 Node 程序调用。
尝试在启用的 eshell 中运行节点NODE_NO_READLINE。例如,您可以通过在 eshell 中运行以下命令来为 eshell 添加别名:
NODE_NO_READLINE
别名节点 'NODE_NO_READLINE=1 节点'