- I install node js and visual studio code , Create a folder and open cmd
- Input npm init
- Input npm install cypress and wait to complete
- I open Visual studio code and run command: " ./node_modules/.bin/cypress open " But nothing is happened. Cypress can't open. I tried with other way as use : npm run cypress:open but it's not open too.
I run on Window 10, node js 8.12, visual studio code ver 1.27.2 In other PC which cypress worked normally with Windows PowerShell in terminal but in error PC it only run with cmd.