fhempy / gassistant-fhem

Connect FHEM to Google Assistant: https://wiki.fhem.de/wiki/Google_Assistant_FHEM_Connect
6 stars 1 forks source link

Node.js v12 compatibility #1

Closed jpawlowski closed 4 years ago

jpawlowski commented 4 years ago

It seems this module is not compatible with new LTS Node.js v12 since it (implicitly) depends on a old version of grpc (1.20.0).

See build results here: https://travis-ci.com/fhem/fhem-docker/jobs/248272843

According to this comment, one should simply use grpc >= 1.20.2

fhempy commented 4 years ago

Thank you for the hint!

Can you please try adding grpc 1.24 to the package.json and let me know if it works for you? "grpc": "^1.24.2"

fhempy commented 4 years ago

Fixed with new grpc release