Cypress Installation
Install Node.js
Note: Install LTS version to avoid any issues with cypress
Install Visual Studio Code
Create your project path
Open your folder into Visual Studio Code
Install cypress in your folder (this step may take a long time to complete)
npm install cypress
Run the code below
npm init
You can answer the questions by clicking Enter until the end
Open cypress (this step may take a long time to open)
npx cypress open
If you try to open Cypress before execute “npm init”, you can have some issue like this: