-
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
docs: install cypress via pnpm #5402
Conversation
👷 Deploy request for cypress-docs pending review.Visit the deploys page to approve it
|
✅ Deploy Preview for benevolent-cat-040f48 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
This comment was marked as outdated.
This comment was marked as outdated.
ugh, I misinterpreted your meaning and submitted the PR. |
This comment was marked as resolved.
This comment was marked as resolved.
Correct the problem of incorrect symbol writing Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
uh-huh, Do I need to change it to 'pnpm install cypress --dev'? The 'pnpm install cypress --dev' approach is not desirable in my use. It is also because of this way of initializing Cypress that I submit this issue. |
This comment was marked as outdated.
This comment was marked as outdated.
I don't know why, but it takes more than twenty minutes to install with 'pnpm install cypress -D' (as I recall), but only 10-20 seconds with npm. Moreover, the project completed by pnpm installation lost the test case, so I need to install the patch of the use case again for the test case. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
When I found that I could not install it correctly through 'pnpm', I wondered if it was related to the underlying implementation of pnpm. |
Apologies for my confusion between |
Let pnpm in line with the npm and yarn installs examples above
Hi @MikeMcC399 add or install, I am very terrible at using pnpm. You're just trying to clear my mind. thanks for you. |
This PR is related to #27419.