Study/Javascript

node.js 설치

고래상어9 2022. 3. 22. 12:49

Welcome to Node.js v16.14.0.

Type ".help" for more information.

> .hep

Invalid REPL keyword

> .help

.break    Sometimes you get stuck, this gets you out

.clear    Alias for .break

.editor   Enter editor mode

.exit     Exit the REPL

.help     Print this help message

.load     Load JS from a file into the REPL session

.save     Save all evaluated commands in this REPL session to a file

 

Press Ctrl+C to abort current expression, Ctrl+D to exit the REPL

>