Skip to content

Commit 0e97a94

Browse files
authored
Replace nodejs with nodejs-lts in Termux docs (#4336)
nodejs installs v16 which is not compatible. nodejs-lts currently uses v14.
1 parent 3520ad2 commit 0e97a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/termux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ run code-server from your Android phone.
1717

1818
1. Install Termux from [F-Droid](https://f-droid.org/en/packages/com.termux/).
1919
1. Make sure it's up-to-date: `apt update && apt upgrade`
20-
1. Install required packages: `apt install build-essential python git nodejs yarn`
20+
1. Install required packages: `apt install build-essential python git nodejs-lts yarn`
2121
1. Install code-server: `yarn global add code-server`
2222
1. Run code-server: `code-server` and navigate to localhost:8080 in your browser
2323

0 commit comments

Comments
 (0)