My goal is to develop a VS Code extension with speech recognition, ideally via google's API.
When attempting to import and use @google-cloud/speech
, the following error is thrown at runtime:
Error: @grpc/grpc-js only works on Node ^8.13.0 || >=10.10.0
VS Code (as of 6/20/2019) is running electron 3.18 and node.js 10.2.0. Does this mean there is no way to work around this issue?
I'm following this tutorial: https://cloud.google.com/speech-to-text/docs/streaming-recognize