Search code examples
versioncypress

how do I check the version of Cypress I have installed via command line


I want to check the version I have of Cypress that is installed via the command line.

how do I check that I have tried Cypress verify and cypress version


Solution

  • You have to use command ./node_modules/.bin/cypress version to get the cypress version.