Skip to content
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

doc: update info about Node.js installation on Android via Termux #1994

Merged
5 commits merged into from
Feb 8, 2019
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion locale/en/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ However, there are some third-party solutions. For example, [Termux](https://ter
pkg install nodejs
```

Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
Currently, Termux Node.js binaries are linked against `system-icu` (depending on `libicu` package).

## Arch Linux

Expand Down
2 changes: 1 addition & 1 deletion locale/es/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ However, there are some third-party solutions. For example, [Termux](https://ter
pkg install nodejs
```

Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
Currently, Termux Node.js binaries are linked against `system-icu` (depending on `libicu` package).

## Arch Linux

Expand Down
2 changes: 1 addition & 1 deletion locale/fa/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ However, there are some third-party solutions. For example, [Termux](https://ter
pkg install nodejs
```

Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
Currently, Termux Node.js binaries are linked against `system-icu` (depending on `libicu` package).

## Arch Linux

Expand Down
2 changes: 1 addition & 1 deletion locale/ja/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ However, there are some third-party solutions. For example, [Termux](https://ter
pkg install nodejs
```

Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
Currently, Termux Node.js binaries are linked against `system-icu` (depending on `libicu` package).

## Arch Linux

Expand Down
2 changes: 1 addition & 1 deletion locale/ko/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ However, there are some third-party solutions. For example, [Termux](https://ter
pkg install nodejs
```

Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
Currently, Termux Node.js binaries are linked against `system-icu` (depending on `libicu` package).


<!--
Expand Down
2 changes: 1 addition & 1 deletion locale/uk/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ However, there are some third-party solutions. For example, [Termux](https://ter
pkg install nodejs
```

Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
Currently, Termux Node.js binaries are linked against `system-icu` (depending on `libicu` package).

## Arch Linux

Expand Down
2 changes: 1 addition & 1 deletion locale/zh-cn/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pkg install nodejs
pkg install nodejs-current
```

目前,Termux 的 Nodejs 二进制程序包是在没有检查器支持的情况下编译的,并与 `system-icu` (依赖于 `libicu` 包)相关联。
目前,Termux 的 Node.js 二进制程序包与 `system-icu` (依赖于 `libicu` 包)相关联。

## Arch Linux

Expand Down
2 changes: 1 addition & 1 deletion locale/zh-tw/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pkg install nodejs
pkg install nodejs-current
```

目前 Termux Node.js 二進制檔尚不支援 ICU 及 Inspector
目前Termux Node.js 二進位套裝程式與 `system-icu`(依賴于 `libicu` 包)相關聯

## Arch Linux

Expand Down