Hi,
I am trying to connect to daml-ledger using version 0.9.1.
nodejs : 12.19.0
grpc : 1.20.2
This combination is giving me error.
Previously, i’ve had node version 10.22.0 , it was working fine.
I’ve upgraded my nodejs version to 12.19.0 and i found an error while installing @digitalasset/daml-ledger
.
This error was related to incompatible version b/w nodejs(10.22) and grpc(1.18.0). So, i’ve upgraded only grpc client and @digitalasset/daml-ledger
module got installed properly but seems like its missing few script files in grpc@1.20.2 as per my initial analysis.
Could anyone please help !!!
Thanks,
Nandan