Here is a cool video on how to install node js on an Android device
Hope you enjoyed the video
In case of any queries, just put them in the comments section below
Please subscribe.
Here are the steps
Steps...
1. apt update
2.apt upgrade
3. apt install nodejs
4. node
5.console.log('hello world in nodejs')
....
To create new file...
1.touch app.js
2.apt install nano
3.nano app.js
...type console.log('hello world in nodejs')
4.Ctrl + x, yes (to save)
5. node app.js