Eloise

Results 12 comments of Eloise

Try running `node64 -v` or `node64==32 -v`. I found that the node executable in the NVM folder was named **node64.exe**, which also broke npm commands. Renaming that file to **node.exe**...

I get the same issue. Using the following versions `"@cypress/skip-test": "^2.6.1",` `"cypress": "^9.2.0"` OS: OSX 11.6.1 node: v14.17.6 npm: 6.14.15

After exploring past issues I modified my config, But components which reference other components are showing in the results. Eg a title component might be used in a hero section...

That doesn't work either. I get this error: ``` NaN pending 10 05 2019 14:13:31.289:ERROR [karma-server]: TypeError: Cannot read property 'toString' of undefined at padNumber (C:\git\angularWebApp\node_modules\karma-brief-reporter\lib\util\printers.js:7:21) at printStats (C:\git\angularWebApp\node_modules\karma-brief-reporter\lib\util\printers.js:13:19) at...

Any other suggestions on how to resolve?

I'm just getting my head around contentful apps myself. I think you're using the wrong function call. I don't know which one you should use though. For anyone landing on...

Initially I was using the short syntax with no config overrides. Then I used the stats options from the link you sent. The same error is generated ## Previous `gatsby.config`:...