1npm install cypress or npm install cypress --save-dev // Make sure that you have already run npm init
2
3./node_modules/.bin/cypress open //to open cypress window, will take 30 secs
1npm install cypress //takes about 3-5 minutes for entire process
2./node_modules/.bin/cypress open // just cypress run wont work