0

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'
javaxiss
  • 680
  • 3
  • 13
  • 34
  • Does the name of the folder including the angular app include spaces or uppercases? Have you checked this link (https://github.com/liferay/liferay-js-toolkit/commit/7b23b58d5dbac90cfc92b569111417db7d64c6bb) – Yahia Feb 28 '21 at 10:40
  • yes I've already checked that, no way. By the way, I created about that a thread there in github and it still open. – javaxiss Mar 03 '21 at 19:02
  • Please check recent changed version 2.24.1 of generator-liferay-js it may fix this issue of missing dependency. – Yahia Mar 18 '21 at 17:24

0 Answers0