-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Docs for installing code server on android #4470
-
Hello maintainers 👋 ,
Since I've seen a lot of people try to install code server using termux on android and fail to do so or face some other issue due to lack of docs, and other reasons so do i thought if you would like to have something like a documentation on installing code server on android using termux.
if yes then i would be very happy to write that documentation for the project, I've myself used code server on termux a quite lot back when i didn't have a computer,
This is a great project and i would love for it to reach others like me and help them get started with their Dev journey
looking forward to hearing from you 🙂, also a huge Thank you for creating such a amazing project it really helped me when i was just starting
Beta Was this translation helpful? Give feedback.
All reactions
Thanks @TakshakRamteke for offering that
There are a couple known issues on Termux that I think we need to work around. If you're open to helping with those, we could definitely use an extra hand! Issues:
As @im-coder-lg pointed out, one of the known issues is with argon2. Hopefully we can find a good fix for that, but that's one place to start as well (mentioned in one of those issues).
Replies: 2 comments
-
You can try getting code-server's 3.10.x version since Argon2 was added kinda 3.11.0, and the bug lingers in the 3.11+ versions, so you can get Node 14, and run npm I -g code-server@3.10.2, that will work.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks @TakshakRamteke for offering that
There are a couple known issues on Termux that I think we need to work around. If you're open to helping with those, we could definitely use an extra hand! Issues:
- Yarn installation fails incompatible engine 'node' #4415
- Investigate argon2 issue (Termux/Raspberry Pi) #4422
- Node 16 Support To Code-Server #4286
As @im-coder-lg pointed out, one of the known issues is with argon2. Hopefully we can find a good fix for that, but that's one place to start as well (mentioned in one of those issues).
Beta Was this translation helpful? Give feedback.