Reputation: 21
I'm Trying to install node on android
I have tried:
I have some questions:
Upvotes: 2
Views: 635
Reputation: 1
try termux, its like linux for android. works with/without root!
Upvotes: 0
Reputation: 785
It [is possible] 1 to get node on Android. In fact, in 2020, at the time of this writing, there is an app available through Google Play store. The app called Dory node js. It comes with not only node, but also npm, password encrypted dev server (completely set up, you need only flip a switch in the context menu - and set up the password, especially if port forwarding).
There are a few minor issues, due to Android's security policies (namely file access.) Also I read in the reviews that the version is outdated. But, as it comes with npm, an issue.
Keep in mind, I have no idea who created this app. I researched it myself for about 30 minutes, and I saw a lot of decent reviews, with nothing that scared me. With that said, as I don't know the source, I am not recommending it, just letting everyone know it's there. As always you need to do the research, especially as you'll have to give the app the read write permission for npm.
Upvotes: 1
Reputation: 1324
It doesn't matter rooted or not.
Node.JS doesn't support mobile targets primarily. JXcore is a fork of node.js that works on both desktop and mobile OSes. JXcore's primary target is mobile, you can find JXcore Android release binaries from this link
Upvotes: 0