pdfvuer icon indicating copy to clipboard operation
pdfvuer copied to clipboard

ERROR in ./node_modules/pdfjs-dist/build/ on 1.10.0

Open MingSwivel opened this issue 3 years ago • 5 comments

FYI. @arkokoley

CleanShot 2022-08-19 at 10 17 37@2x

I downgraded back to 1.9.2 first. 🥲

MingSwivel avatar Aug 19 '22 02:08 MingSwivel

@MingSwivel I am also facing the same error as above. I get the above error with all versions of pdfvuer.

Did you find any solution to this problem? Can you share the solution with me? Thank you!

Pracel-Tult avatar Aug 22 '22 08:08 Pracel-Tult

Hi @Pracel-Tult I downgraded to 1.9.2 and works again.

MingSwivel avatar Aug 22 '22 10:08 MingSwivel

@MingSwivel Thank you!. Can you send me your package.json file ? I tried with version 1.9.2 but still get the above error.

Pracel-Tult avatar Aug 22 '22 10:08 Pracel-Tult

Be sure you removed ^ symbol inside ""

"pdfvuer": "1.9.2",

Then, yarn / npm install again.

MingSwivel avatar Aug 22 '22 11:08 MingSwivel

@MingSwivel wow, thanks to your guide i fixed the error. Thank you very much. Thank you for your help.

Pracel-Tult avatar Aug 23 '22 02:08 Pracel-Tult