Apify Discord Mirror

t
tim
Offline, last seen 5 months ago
Joined August 30, 2024
Is there a way we can specify a web socket endpoint in the PlaywrightCrawler config (or somewhere else) so we can connect to a remote browser?
8 comments
1
L
M
s
t
A
I am trying to run a playwright crawler with Crawlee and for some reason I'm getting a error saying the puppeteer module cannot be found. I've installed npm install crawlee playwright but not puppeteer

Do i need puppeteer also to run playwright? i dont think so...

Plain Text
https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
./node_modules/@crawlee/puppeteer/index.js
./node_modules/crawlee/index.js
./node_modules/crawlee/index.mjs
./app/actions/crawlee.ts
./app/api/local/crawlee/route.ts
 ⨯ ./node_modules/@crawlee/puppeteer/internals/utils/puppeteer_utils.js:190:21
Module not found: Can't resolve 'puppeteer/package.json'
5 comments
t
g