'NPM Package Manager on Android?

So I need a module. Using the old trick of (https://registry.npmjs.org/) I can download a single module, but that module has a dependency module which can have more on them. Its tedious. I can't use Termux (I have android 6) Is there any way to install npm package manager on android? I already have NodeJS Front End for Android, but I can't do new things without new modules. Any console with npm would work... Or an script to download npm modules and dependency's on node would work too...



Solution 1:[1]

Well I developed on termux for android 6 a way back then. The apk is available on internet still. They just dropped the support for it however You can try using this

https://archive.org/download/termux-repositories-legacy/termux-app-git-debug.apk

Let me know if that helps

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 galaxy_01