You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TSError: ⨯ Unable to compile TypeScript:
server/bin/index.ts:81:49 - error TS2349: This expression is not callable.
Type 'typeof import("Parsr/node_modules/file-type/index")' has no call signatures.
81 let fileType: { ext: string; mime: string } = filetype(fs.readFileSync(filePath));
Steps To Reproduce
Steps to reproduce the behavior:
npm i
npm run run:debug -- --input-file samples/t1.pdf --output-folder dist/ --document-name example --config server/defaultConfig.json --pretty-logs
Summary
Steps To Reproduce
Steps to reproduce the behavior:
npm i
npm run run:debug -- --input-file samples/t1.pdf --output-folder dist/ --document-name example --config server/defaultConfig.json --pretty-logs
Environment
The text was updated successfully, but these errors were encountered: