Closed
Description
OS/Web Information
- Web Browser: ~
- Local OS: Android q aarch64 (arm64)
- Remote OS: ~
- Remote Architecture: ~
code-server --version
: latest
Steps to Reproduce
- Latest termux version
- apt update && apt upgrade && apt install build-essential python git nodejs-lts yarn
3.yarn global add code-server
Expected
Install?
Actual
yarn complains about nodejs version expected v14 (the old lts)
The problem is the nodejs-lts is now v16 how can i get v14? Should I go with the standalone install?