cypress install package.json version
If you having cypress versioning issues - i.e, you have a global cypress version 5.4 but your project uses cypress 4.9, you can uninstall global version using
npm uninstall cypress -g
Then make sure you're in your project source directory, then install using the following command :-
npx cypress install
Comments