jhipster/jhipster-registry

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

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)

Fixed in jhipster/generator-jhipster#12664

Workaround until patch release is to update @types/enzyme version in package.json:

"@types/enzyme": "3.10.7",