Skip to content
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

Add Cypress uninstall instructions #5945

Open
MikeMcC399 opened this issue Oct 10, 2024 · 0 comments
Open

Add Cypress uninstall instructions #5945

MikeMcC399 opened this issue Oct 10, 2024 · 0 comments

Comments

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Oct 10, 2024

Subject

Guides

Description

What would you like?

Add uninstall instructions for Cypress.

Uninstall of the Cypress npm package itself is according to the package manager used to install:

  • npm uninstall cypress
  • yarn remove cypress
  • pnpm remove cypress

Full removal requires also deletion of Cypress cached binary and app data.

Why is this needed?

There are no instructions about how to uninstall Cypress.

Cypress stores additional binary and data in system-dependent locations:

In addition to the cypress npm package, installing Cypress also installs a Cypress binary version into a binary cache location.

  • macOS: ~/Library/Caches/Cypress
  • Linux: ~/.cache/Cypress
  • Windows: $LOCALAPPDATA/Cypress/Cache (POSIX-syntax) / %LOCALAPPDATA%\Cypress\Cache (Windows-syntax)

When Cypress is run, it saves App Data

  • macOS: ~/Library/Application Support/Cypress ?
  • Linux: ~/.config/Cypress
  • Windows: $APPDATA/Cypress (POSIX-syntax) / %APPDATA%\Cypress (Windows-syntax)

Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant