Go to your project directory which you installed cypress, in your package.json
update the cypress version to the latest, look at the releases versions link, or just install the latest from cli:
npm install cypress@latest --save-dev
Reopen again and verify:
./node_modules/.bin/cypress open
//OR
npx cypress open