afraid-scarlet•2y ago
How to manually specify path to browser that should be run?
I have a problem with my playwright after restarting app on AWS EB as you can see
my app is trying to run chromium under above path, but I don't have that version installed
I have this:
I'm not sure why this is happening
is this because im using meta package
crawlee: 3.7.2
without caret (^
) and underneath its updated to the newest version?
also playwright: 1.4.1
where newest is 1.4.2
1 Reply
Try to update to latest crawlee and playwright versions.
Also try to use
playwright: "*"
in package.json