This project uses Puppeteer under the hood. Most install issues are related to that.
Indeed, I get Error: Unsupported platform: android from puppeteer's installation script when running npm i -g fast-cli on Termux on Android.
However, there is this comment in a puppeteer issue which indicates that it might be possible to work around it, but it looks like it is some configuration that the code calling puppeteer would have to do.
The readme says
Indeed, I get
Error: Unsupported platform: android
from puppeteer's installation script when runningnpm i -g fast-cli
on Termux on Android.However, there is this comment in a puppeteer issue which indicates that it might be possible to work around it, but it looks like it is some configuration that the code calling puppeteer would have to do.
Can this be done? Thanks