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.
我在 Windows 上使用 Cmder 来开始 ReactJS 教程。当我跑
npm start
一切似乎都运行良好,它显示“编译成功”,并使用我的网络应用程序打开一个新的浏览器选项卡。Node.exe 在cmder 控制台中打开,我无法输入任何内容。如何关闭 Node.exe 并返回提示?有什么好的方法吗,还是我必须关闭整个窗口?
要取消任何当前正在运行的进程,您可以按Ctrl + C,它会询问您是否确定要取消Terminate batch job (Y/N)?
Ctrl + C
Terminate batch job (Y/N)?
此时,您可以键入y 然后按Enter,您将返回提示。
y
Enter