bajrangCoder/acode-plugin-acodex

Installing acodex in termux doesn't works

Closed this issue · 4 comments

I copy pasted the link to install acodex in termux but nothing happened
Am i missing something?

After pasting the installation link , nothing happens?
Are you using deprecated version of termux?

After pasting the installation link , nothing happens?
Are you using deprecated version of termux?

Screenshot_2023-09-28-14-51-31-401_com.android.chrome.jpg

This is the version I installed , the second one

After pasting the installation link , nothing happens?
Are you using deprecated version of termux?

@bajrangCoder is there any fix? I tried reinstalling termux from Fdroid still the same issue

After pasting the installation link , nothing happens?
Are you using deprecated version of termux?

@bajrangCoder is there any fix? I tried reinstalling termux from Fdroid still the same issue

Just install it manually by following the given methods:

  • in termux first update your packages using:
pkg update && pkg upgrade
  • now install required dependencies:
pkg install nodejs python
  • now install acodex-server package using:
npm i -g acodex-server
  • after installation, you can use acodeX-server command to start the server in termux