-
Notifications
You must be signed in to change notification settings - Fork 325
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
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 inpm run run:debug -- --input-file samples/t1.pdf --output-folder dist/ --document-name example --config server/defaultConfig.json --pretty-logs
Environment
- Reference commit/version: dd2bc04
- OS: Ubuntu
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working