**Describe the problem** I'm trying to run a dappeteer script on ubuntu 22.04, here is the script test.mjs: ```javascript import dappeteer from "@chainsafe/dappeteer"; import "dotenv/config"; async function main() { const { metaMask, browser } = await dappeteer.bootstrap(); } main(); ``` I run the command `node tests.mjs` And I get the error `Failed to launch both playwright and puppeteer` **System:** - OS: Ubuntu - OS 22.04 - NodeJs version v18.16.0 - dappeteer version 5.2.0
Describe the problem
I'm trying to run a dappeteer script on ubuntu 22.04, here is the script test.mjs:
I run the command
node tests.mjsAnd I get the error
Failed to launch both playwright and puppeteerSystem: