【发布时间】:2020-06-20 11:31:35
【问题描述】:
我想在我的包中集成“NativeScriptUIChartModule”。但是它不能正确地编译资源。它给出警告和错误。
WARNING in Entry point 'chart-directives' contains deep imports into '/Users/<username>/Desktop/projects/<app_path>/MobileApp/node_modules/@nativescript/angular/element-registry'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
ERROR in The target entry-point "chart-directives" has missing dependencies:
- ./../
我不明白我能解决什么问题。请帮忙。
【问题讨论】:
-
我的 nativescript angular 9 共享代码也面临类似的问题,同时运行它的 Web 应用程序,该应用程序运行良好,直到昨天。我收到这样的错误:目标入口点“@nativescript/angular”中的错误缺少依赖项:-@nativescript/core/ui/layouts/layout-base
标签: nativescript angular2-nativescript nativescript-angular nativescript-telerik-ui nativescript-plugin