NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
226 stars 83 forks source link

installation error node-red-contrib-google-speech with node.js 10 #125

Open tobiashilsenbeck opened 5 years ago

tobiashilsenbeck commented 5 years ago

hello guys,

i have a prblem to install node-red-contrib-viseo-google-speech. every time the follwoing error is coming: grafik

could anybody help me?

thank you very mutch

marianacastan commented 4 years ago

any reviews on that? I can't install this node as well, should I downgrade my node version?

JpEncausse commented 4 years ago

Hello, yes it's a known issue, Google/Speech has a sub-dependency tied to Node version. If I remember correctly you can npm install a newer version of Google/Speech

marianacastan commented 4 years ago

Hello, hm..I am trying to install the latest version of node-red-contrib-viseo-google-speech 0.4.0 availiable at manage palette

image

but when I try to install it gives me a few errors

image and at the end image

my node version is v10.16.3 and I don't know how to fix this problem

JpEncausse commented 4 years ago

It's the sub module grpc1.7.3 used by Google that is not compatible with Node v10.

Try to install a newer version of grpc or a newer version of @google-cloud/speech using npm in command line. (Or downgrade to v8)

We'd like (when we'll have more time) to upgrade the framework to latest NodeJS with latest Node-RED and latest dependencies.

marianacastan commented 4 years ago

Thank you a lot! Just downgraded to v8 and it worked!