-
Notifications
You must be signed in to change notification settings - Fork 641
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
v1.5.2 breaks next.js build #331
Comments
Also broke one of my apps, same error |
Also broken sveltekit (vitejs) |
https://github.com/LinusU/encode-utf8/releases/tag/v2.0.0 💥 Breaking Changes Migration Guide: This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node. The minimum version of Node.js supported is now: 12.20.0, 14.13.1, and 16.0.0 |
This is the problem LOC: node-qrcode/lib/core/byte-data.js Line 1 in dc20f97
The solution is to properly handle ESM like someone tried to promote in #241, but that seems dead now. This has completely broken our application. |
resolved |
Hey just wanted to give a heads up that the latest patch (v1.5.2) suddently broke my Next.js app pipeline, I figure others may face the same.
Seems like an issue with encode-utf8.
For now I'm fixing qrcode's version in my package to v1.5.1 as I'm not sure how this could be managed.
The text was updated successfully, but these errors were encountered: