Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 523 Bytes
  • npm ci (install dependencies)
  • npm run build (compile to dist/)
  • npm run start (run)

Issue

  • npm run build fails starting with @tolgee/i18next v5.23.0 (works fine with v5.22.0)
src/index.ts:2:3 - error TS2305: Module '"@tolgee/i18next"' has no exported member 'BackendFetch'.

2   BackendFetch,
    ~~~~~~~~~~~~

src/index.ts:4:3 - error TS2305: Module '"@tolgee/i18next"' has no exported member 'Tolgee'.

4   Tolgee,
    ~~~~~~


Found 2 errors in the same file, starting at: src/index.ts:2