We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pdfkit/lib/font/standard.js
Line 23 in b35c6f9
This is giving me an error when trying to deploy to AWS Lambda using SST because of an extra slash in the path:
Error: ENOENT: no such file or directory, open '/var/task/packages/functions/src//data/Helvetica.afm'
notice the extra slash / after src.
src
If we use path.join() instead of + that would fix the problem
+
The text was updated successfully, but these errors were encountered:
please solve
Sorry, something went wrong.
Any workaround?
No branches or pull requests
pdfkit/lib/font/standard.js
Line 23 in b35c6f9
This is giving me an error when trying to deploy to AWS Lambda using SST because of an extra slash in the path:
Error: ENOENT: no such file or directory, open '/var/task/packages/functions/src//data/Helvetica.afm'
notice the extra slash / after
src
.If we use path.join() instead of
+
that would fix the problemThe text was updated successfully, but these errors were encountered: