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
You have to use command ./node_modules/.bin/cypress version to get the cypress version.
./node_modules/.bin/cypress version