-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
pnpm v10 blocks Cypress binary installation by default #6069
Comments
@MikeMcC399 This would be great to update. |
I found that the Troubleshoot installation instructions could be executed unchanged. Since the pnpm warning is quite explicit, I didn't add anything to the troubleshooting section. The warning should be self explanatory and any reader of the advanced installation page, where the troubleshooting instructions are located, can be implicitly expected to read the regular installation instructions first and be familiar with them. The warning is:
|
The release notes of [email protected] list:
I could not find these new commands on the https://pnpm.io/ documentation website yet, so I suggest to wait for pnpm to catch up and to stabilize before adding any new information for pnpm 10.x to the Cypress documentation. |
Description
Issue
[email protected] was released today, Jan 7, 2025 and includes a breaking change:
The installation instructions for Cypress with pnpm
are no longer sufficient to install the Cypress binary together with the cypress npm module.
This affects also the Troubleshoot installation instructions.
Logs
Alternatives
Add exception
Add
cypress
to the exception list for pnpm life cycle scripts inpackage.json
:Install Cypress binary manually
This allows Cypress to run, however pnpm will continue to output the warning message about ignored build scripts.
The text was updated successfully, but these errors were encountered: