Failed to compile insurance-demo-adf-app

cancel
Showing results for 
Search instead for 
Did you mean: 
wktham
Active Member II

Failed to compile insurance-demo-adf-app

Jump to solution

Hello,

I am trying out this sample app and everything seem fine until the last step as it failed to compile.

Followed the instruction as in :

adf-examples/ADF 1.5.0/insurance-policy-and-claim-center-app at master · Alfresco/adf-examples · Git... 

a) I am not sure how to configure this part, but I still proceed with the rest of the step.

b) run npm install successfully. Using Run As Administrator

c) Then proceed to run start but getting this error:

Appreciate any help.

Thanks.

1 Solution

Accepted Solutions
wktham
Active Member II

Re: Failed to compile insurance-demo-adf-app

Jump to solution

How to fix the error "npm ERR! Peer dep missing: @ angular ..."? 

Looks like solution suggested in this link solved my issue. Now able to npm start successfully and able to login.

But when click on Create New Policy, seems something not right. Did not see the form. Will try to go through the steps to check if I miss anything.

View solution in original post

2 Replies
wktham
Active Member II

Re: Failed to compile insurance-demo-adf-app

Jump to solution

How to fix the error "npm ERR! Peer dep missing: @ angular ..."? 

Looks like solution suggested in this link solved my issue. Now able to npm start successfully and able to login.

But when click on Create New Policy, seems something not right. Did not see the form. Will try to go through the steps to check if I miss anything.

wktham
Active Member II

Re: Failed to compile insurance-demo-adf-app

Jump to solution

The missing form in ADF also resolved. The ID need to get from

- goto http://<your_aps_host>:<your_aps_port>/activiti-admin/#/apps

instead of

http://localhost:8080/activiti-app/editor/#/apps/

Now the Insurance demo app should be running fine. Close this.