Install Node
React Native applications commonly depend on certain Node modules. This workflow step makes sure that you have the required Node version installed in the build agent to build your React Native application.
Prerequisites
Before running the Install Node step, you must complete certain prerequisites, as detailed in the table below:
Prerequisite Workflow Step | Description |
---|---|
Git Clone | Clone the selected repository to the build machine. Please use the Install Node step after this step. |
Please note that this step should be used before steps that need the npm/yarn Commands step. To avoid any problems, you can run this step after the Git Clone step.
Input Variables
This step contains some input variable(s). It needs these variable(s) to work. The table below gives explanation for this variable(s).
Variable Name | Description | Status |
---|---|---|
$AC_SELECTED_NODE_VERSION | This step takes only the Node version variable. You can specify the version directly in the step if you wish. Or you can get it from build Configurations. | Optional |
If you do not specify any specific version for the Install Node step. The latest version will be installed automatically.
To access the source code of this component, please use the following link: