node Exec
fun nodeExec(args: Collection<Any?>, config: Action<ExecSpec> = Action {}): ExecResult
Content copied to clipboard
Executes a Node command
Return
execution result
Parameters
args
to be passed in to the Node executable
config
to be applied to the execution process