-
Notifications
You must be signed in to change notification settings - Fork 110
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
Could you replace iconv with iconv-light? #77
Comments
I have the same issue:
|
I make no guarantees and I'm not maintaining it, but this one I forked and fixed is working for me: https://github.com/zeg-io/xml-stream |
The build errors come from a dep of xml-stream, nan. Older versions of it won't build on Node 10. If you install a newish version of nan (2.11 or above, I believe), then it will build (and xml-stream will install). |
Good to know, but iconv-light doesn't require a build at all and functions just fine, which is why I'd prefer it. |
No disagreement here, just offering a way forward for folks stuck with xml-stream as it is! |
My understanding is light is a completely native solution. I'm currently getting build errors on iconv
The text was updated successfully, but these errors were encountered: