node <node script>
Run the node interpreter
Arguments
Name | Description |
---|---|
node script |
Options
Name | Description |
---|---|
-e, --eval=... <arg> | 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 [[host:]port] | 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 |