sboily / node-red-contrib-google-stt

Apache License 2.0
0 stars 1 forks source link

I got install error #1

Open yanagih opened 4 years ago

yanagih commented 4 years ago

Hi, I installed node-red-contrib-google-stt in Node-RED v1.0.3. But it did not work. I check the node pallet of Node-RED and I found the error below. ReferenceError: window is not defined (line:5)

sboily commented 4 years ago

Hello, ohhh :(, this is a fix i did because protobufjs bug with that. How did you install node-red?

yanagih commented 4 years ago

I tried 2 way. One is npm install node-red-contrib-google-translate. Other is manage pallete of Node-RED. But the result was the same error.

yanagih commented 4 years ago

I'm sorry. Your question is Node-RED.

OS: MacOS 10.15.3 node: 10.16.3

mkdir nr1.0.3 cd nr1.0.3 npm init -y npm install node-red npx node-red -u . <= I added

sboily commented 4 years ago

Ok thank you, my installation running on docker. So i need to check. I will make a change.

sboily commented 4 years ago

Can you retry with the 0.0.4 version please.