npm ci
(install dependencies)npm run build
(compile todist/
)npm run start
(run)
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