概要


¥Synopsis

node [options] [V8 options] [<program-entry-point> | -e "script" | -] [--] [arguments]

node inspect [<program-entry-point> | -e "script" | <host>:<port>] …

node --v8-options

不带参数执行以启动 REPL

¥Execute without arguments to start the REPL.

有关 node inspect 的更多信息,请参阅 debugger 文档。

¥For more info about node inspect, see the debugger documentation.