I'm getting error: Cannot read properties of undefined (reading 'hasOwnProperty') when I run my cypress project?

I’m getting error: Cannot read properties of undefined (reading ‘hasOwnProperty’) when I run my cypress project?

Hello NoahSmith,

With this specific error, what you need to do is define the required dependencies in the lambdaTest-config.json file instead of passing it from the package.json file. This will override the package.json file and the issue will be resolved.