# Resolving Errors ## Playwright ### Why does the Playwright installation hang or fail? Outdated versions of Playwright can cause browser installation to hang, fail, or behave unexpectedly. Update Playwright and regenerate your lock file with your package manager so the lock file pins the latest version. Browser installation is opt-in. Follow the setup instructions for [Node.js](/languages/node#playwright) or [Python](/languages/python#playwright) to enable it.