Petr Fifka
Petr Fifka
+1 node v18.16.0 npm 9.6.6 Prompt: npm install styled-components ERR: ``` 01-starting-project 2 git:(accounts) ✗ npm install styled-components npm ERR! Cannot read properties of null (reading 'edgesOut') npm ERR! A...
I think the same issue is mentioned there: https://github.com/cypress-io/cypress/issues/26982
@jennifer-shehane Yeah, turning off the web security is working. Still, it is only a workaround, right? I am not a very big fan of turning off Chrome security. ``` javascript...
> @fifkapetr does the web security off still works for you? I tried to add it on cypress.config.js, but still it doesn't work. I'm only using firefox now since it...