Is it normal to wait a long time to install puppeteer using yarn?

is it normal to use yarn to install puppeteer for a long time?
Building fresh packages did not respond after running for a long time:

 yarn add puppeteer
yarn add v1.12.3
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
//...
[5/5] Building fresh packages...
[-/3]  waiting...
[2/3]  preact
[3/3]  puppeteer
Nov.04,2021

compile browser


can be changed to taobao source
yarn config set registry https://registry.npm.taobao.org


it is normal for puppeteer to download slowly or fail to connect to the build, of google host's chrome by default.

you can use puppeteer-core instead and assign a chrome to it

.

try to set yarn's warehouse to taobao, but you can do this:

use cnpm to install the specified version of puppeteer in package.json, and then yarn install

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bec4-33e82.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bec4-33e82.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?