-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Browsers not installing on Node 14 #1988
Comments
This looks like it is likely related to max-mapper/extract-zip#94. extract-zip is a dependency of the browser fetcher script: playwright/src/server/browserFetcher.ts Line 19 in f386fa9
Homebrew upgraded my environment to Node 14.0.0 surfacing this issue. As a temporary work around, I've |
Looks like this will be fixed with Node.js 14.1.0 |
Node 14.1.0 is now available. I've confirmed that
|
@rwoll Confirmed it is now installing correctly on my Mac, Windows and Ubuntu machines! Thanks! |
microsoft/playwright#1988 microsoft/playwright#4033 (comment) bumped the gh actions node version b/c of above Signed-off-by: Matt Hippely <mhippely@vmware.com>
microsoft/playwright#1988 microsoft/playwright#4033 (comment) bumped the gh actions node version b/c of above Signed-off-by: Matt Hippely <mhippely@vmware.com>
Note: I'm changing the build workflow node version in the commit also to address the re-occuring and intermittent issues with builds failing b/c of playwright not being downloaded. Read more at these issues: microsoft/playwright#1988 microsoft/playwright#4033 (comment) Signed-off-by: Matt Hippely <mhippely@vmware.com>
Note: I'm changing the build workflow node version in the commit also to address the re-occuring and intermittent issues with builds failing b/c of playwright not being downloaded. Read more at these issues: microsoft/playwright#1988 microsoft/playwright#4033 (comment) Signed-off-by: Matt Hippely <mhippely@vmware.com>
Context:
Describe the bug
I just upgraded to the new Node 14 and with both npm and yarn the .local-browsers folder ends up empty on install. I was on Node 13 before and was fine. I just switched back to Node 12 and it works fine again.
The text was updated successfully, but these errors were encountered: