Skip to content

Commit 1151bf4

Browse files
authored
Merge pull request mendix#9234 from jdiehl/patch-80
Clarified use of nvm for older mx versions
2 parents f224af3 + a7065a2 commit 1151bf4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,16 @@ The default workflow (**deploy**) needs to be extended to work for Mendix native
8484
Any additional workflows that may have been created can be removed. Select the workflow from the dropdown and click **Properties** > **Delete workflow**.
8585

8686
{{% 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:
8888

8989
1. Add a new step before the step "Run npm command".
9090
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).
9292
1. Save changes.
9393
{{% /alert %}}
9494

95+
You can find the required Node version in the **package.json** file of your app's generated native template (look for `"node": ">=[VERSION]"`).
96+
9597
### Add Missing npm Command
9698

9799
Add a missing npm command by doing the following:

0 commit comments

Comments
 (0)