Skip to content

Commit be7b8ee

Browse files
authored
Merge pull request mendix#8962 from jdiehl/patch-60
Added node16 install for 9.24
2 parents 8c3ebdf + 8c25901 commit be7b8ee

File tree

1 file changed

+8
-0
lines changed
  • content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps

1 file changed

+8
-0
lines changed

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ The default workflow (**deploy**) needs to be extended to work for Mendix native
7777

7878
Any additional workflows that may have been created can be removed. Select the workflow from the dropdown and click **Properties** > **Delete workflow**.
7979

80+
{{% alert color="info" %}}
81+
Building native mobile apps for Mendix 9.24 requires Node v16 (no longer included by default in Bitrise). Follow these steps to install it:
82+
1. Add a new step before the step "Run npm command".
83+
1. Choose **Node Version Manager (NVM)** from the list of steps.
84+
1. Set the **Node Version** property to 16 (leave the NVM version blank).
85+
1. Save changes.
86+
{{% /alert %}}
87+
8088
### Add Missing npm Command
8189

8290
Add a missing npm command by doing the following:

0 commit comments

Comments
 (0)