fast-cli
fast-cli copied to clipboard
Is it possible to make this work in Android with Termux?
The readme says
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.
Can this be done? Thanks