未验证 提交 0e97a94a 编写于 作者: M Mr. Blogger 提交者: GitHub

Replace nodejs with nodejs-lts in Termux docs (#4336)

nodejs installs v16 which is not compatible.  nodejs-lts currently uses v14.
上级 3520ad22
......@@ -17,7 +17,7 @@ run code-server from your Android phone.
1. Install Termux from [F-Droid](https://f-droid.org/en/packages/com.termux/).
1. Make sure it's up-to-date: `apt update && apt upgrade`
1. Install required packages: `apt install build-essential python git nodejs yarn`
1. Install required packages: `apt install build-essential python git nodejs-lts yarn`
1. Install code-server: `yarn global add code-server`
1. Run code-server: `code-server` and navigate to localhost:8080 in your browser
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册