Free knowledge blog: linux, programming, open source, databases, android, frameworks, web and computing in general
In this post we will see how to install Node.Js and NPM (Node package manager) in Android.
At the end we will be able to run Node.js applications as if we had a Linux server.
We will also see how to install dependencies using the npm install
command, since it is a possible thing in Android thanks to Termux.
Specifically we will install version 6.9.0 of NPM and version 12.3.1 of node, although perhaps when you read this post you will install a newer version.