ITADN

Update Puppeteer to 22 so fuite can run on Linux machines

#96ClosedMattiasMartens 创建于 2024-02-22
M
MattiasMartenscommented
An issue has come up here with Puppeteer: https://github.com/puppeteer/puppeteer/issues/11967 In effect, the problem is that older versions of Puppeteer, such as 21 which the latest version of fuite depends on, don't work on Linux environments anymore (or at least not consistently) because the URL it specifies to download a chrome runtime from is being phased out. Updating the version of puppeteer to the latest will fix this problem.
关闭于 2024-02-23 1 条评论