-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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] Helpful error message for lockfile #4242
Comments
If anyone else arrives here due to searching about lock file errors. I had the same problem, but came to realise that since I had included playwright and all the browser packages as dependencies that the lockfile was causing issues because the browser packages were simultaneously being built. To fix, just change
to
in your |
eugpoloz
added a commit
to VKCOM/VKUI
that referenced
this issue
Apr 26, 2021
to handle lockfile error in privacy app ref: microsoft/playwright#4242
eugpoloz
added a commit
to VKCOM/VKUI
that referenced
this issue
May 14, 2021
to handle lockfile error in privacy app ref: microsoft/playwright#4242
eugpoloz
added a commit
to VKCOM/VKUI
that referenced
this issue
May 14, 2021
to handle lockfile error in privacy app ref: microsoft/playwright#4242
eugpoloz
added a commit
to VKCOM/VKUI
that referenced
this issue
May 14, 2021
to handle lockfile error in privacy app ref: microsoft/playwright#4242
eugpoloz
added a commit
to VKCOM/VKUI
that referenced
this issue
May 18, 2021
to handle lockfile error in privacy app ref: microsoft/playwright#4242
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From a user report on Slack:
Manually cleaning up the browsers directory and reinstalling fixed it. Not sure how the lockfile was initialized (hopefully not a yarn quirk), but we could show a more helpful error message suggesting towards a fix.
Update: This response might explain the cause
The text was updated successfully, but these errors were encountered: