.. .node_modules/puppeteer/.local-chromium/linux-496140/chrome-linux/chrome: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory
./chrome -v --no-sandbox --disable-setuid-sandbox
const puppeteer = require( 'puppeteer' ) ;
( async ( ) = > {
const browser = await puppeteer. launch( { args: [ '--no-sandbox' , '--disable-setuid-sandbox' ] } ) ;
const page = await browser. newPage( ) ;
await page. goto( 'https://example.com' ) ;
await page. screenshot( { path: 'example.png' } ) ;
await browser. close( ) ;
} ) ( ) ;
yum install 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 -y
yum install 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 -y