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
Following the guidelines in MAINTAINERSHIP.md, I run the build command.
Note: I only cloned the repo, installed the node_modules and ran the build command.
What actually happened?
It crashes with the following error:
/pdf-lib/node_modules/ttypescript/lib/loadTypescript.js:11
function __() { this.constructor = d; }
^
TypeError: Cannot set property constructor of [object Object] which has only a getter
What did you expect to happen?
I expect to see the expected output as described in MAINTAINERSHIP.md.
How can we reproduce the issue?
You only need to clone the project, install node_modules and run the build command.
Version
v1.17.1
What environment are you running pdf-lib in?
Node
Checklist
My report includes a Short, Self Contained, Correct (Compilable) Example.
I have attached all PDFs, images, and other files needed to run my SSCCE.
Additional Notes
No response
The text was updated successfully, but these errors were encountered:
What were you trying to do?
I'm trying to compile the project
How did you attempt to do it?
Following the guidelines in MAINTAINERSHIP.md, I run the
build
command.Note: I only cloned the repo, installed the node_modules and ran the build command.
What actually happened?
It crashes with the following error:
What did you expect to happen?
I expect to see the expected output as described in MAINTAINERSHIP.md.
How can we reproduce the issue?
You only need to clone the project, install node_modules and run the build command.
Version
v1.17.1
What environment are you running pdf-lib in?
Node
Checklist
Additional Notes
No response
The text was updated successfully, but these errors were encountered: