nodeHome

fun nodeHome(path: String)

Sets nodeHome

Parameters

path

to the node directory


@get:InputDirectory
@get:PathSensitive(value = PathSensitivity.NAME_ONLY)
abstract val nodeHome: DirectoryProperty

Base NodeJS directory used to extract other node executables from. Defaults to 'NODE_HOME' env variable.