在windows上使用headless true出现newPage不执行的问题
问题原因,这是因为puppeteer不能再windows上以沙盒运行
解决方法,不使用沙盒运行
const browser = await puppeteer.launch({ args: ['--no-sandbox'] });
在linux centos上无法运行的问题
问题原因,chromemin的运行依赖不完整
解决方法直接安装这些依赖
yum install -y pango.x86_64 libXcomposite.x86_64 libXcursor.x86_64 libXdamage.x86_64 libXext.x86_64 libXi.x86_64 libXtst.x86_64 cups-libs.x86_64 libXScrnSaver.x86_64 libXrandr.x86_64 GConf2.x86_64 alsa-lib.x86_64 atk.x86_64 gtk3.x86_64 ipa-gothic-fonts xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-utils xorg-x11-fonts-cyrillic xorg-x11-fonts-Type1 xorg-x11-fonts-misc