node.js - nodejs终端命令行模式怎么退出
PHP中文网
PHP中文网 2017-04-17 11:17:50
0
11
1222

我试了exit,quit()都不不行,网上也没搜到...

PHP中文网
PHP中文网

认证0级讲师

reply all(11)
Peter_Zhu

Ctrl+D or Ctrl+C twice

PHPzhong

Nodejs commands need to be preceded by a dot. You can use .help to view all commands. The exit command is .exit

小葫芦

ctrl+cTwice.

大家讲道理

Exit the node command line: ctrl+C twice or ctrl+D once
Exit the terminal: exit;
(After testing, there is no problem)

Ty80

Give you a command line and code that can be used:
process.exit();

左手右手慢动作

Ctrl+c try it?

Peter_Zhu

I just encountered this problem

洪涛

It’s no problem under win, but I just used mac, how do I operate it?

刘奇

PHPzhong

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template