palmerabollo / bingspeech-api-client

Microsoft Bing Speech API client in node.js
Other
32 stars 17 forks source link

Missing dependency: debug #7

Closed jkp closed 7 years ago

jkp commented 7 years ago

See src/client.js: you haven't declared it as a dependency in package.json though. Worked around by requiring in my own package for now.

palmerabollo commented 7 years ago

Thanks @jkp