Here's my code: https://github.com/ErnestoBorio/pdfkit-example
I'm just trying to import the package https://github.com/openartmarket/pdfkit/
which is a fork of another package.
The errors I get are:
main.ts:1:25 - error TS2307: Cannot find module '@openartmarket/pdfkit' or its corresponding type declarations.
Error [ERR_MODULE_NOT_FOUND]: Cannot find package './node_modules/@openartmarket/pdfkit/' imported from ./main.js
Comments
Post a Comment