-
Notifications
You must be signed in to change notification settings - Fork 2
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
Delete libxmljs2 (builds fails on newer node) #1
Comments
That was fixed a long time ago we don't use xtraverse we use libxmljs2 |
@rwky Not sure why but a fresh install was failing for me with the same issue - let me check into it more and I'll bring back more info. |
Can you provide the package.json you're using so I can try it out? |
@rwky Issue is libxmljs2 doens't compile on latest node + macos - https://github.com/marudor/libxmljs2/issues/123. That being said - I think libxmljs2 is overkill for what passport-twitter needs. The response from twitter is fixed and known and the regex solution from that PR i linked in the original post here would solve the issue fine w/o needing a native dependency that needs to be constantly kept up to date w/ latest node.
|
Hi, I'm having the same issue on macOS Monterey (12.0.1) on a project using Node.js 16.13.0. Any idea on what approach is preferred to resolve that? |
I think it's reasonable to swap out libxmljs2 with JS standard lib functions if someone wants to open a PR please do! |
Currently if you try to install this package the native extension for this dependency fails to build on node > 12.
PR on the base repo that fixes this: jaredhanson#108
The text was updated successfully, but these errors were encountered: