cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to compile insurance-demo-adf-app

wktham
Confirmed Champ
Confirmed Champ

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 ACCEPTED ANSWER

wktham
Confirmed Champ
Confirmed Champ

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 answer in original post

2 REPLIES 2

wktham
Confirmed Champ
Confirmed Champ

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
Confirmed Champ
Confirmed Champ

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.