Skip to content

Commit

Permalink
feat: try fix not matching Puppeteer version Nouvelle initialisation …
Browse files Browse the repository at this point in the history
…de l'application #47
  • Loading branch information
hrenaud committed Aug 31, 2024
1 parent ed70a2a commit eafa310
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ export const initPuppeteerBrowserIsInstalled = async (
// eslint-disable-next-line @typescript-eslint/no-var-requires
const browser = await puppeteer.launch({
headless: true,
args: [
'--disable-gpu',
'--disable-dev-shm-usage',
'--disable-setuid-sandbox',
'--no-sandbox',
],
// args: [
// '--disable-gpu',
// '--disable-dev-shm-usage',
// '--disable-setuid-sandbox',
// '--no-sandbox',
// ],
})
const puppeterVersion = await (await browser.newPage())
.browser()
Expand Down

0 comments on commit eafa310

Please sign in to comment.