我正在尝试调整 Angular 10 应用程序(由 Angular CLI 生成的 hello world 应用程序)以在 Liferay 7.2 中作为小部件运行(使用 liferay-js:adapt)。
当我部署 jar 时,浏览器显示以下错误:
Error: The following problems where detected while resolving modules:
· Missing dependency 'hello-world-app@0.0.0/hello-world-app/polyfills-es5' of 'hello-world-app@0.0.0/index'
· Missing dependency 'hello-world-app@0.0.0/hello-world-app/runtime-es5' of 'hello-world-app@0.0.0/index'
· Missing dependency 'hello-world-app@0.0.0/hello-world-app/main-es5' of 'hello-world-app@0.0.0/index'