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