error installing cypress on windows 64 with npm
error installing cypress on windows 64 with npm
There is a Bug in @cypress/request.
Take a look at https://github.com/cypress-io/request/pull/15
EDIT: There is a PR from one of the devs. https://github.com/cypress-io/request/pull/16
Looks like Cypress issue with latest versions. we have this problem for v8.7.0 today. npm install har-validator
manually installed the missing har-validator module, that helped.