diff --git a/README.md b/README.md index 2280a6ccbd..2ec72f85f2 100644 --- a/README.md +++ b/README.md @@ -67,20 +67,6 @@ If you want to use the `cypress/included` image, read [Run Cypress with a single ## Common problems -### Cannot run post-install hook - -Some versions of Node.js restrict running the `postinstall` hook with the following error message: - -```text -lifecycle realworld@1.0.0~postinstall: cannot run in wd realworld@1.0.0 -``` - -In that case run install with `npm install --unsafe-perm` flag, or set an environment variable in the container - -```shell -npm_config_unsafe_perm: true -``` - ### Blank screen in Chrome When running headed tests with X11 forwarding in Cypress v4 you might see a blank Chrome screen. Try disabling memory sharing by setting the following environment variables: