Bump playwright version in package.json#304
Conversation
|
Thanks for submitting your first pull request! You are awesome! 🤗 |
|
Here's a longer excerpt of my install log after running |
|
I think this is maybe the relevant commit to Playwright that was added in version 1.13.0. I can confirm that v1.13.0 is the first version in which the bug I describe above goes away. I confirmed by setting playwright=^1.13.0 in package.json, then running pip install. Cross-referencing microsoft/playwright#7555 |
|
Thanks @gabalafou for this and the cross-references! |
When I tried to install retrolab on my mac, I got an error message that said
(longer log in comment below)
Upgrading the version of Playwright specified in package.json fixed the issue for me and I was able to install without a problem.