我正在尝试在 nativescript 角度应用程序中使用heartland-nodejs模块,它在导入时显示以下错误
var heartland = require('heartland-nodejs');
System.err:java.lang.RuntimeException:无法创建应用程序 com.tns.NativeScriptApplication:com.tns.NativeScriptException:System.err:System.err:调用模块函数时出错
在 Nativescript 中,他们提供了在 nativescript 应用程序中使用 NPM 模块的选项......