Skip to content
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

Gremlin.createClient is not a function #114

Open
tatsuya-takahashi opened this issue Oct 23, 2018 · 2 comments
Open

Gremlin.createClient is not a function #114

tatsuya-takahashi opened this issue Oct 23, 2018 · 2 comments

Comments

@tatsuya-takahashi
Copy link

I don't know why this error occured with below code.

const Gremlin = require("gremlin");
// Gremlin
const client = Gremlin.createClient(
    443,
    ...

Typescript 3.0.4
gremlin: 3.3.4

@sjmamani
Copy link

You have to use the gremlin version 2.7.0:

npm install gremlin@2.7.0

The function createCliente doesn't work with gremlin's new versions.

@tatsuya-takahashi
Copy link
Author

tatsuya-takahashi commented Oct 28, 2018

@sjmamani
thank you for your kindness, It works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants