There is a problem with a dependency when installing on an up to date (node red v1.2.6 - node 12.20.0) with the gRPC dependency.
A workaround by preinstalling the latest gRPC lib temporary fixed it for me.
npm install grpc --> at the moment 1.24.4
after this the installation of the plugin was successfull.
There is a problem with a dependency when installing on an up to date (node red v1.2.6 - node 12.20.0) with the gRPC dependency.
A workaround by preinstalling the latest gRPC lib temporary fixed it for me.
npm install grpc
--> at the moment 1.24.4 after this the installation of the plugin was successfull.