Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Does not work on ubuntu 22.04 #342

@Julink-eth

Description

@Julink-eth

Describe the problem
I'm trying to run a dappeteer script on ubuntu 22.04, here is the script test.mjs:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions