Skip to content

Commit 967832d

Browse files
authored
resolving error of nodejs
to be on save side while installing code-server using yarn on Termux to prevent the following error ``` yarn global add code-server yarn global v1.22.15 [1/4] Resolving packages... [2/4] Fetching packages... error [email protected]: The engine "node" is incompatible with this module. Expected version "= 14". Got "16.11.0" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command. ```
1 parent 271bc06 commit 967832d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/termux.md

Lines changed: 1 addition & 1 deletion
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 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)