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

时间:2016-02-18 10:59:01

标签: android node.js cordova npm ibm-watson

如何将外部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中访问它?

1 个答案:

答案 0 :(得分:1)

您将无法在PhoneGap中运行duplicates = { { 1, 2 times }, { 7, 3 times } ...} npm模块,因为它无法在浏览器中运行。

我们正在努力(请参阅this)重组模块以在浏览器中运行。与此同时,如果您尝试在PhoneGap中使用Speech to Text服务,请使用具有Speech To Text和Text to Speech API的watson-speech模块。