-
Notifications
You must be signed in to change notification settings - Fork 117
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
xmldom dependency issue #76
Comments
Hi, You can easily test this by: docker pull oraclelinux
docker run -it --entrypoint /bin/bash oraclelinux
yum install -y npm
npm init
# do init stuff to get package.json file
npm i --save samlp Installation stops in error:
Possible solution could be Solution in samlp would be that in @ziluvatar could you verify this and perhaps fix package.json in samlp side? |
Here is PR on this #87 |
Is there any progress on this? This is a huge issue when there is no git present on the system. |
Can this please be fixed or #87 looked at and merged. Much of the corporate world is stuck behind firewalls and can't access github directly. We just want xmldom resolved from npm if possible. |
Hello,
We have an issue trying to deploy our application that uses this library because the xmldom dependency is pointing to another github repository.
Our deployment servers don't have internet access, we use Nexus internally to host any dependencies.
This is the depedency I'm referring to:
"xmldom": "auth0/xmldom#v0.1.19-auth0_1"
Can this be modified to it refers to a specific version in NPM?
The text was updated successfully, but these errors were encountered: