I get this error when attempting to run my Node application:
C:/Me/MyApp/node_modules/@types/enzyme/index.d.ts (351,15): Cannot find name 'Cheerio'.
I came across a post that suggests I should be using cheerio rather than Cheerio but the error seems to be coming from a package in the node_modules folder, not my code so I'm not sure what to do here. How can I resolve this issue?