Coder Social home page Coder Social logo

Comments (10)

dgurns avatar dgurns commented on May 18, 2024 5

hi all, ran into the same issue here. Was able to fix it by:

import { launchChromium } from 'playwright-aws-lambda/dist/src';

from playwright-aws-lambda.

6unpk avatar 6unpk commented on May 18, 2024 2

also you can fix like this

import * as playwright from 'playwright-aws-lambda';

from playwright-aws-lambda.

danestves avatar danestves commented on May 18, 2024

I'm having the same error, the versions that work for me is:

"playwright-aws-lambda": "^0.4.0",
"playwright-core": "^0.11.1",

But i need the newer version for the project that i'm working on

from playwright-aws-lambda.

Spawnrad avatar Spawnrad commented on May 18, 2024

I having the same issue.

"playwright-aws-lambda": "^0.8.0",
"playwright-core": "^1.22.2",

from playwright-aws-lambda.

myishay avatar myishay commented on May 18, 2024

same here

from playwright-aws-lambda.

thorwebdev avatar thorwebdev commented on May 18, 2024

Similar issue with

"playwright-aws-lambda": "^0.8.0",
"playwright-core": "^1.23.3",

TypeError: Cannot read properties of undefined (reading 'launchChromium')

Did anyone manage to workaround it?

from playwright-aws-lambda.

albiesoft avatar albiesoft commented on May 18, 2024

Same here

from playwright-aws-lambda.

Kang-Jerry-Github avatar Kang-Jerry-Github commented on May 18, 2024

same here

from playwright-aws-lambda.

TroutZen avatar TroutZen commented on May 18, 2024

same here

from playwright-aws-lambda.

agamm avatar agamm commented on May 18, 2024

hi all, ran into the same issue here. Was able to fix it by:

import { launchChromium } from 'playwright-aws-lambda/dist/src';

This fixed it for me too.

from playwright-aws-lambda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.