我正在尝试使用 nativescript-carousel 和 nativescript-carousel-view 插件。我能够使用这两个插件成功构建平台。但是在运行时,当我尝试访问 XML 中的插件时,它们都抛出了异常:
错误:
com.tns.nativescriptException: Failed to find module.
PS:我可以在node_modules下看到已安装的插件。
我正在尝试使用 nativescript-carousel 和 nativescript-carousel-view 插件。我能够使用这两个插件成功构建平台。但是在运行时,当我尝试访问 XML 中的插件时,它们都抛出了异常:
错误:
com.tns.nativescriptException: Failed to find module.
PS:我可以在node_modules下看到已安装的插件。