Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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