| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_LERNA_DOWNLOAD_ROOT |
"https://github.com/lerna/lerna/releases/download/" |
public static final String |
INSTALL_PATH |
"/node/lerna" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_NODEJS_DOWNLOAD_ROOT |
"https://nodejs.org/dist/" |
public static final String |
INSTALL_PATH |
"/node" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_NPM_DOWNLOAD_ROOT |
"https://registry.npmjs.org/npm/-/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_YARN_DOWNLOAD_ROOT |
"https://github.com/yarnpkg/yarn/releases/download/" |
public static final String |
INSTALL_PATH |
"/node/yarn" |
Copyright © 2020. All rights reserved.