Skip to content

Commit

Permalink
Replace nodejs with nodejs-lts in Termux docs (#4336)
Browse files Browse the repository at this point in the history
nodejs installs v16 which is not compatible.  nodejs-lts currently uses v14.
  • Loading branch information
mrfoxie authored Oct 25, 2021
1 parent 3520ad2 commit 0e97a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/termux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

2 comments on commit 0e97a94

@meekoracc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't working for me, seems to want node v 14 which was LTS but now 16 is lts

@jsjoeio
Copy link
Contributor

@jsjoeio jsjoeio commented on 0e97a94 Nov 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.