Skip to content

add ARM note in FAQ, node matrix update, 12.6.x overviewpage #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ If you can't find any help here head over to [TiSlack](https://tidev.slack.com/)

You will need node/npm and then you can run `sudo npm i -g titanium alloy` to have all CLI tools. For more details check [Titanium_SDK_Getting_Started](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/) or the [from zero to app - install guide](https://fromzerotoapp.com/how-to-install-appcelerator-titanium/).

## ARM Mac notes

If you you install Titanium SDK on an ARM Mac you might see an error like `Error: spwan Unknown system error -86` when running Titanium commands. To fix this you have to install Rosetta with `softwareupdate --install-rosetta`.

## Where can I find more Titanium tutorials or modules?

Besides this documentation you can look at [from zero to app](https://fromzerotoapp.com/). There you find basic tutorials about installation, your first app, UI tutorials, optimizing apps and much more. It also has a list of common modules you can use in your apps.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ On Windows you will need to enable `dev mode` in the Windows settings in order t

| Unified CLI Version | Min Node Version | Max Node Version |
| --- | --- | --- |
| 12.5.0 - latest | 18.x | 20.x |
| 12.6.0 - latest | 18.x | 22.x |
| 12.5.0 - 12.6.0 | 18.x | 20.x |
| 12.1.0 - 12.5.0 | 16.x | 20.x |


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Getting started with the CLI only requires two steps:

### Install Node.js

The CLI requires Node.js 4 or later. It is highly recommended you use a LTS (long term support) Node.js release. If you don't have Node installed, install it from:
The CLI requires Node.js 18 or later. It is highly recommended you use a LTS (long term support) Node.js release. If you don't have Node installed, install it from:

* [nodejs.org](http://nodejs.org)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ weight: '8'
* [Titanium SDK 12.5.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.5.1.GA_Release_Note/)
* [Titanium SDK 12.6.0.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.0.GA_Release_Note/)
* [Titanium SDK 12.6.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.1.GA_Release_Note/)
* [Titanium SDK 12.6.2.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.2.GA_Release_Note/)
* [Titanium SDK 12.6.3.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.3.GA_Release_Note/)