node <node script>

Run the node interpreter

Arguments

NameDescription
node script

Options

NameDescription
-e, --eval=... <arg>Evaluate script
-p, --printEvaluate script and print result
-c, --checkSyntax check script without executing
-v, --versionPrint Node.js version
-i, --interactiveAlways enter the REPL even if stdin does not appear to be a terminal
-h, --helpPrint node command line options (currently set)
--inspect [[host:]port]Activate inspector on host:port (default: 127.0.0.1:9229)
--preserve-symlinksFollows symlinks to directories when examining source code and templates for translation strings