【发布时间】:2020-08-03 23:59:50
【问题描述】:
所以我使用 Angular cli 创建了一个 Web SDK 项目并将 c8ycli 添加到其中。当使用 c8ycli server -u http://mytenanturl.com 启动项目时,我看到的只是一个无尽的微调器。 谁能指出我在这里做错了什么??
这是控制台错误:
Uncaught (in promise) Error: Can't resolve all parameters for ApplicationModule: (?).
at syntaxError (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:2703)
at CompileMetadataResolver._getDependenciesMetadata (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21859)
at CompileMetadataResolver._getTypeMetadata (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21751)
at CompileMetadataResolver.getNgModuleMetadata (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21619)
at CompileMetadataResolver.getNgModuleSummary (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21429)
at eval (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21543)
at Array.forEach (<anonymous>)
at CompileMetadataResolver.getNgModuleMetadata (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21531)
at CompileMetadataResolver.getNgModuleSummary (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21429)
at eval (webpack-internal:///./node_modules/@angular/compiler/fesm5/compiler.js:21543)
【问题讨论】:
标签: cumulocity