Skip to content
This repository was archived by the owner on Feb 25, 2019. It is now read-only.
This repository was archived by the owner on Feb 25, 2019. It is now read-only.

npm install fails for dependency ldapjs in a closed network #357

@mati-o

Description

@mati-o

Hi,

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions