Cypress installation before I run npx visualtest-setup
Hello,
I have issue installing cypress.
I tried installing cypress using this command.
npm install Anonymous/visualtest-cypress@latest
After I run this command,
npx visualtest-setup, It still shows me cypress not found.
If I try installing cypress with this command: npm install cypress, it gives me error: unable to get local issuer certificate.
Then later on, I also tried setting up SSL certification config false by using various command like:
1] git config --global http.sslcainfo /mingw64/ssl/certs/ca-bundle.crt
2] git config --global http.sslbackend schannel
3] git config --global http.sslVerify false
but still no luck.
Note: I am using my company laptop and it has some firewall or proxy settings and might be due to those settings it won't allow me to install cypress.
Please let me know if you have any better solution for me.