-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canvas doesn't seem to be working #20
Comments
I have the same issue |
Huh, that's weird. I will have to investigate. |
Any update on this issue ? I have the same issue using Node.js 20 environment |
I don't have the resource to work on this at the moment. A quick solution didn't seem in reach when I debugged it. PR welcome! |
I am able to fix this issue, so my problem was I used in Azure Devops different kind of agent pool to build my module, because I updated the pdfjs-dist version 2.15.349 NPM package to use unpdf version 0.12.1, and in the meantime I updated the node version as well from 18.18.0 to 20.18.0, and during this update there were many breaking change between the different versions, but I could handle it well. So I used ubuntu:22.04 agent and node.js 18.18.0 accidentally to build my node.js module, and I run my integration test on a different ci docker agent pool, which is used node.js 20.18.0, and I got the same error what is mentioned above. So I fixed this little mistake and now everything works fine. Currently I used this NPM install command:
My NPM dependencies currently:
|
Environment
NodeJS v22
Reproduction
Describe the bug
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: