gucong3000 / mirror-config-china

Mirrors in China about node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Host

leandroaps opened this issue · comments

I'm using Jenkins to create a pipeline with the Puppetter, but the host from China is blocked on my network (Brazil), there's a way to download Chromium from another host?

I try everything, but this is blocked on my network, I don't know if it's because this is hosted on China or other-thing. I'll try some offline options like downloading the package for Chromium and build a Dockerfile for it.

Try this:

npm i puppeteer -- puppeteer-download-host=https://storage.googleapis.com

If you can access Google through a proxy

npm i puppeteer --puppeteer-download-host=https://storage.googleapis.com --https-proxy=http://your.proxy.host