We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting Started > Installing Cypress
Getting Started > Installing Cypress > Node.js states
"If you're using npm to install Cypress, we support:"
npm
This leaves the question open about what is supported if pnpm or Yarn is used.
pnpm
Yarn
On
Getting Started > Installing Cypress > Direct download it says:
"If you're not using Node or npm in your project or you want to try Cypress out quickly, you can always download Cypress directly from our CDN.
Again, there is no mention of pnpm or Yarn.
I'm not sure of the best way to resolve this. Possibly just add pnpm or Yarn to the mention of npm?
The text was updated successfully, but these errors were encountered:
jaffrepaul
Successfully merging a pull request may close this issue.
Subject
Getting Started > Installing Cypress
Description
Getting Started > Installing Cypress > Node.js states
"If you're using
npm
to install Cypress, we support:"This leaves the question open about what is supported if
pnpm
orYarn
is used.On
Getting Started > Installing Cypress > Direct download it says:
"If you're not using Node or
npm
in your project or you want to try Cypress out quickly, you can always download Cypress directly from our CDN.Again, there is no mention of
pnpm
orYarn
.Suggestion
I'm not sure of the best way to resolve this. Possibly just add
pnpm
orYarn
to the mention ofnpm
?The text was updated successfully, but these errors were encountered: