如何将外部 npm 包添加到 phonegap?

How to add external npm packages to phonegap?

如何将外部 npm 包添加到 phonegap?在我的 phonegap 应用程序中,我需要添加 IBM Watson Speech To Text node.js 包,您可以在此处找到 - http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/speech-to-text/api/v1/?node#

我知道我必须通过 npm install watson-developer-cloud 下载它,但之后我应该怎么做才能在 phonegap 中访问它?

您将无法 运行 PhoneGap 中的 watson-developer-cloud npm 模块,因为它无法在浏览器中 运行。

我们正在工作(请参阅 this) on restructuring the module to run in the browser. In the meantime, if you are trying to use the Speech to Text service in PhoneGap use the watson-speech 模块,其中包含 Speech To Text 和 Text to Speech API。