sindresorhus / fast-cli

Test your download and upload speed using fast.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to make this work in Android with Termux?

papb opened this issue · comments

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