-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cannot install package using node 16.13.1 and node-gyp -v v8.3.0 on MacOS or node:lts-alpine3.14 #15
Comments
At the same time, using node 14.18.2, the order in which libxmljs2 and libxmljs2-xsd are built is correct,
|
More npm logs from the node:lts-alpine3.14 version,
executor failed running [/bin/sh -c npm install libxmljs2-xsd --verbose]: exit code: 1 |
Same problem here. Cannot update to node v16 because of this library. Hope its get fixed soon |
Documentation says "XSD 1.0 validation for node.js 14.x and 16.x" but it is still not working! I tried again with v16.16.0 but got the same error |
Hello Please note that most XSD Schema Validation needs can be addressed by libxmljs2 : https://github.com/marudor/libxmljs2/wiki#validating-against-xsd-schema You need libxmljs2-xsd only if you absolutely require to work with schemas that links/refers to a local file. |
Installing the library using lts-fermium, ~14, works perfectly.
Doing it with its version seems to mess up the way libxmljs2-xsd depends on libxmljs2,
since
Has anyone dealt with something like this?
Full logs below.
Dockerfile
The text was updated successfully, but these errors were encountered: