Termux
Recently I’ve found a very neat Adnroid app which I can run on my Chromebook - Termux- “Termux combines powerful terminal emulation with an extensive Linux package collection.” In essence after installing it you will have a nice Linux distro on your Android device without root. In my case I’ve decided to try if I can use Termux for Node development. Node development The initial plan was to install node inside Termux and to use it to install npm packages and run code. ...