opengovsg / pdf2md

A PDF to Markdown converter
https://www.npmjs.com/package/@opendocsg/pdf2md
MIT License
195 stars 39 forks source link

Error: Cannot find module 'pdfjs-dist/legacy/build/pdf' #85

Closed bloemy7 closed 3 months ago

bloemy7 commented 3 months ago

Describe the bug Without changing any code, I am now getting this error on build: Error: Cannot find module 'pdfjs-dist/legacy/build/pdf' Require stack: - /workspace/node_modules/@opendocsg/pdf2md/lib/util/pdf.js - /workspace/node_modules/@opendocsg/pdf2md/lib/pdf2md.js - /workspace/index.js

To Reproduce Steps to reproduce the behavior:

  1. Build with latest 0.1.30 version

Expected behavior Able to build

LoneRifle commented 3 months ago

Hi, thanks for spotting this. Do you have a GitHub repository that reproduces this?

LoneRifle commented 3 months ago

Fixed in 767ffcc