nodeExec

fun nodeExec(args: Collection<String?>, config: Action<ExecSpec> = Action {}): ExecResult

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