Failed to load grpc_node

Hi, I’m getting a failed to load grpc_node error. I’ve created a simplified version of my project here, it should give you an idea of how my project looks like. Running it should also surface the error I’m facing.
You are probably wondering why I am not using the GraphQL provided by Dgraph, it is because I need certain features that are available on DQL but not GraphQL.

@season this might be an issue with the grpc package (with node v12), this PR recently got merged which migrates from “grpc” to “grpc-js”. I tried your repo with the current master of “dgraph-js” and it works as expected.
The new version for “dgraph-js” should be published to npm soon.

Appreciate you looking into this. I’ll keep an eye out for the new version of “dgraph-js”.