Skip to main content

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 StepDescription
Git CloneClone the selected repository to the build machine. Please use the Install Node step after this step.
caution

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.

Screenshot

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).

Screenshot
Variable NameDescriptionStatus
$AC_SELECTED_NODE_VERSIONThis 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
caution

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:

Preview of GitHub - appcircleio/appcircle-node-install-component: Appcircle.io Node Install Component