You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2019. It is now read-only.
I want to try anvil-connect but I'm facing an issue
I'm working in a closed network and I have a privately hosted npm repo. When I try to npm install -g anvil-connect, it fails because ldapjs is specified as GitHub URL in package json. package.json#116 "ldapjs": "mcavage/node-ldapjs",
I believe it won't be an issue to modify this to point to ldapjs in npm directly instead of github.
So it would look like : "ldapjs": "^1.0.1", plus it will look more aesthetic imho ;)
Let me know if you can do it, or if you prefer a pull request. If you want me to do a pull request, please note the exact version of ldapjs you prefer i.e ^1.0.1 or ~1.0.1 to avoid confusion.