Skip to content

Commit ec18719

Browse files
vsemozhetbytfhemberger
authored andcommitted
doc: add Android info in download/package-manager (#1574)
Refs: nodejs/node#19007 (comment)
1 parent c4f4ed9 commit ec18719

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

locale/en/download/package-manager.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ title: Installing Node.js via package manager
99

1010
----------------------------
1111

12+
* [Android](#android)
1213
* [Arch Linux](#arch-linux)
1314
* [Debian and Ubuntu based Linux distributions](#debian-and-ubuntu-based-linux-distributions)
1415
* [Enterprise Linux and Fedora](#enterprise-linux-and-fedora)
@@ -25,6 +26,19 @@ title: Installing Node.js via package manager
2526

2627
----------------------------
2728

29+
## Android
30+
31+
Android support is still experimental in Node.js, so precompiled binaries are not yet provided by Node.js developers.
32+
33+
However, there are some third-party solutions. For example, [Termux](https://termux.com/) community provides terminal emulator and Linux environment for Android, as well as own package manager and [extensive collection](https://github.com/termux/termux-packages) of many precompiled applications. These commands in Termux app will install the last LTS or a current Node.js version respectively:
34+
35+
```bash
36+
pkg install nodejs
37+
pkg install nodejs-current
38+
```
39+
40+
Currently, Termux Node.js binaries are compiled without ICU and Inspector support.
41+
2842
## Arch Linux
2943

3044
Node.js and npm packages are available in the Community Repository.

0 commit comments

Comments
 (0)