I\'m just new to node and npm and this is frustrating.
Well it\'s almost all said in the title. On a Windows 10 x64 using a NON elevated prompt, all npm commands sho
For me, just adding --force
solved it.
Go to the folder where you have installed Cypress. For example D:\cypressautomation --> then go to "node_modules" --> and then ".bin" folder. Here in this folder, if there is any file named "cypress", then just delete it (before deleting I think cypress needs to be closed). Reopen the cypress. This worked perfectly fine for me.