gateway with react run "mvn -Pdev,webpack" but "node_modules/@types/enzyme/index.d.ts(732,69): [INFO] TS2304: Cannot find name 'Cheerio'."
jieme198902 opened this issue · 1 comments
jieme198902 commented
Overview of the issue
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Registry Version(s)
Browsers and Operating System
- Checking this box is mandatory (this is just to show you read everything)
ruddell commented
Fixed in jhipster/generator-jhipster#12664
Workaround until patch release is to update @types/enzyme
version in package.json:
"@types/enzyme": "3.10.7",