hot to start cypress

JavaScript
npm install cypress                //takes about 3-5 minutes for entire process
./node_modules/.bin/cypress open   // just cypress run wont work
Source

Also in JavaScript: