Good afternoon, I've been trying to install termux based on arch for a few hours (I feel like it's the closest thing)
The problem is that it marks me
"Error: Cannot find module 'socket.io-client'
Require stack:
- /data/data/com.termux/files/home/TRIGGERcmd-Agent/src/agent.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1070:15)
at Module._load (node:internal/modules/cjs/loader:923:27)
at Module.require (node:internal/modules/cjs/loader:1137:19)
at require (node:internal/modules/helpers:121:18)
at Object.<anonymous> (/data/data/com.termux/files/home/TRIGGERcmd-Agent/src/agent.js:42:22)
at Module._compile (node:internal/modules/cjs/loader:1255:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
at Module.load (node:internal/modules/cjs/loader:1113:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/data/data/com.termux/files/home/TRIGGERcmd-Agent/src/agent.js' ]"
And when trying to fix the node issue, check the following
"npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for node-windows@0.1.14: wanted {"os":"win32"} (current: {"os":"android"})
npm ERR! notsup Valid os: win32
npm ERR! notsup Current os: android
npm ERR! A complete log of this run can be found in: /data/data/com.termux/files/home/.npm/_logs/2024-01-02T06_34_12_807Z-debug-0.log"
Is there any alternative to solve this?