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: locale/en/download/package-manager.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,13 @@ title: Installing Node.js via package manager
31
31
32
32
Android support is still experimental in Node.js, so precompiled binaries are not yet provided by Node.js developers.
33
33
34
-
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
+
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. This command in Termux app will install the last available Node.js version:
35
35
36
36
```bash
37
37
pkg install nodejs
38
-
pkg install nodejs-current
39
38
```
40
39
41
-
Currently, Termux Node.js binaries are compiled without ICU and Inspector support.
40
+
Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
42
41
43
42
## Arch Linux
44
43
@@ -230,7 +229,7 @@ Additionally, versions of **CentOS** and **Scientific Linux** corresponding to t
***SUSE Linux Enterprise Server (SLES) 12**: `nodejs4`, `nodejs6`
319
+
***SUSE Linux Enterprise Server (SLES) 12**: `nodejs4`, `nodejs6`
321
320
(The "Web and Scripting Module" must be [added before installing](https://www.suse.com/documentation/sles-12/book_sle_deployment/data/sec_add-ons_extensions.html).)
322
321
323
322
For example, to install Node.js 4.x on openSUSE Leap 42.2, run the following as root:
0 commit comments