UNPKG

@cityssm/puppeteer-launch

Version:

Launch Puppeteer, falling back to system browsers when the cached ones aren't working or aren't available.

9 lines (8 loc) 249 B
import { installChromeBrowser } from './installers.js'; try { await installChromeBrowser(); console.log('✔️ Chrome browser installed successfully'); } catch (error) { console.error('❌ Error installing Chrome browser:', error); }