Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tried it in termux but with error #24

Open
iJustGhost opened this issue Jan 20, 2023 · 3 comments
Open

Tried it in termux but with error #24

iJustGhost opened this issue Jan 20, 2023 · 3 comments

Comments

@iJustGhost
Copy link

iJustGhost commented Jan 20, 2023

I was wondering if it's possible to run this in termux
`node:internal/modules/cjs/loader:1056
throw err;
^

Error: Cannot find module './android'
Require stack:

  • /data/data/com.termux/files/usr/lib/node_modules/kickthemout/node_modules/network/lib/index.js
  • /data/data/com.termux/files/usr/lib/node_modules/kickthemout/lib/Network.js
  • /data/data/com.termux/files/usr/lib/node_modules/kickthemout/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1053:15)
    at Module._load (node:internal/modules/cjs/loader:898:27)
    at Module.require (node:internal/modules/cjs/loader:1120:19)
    at require (node:internal/modules/helpers:112:18)
    at Object. (/data/data/com.termux/files/usr/lib/node_modules/kickthemout/node_modules/network/lib/index.js:4:20)
    at Module._compile (node:internal/modules/cjs/loader:1239:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1293:10)
    at Module.load (node:internal/modules/cjs/loader:1096:32)
    at Module._load (node:internal/modules/cjs/loader:935:12)
    at Module.require (node:internal/modules/cjs/loader:1120:19) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '/data/data/com.termux/files/usr/lib/node_modules/kickthemout/node_modules/network/lib/index.js',
    '/data/data/com.termux/files/usr/lib/node_modules/kickthemout/lib/Network.js',
    '/data/data/com.termux/files/usr/lib/node_modules/kickthemout/index.js'
    ]
    }`
@roccomuso
Copy link
Owner

Are you installing it globally?
I never tried it on termux.

@iJustGhost
Copy link
Author

Are you installing it globally?
I never tried it on termux.

Yes and I also do have Magisk root.

@roccomuso
Copy link
Owner

I can't really debug it at the moment.
And I don't know what's that ./android module is trying to import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants