rdmtc / node-red-contrib-ccu

Node-RED Nodes for the Homematic CCU
https://flows.nodered.org/node/node-red-contrib-ccu
MIT License
70 stars 13 forks source link

Failed at the grpc@1.19.0 install script #138

Open karlleimhofer opened 3 years ago

karlleimhofer commented 3 years ago

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.