npmExec

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

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