node <command>
Run the node interpreter
Arguments
Name | Description |
---|---|
command |
Options
Name | Description |
---|---|
-e,--eval=... <command> | Evaluate script |
-p,--print | Evaluate script and print result |
-c,--check | Syntax check script without executing |
-v,--version | Print Node.js version |
-i,--interactive | Always enter the REPL even if stdin does not appear to be a terminal |
-h,--help | Print node command line options (currently set) |
--inspect [command] | Activate inspector on host:port (default: 127.0.0.1:9229) |
--preserve-symlinks | Follows symlinks to directories when examining source code and templates for translation strings |