Open tatsuya-takahashi opened 6 years ago
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
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.
@sjmamani thank you for your kindness, It works for me.
I don't know why this error occured with below code.
Typescript 3.0.4 gremlin: 3.3.4