Errors when adapting an Angular application in Liferay

268 Views Asked by At

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'
0

There are 0 best solutions below