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
When building in a Vite project (uses Rollup) it throws the error:
[12:45:41 AM] ERROR Cannot resolve "iconv-lite" from ".../node_modules/restructure/src/DecodeStream.js" and externals are not allowed!
When I see correctly then fontkit was using iconv-lite but it has been removed in 2.0 but 2.0 hasnt yet been added to fontkit, PR #1367
iconv-lite
The text was updated successfully, but these errors were encountered:
pdfkit using fontkit 1.9, where is iconv-lite required. Allow iconv-lite in rollup/vite as external package. PR for upgrade fontkit is here: #1367
Sorry, something went wrong.
There PR is open for 2.5 years
No branches or pull requests
Bug Report
When building in a Vite project (uses Rollup) it throws the error:
When I see correctly then fontkit was using
iconv-lite
but it has been removed in 2.0 but 2.0 hasnt yet been added to fontkit, PR #1367Your environment
The text was updated successfully, but these errors were encountered: