puppeteer-on-termux
puppeteer-on-termux copied to clipboard
Run Puppeteer on termux
running update on alpine container is doesn't work ``` apk update && apk add --no-cache nmap fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/aarch64/APKINDEX.tar.gz ERROR: http://dl-cdn.alpinelinux.org/alpine/edge/main: temporary error (try again later) WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/edge/main: No such...
- puppeteer-core 22.6.3 and upgrade yarn.lock version - fixed Error relocating /usr/lib/libgio-2.0.so.0: statx: symbol not found by moving edge mirors into /testing **add according to the latest doc** - headless:"new"...
If I understand it's some problem with location path in termux and proot or version nodejs? I'm lunch code with "type": "module", and (async () => { const browser =...
After running apk install chromium, you may see errors reported. It seems there problems between other linuxes' c and alpines musl c library that chrome uses. No problem with the...