You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,14 +84,16 @@ The default workflow (**deploy**) needs to be extended to work for Mendix native
84
84
Any additional workflows that may have been created can be removed. Select the workflow from the dropdown and click **Properties** > **Delete workflow**.
85
85
86
86
{{% alert color="info" %}}
87
-
Building native mobile apps for Mendix 9.24 requires Node v16 (no longer included by default in Bitrise). Follow these steps to install it:
87
+
Older versions of Mendix might require an older version of Node than is supported out-of-the box by Bitrise. Follow these steps to install the appropriate version:
88
88
89
89
1. Add a new step before the step "Run npm command".
90
90
1. Choose **Node Version Manager (NVM)** from the list of steps.
91
-
1. Set the **Node Version** property to 16 (leave the NVM version blank).
91
+
1. Set the **Node Version** property to the required version (leave the NVM version blank).
92
92
1. Save changes.
93
93
{{% /alert %}}
94
94
95
+
You can find the required Node version in the **package.json** file of your app's generated native template (look for `"node": ">=[VERSION]"`).
0 commit comments