I'm trying to adapt an Angular 10 application (a hello world application generated by Angular CLI) to run as a widget in Liferay 7.2 (using liferay-js:adapt).
When I deploy the jar the browser displays the following errors:
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'