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 '[email protected]/hello-world-app/polyfills-es5' of '[email protected]/index'
· Missing dependency '[email protected]/hello-world-app/runtime-es5' of '[email protected]/index'
· Missing dependency '[email protected]/hello-world-app/main-es5' of '[email protected]/index'