Mike McCready
Mike McCready
I suggest to close this PR as the experimental option `experimentalInteractiveRunEvents` is valid and should not be removed from the documentation.
@jkjustjoshing It would probably make sense to cut out the intermediate redirect and just have https://docs.cypress.io/api/node-events/after-spec-api#Syntax linked to https://docs.cypress.io/app/references/experiments#Configuration dropping the intermediate link to: https://docs.cypress.io/app/references/configuration#Experiments Whatever alternative action might be...
@gabralia It sounds like you have a mismatch between your `package.json` / `package-lock.json` version of Cypress and what you are trying to install in your Dockerfile. Check the example in...
@gabralia What is the result of running the following? ```shell npm ci --ignore-scripts npm ls cypress ```
This appears to be a configuration error, not a bug in Cypress, so if there is no further information available, I suggest to close this issue.
This issue is already resolved in the `master` branch through PR https://github.com/desktop/registry-js/pull/285 from @sergiou87 , merged on June 11, 2025, however the `latest` release is still [[email protected]](https://github.com/desktop/registry-js/releases/tag/v1.16.1), released on May...
@sergiou87 Are you available to comment / and or cut a new release?
@sergiou87 Perhaps you will have time to look at this soon?
For comparison, Yarn 4 pnp does run the postinstall script if a project is reinstalled.
@zkochan Let me look at the side-effects cache setting to see if it solves the issue. Cypress uses postinstall to install its Electron app. This is indeed cached, however users...