Hi, i have added a new addon (Apex Chart) to my pom. After that i made a prepear frontend which was successfull, but the build frontend i then started runs infinite.
I think it has something to do with our firwall, but when i add the jar manually to the project its the same.
Try to run maven with -X flag. Perhaps it could provide additional hints.
If the process is stuck, also taking a thread dump may help to investigate the issue.
I dont have npm installed locally. In Windows Settings we have a auto setup script for proxy. Will check with a colleague. Thanks for confirming its not a project related issue ;)
Is there a way to see whats going on? Other addons i add locally are working fine. Maybe its a dependecy of the addon jar which could not be downloaded or is that some vaadin internal stuff?
[DEBUG] npm error code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
[DEBUG] npm error errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
[DEBUG] npm error request to https://registry.npmjs.org/apexcharts failed, reason: unable to get local issuer certificate
What could my colleague do? Should the URL be whitelisted? Do i need to add a certificate to maven etc? I received a certifificate but where do i need to add this? Into maven or anywhere in IntelliJ?