Failed to download Chromium using yarn. Can I download it manually?

failed to download Chromium using yarn. Can I download it manually? (Taobao image has been set)

D:\workspace\www\ant-design-mobile
 yarn
yarn install v1.12.3
//...
Directory: D:\\workspace\\www\\ant-design-mobile-pro\\node_modules\\puppeteer
Output:
ERROR: Failed to download Chromium r599821! Set \"PUPPETEER_SKIP_CHROMIUM_DOWNLOAD\" env variable to skip download.
{ Error: connect ETIMEDOUT 172.217.161.176:443
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1113:14)
  errno: "ETIMEDOUT",
  code: "ETIMEDOUT",
  syscall: "connect",
  address: "172.217.161.176",
success Saved lockfile.
Done in 343.80s.

question:
can I download Chromium manually? You can download it from https://npm.taobao.org/mirrors/chromium-browser-snapshots/Win_x64/. The question is, what directory should I put it in after downloading?

Nov.11,2021

what I understand is that you can put it in the directory where you plan to use it

Menu