7 ms·
The problem I have with coding on Termux is that it's not a full Linux environment, and a lot of tools will fail to compile because there's some dependency that
by ricardolopes 11mo ago
The problem I have with coding on Termux is that it's not a full Linux environment, and a lot of tools will fail to compile because there's some dependency that doesn't exist. That includes, for instance, database adaptors for nodejs, which compromises web app development.
Do you use any workaround for that huge limitation? Or just SSH into a proper Linux box?
- owickstrom 11mo agoYeah main workflow is over ssh into desktop rig.