public interface NodeInstaller
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_DOWNLOAD_URL |
| Modifier and Type | Method and Description |
|---|---|
NodeClient |
install(NodeVersion version)
Installs, if needed, the given version of Node.js for the current platform to the local maven repository.
|
static final String BASE_DOWNLOAD_URL
NodeClient install(NodeVersion version)
version - Node.js version to installNodeClient for the installed Node.jsNodeInstallationException - in case the installation failsCopyright © 2022. All rights reserved.