hyperledger-labs / business-partner-agent

The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
https://labs.hyperledger.org/business-partner-agent/
Apache License 2.0
56 stars 49 forks source link

Fix Frontend Build #757

Closed etschelp closed 2 years ago

etschelp commented 2 years ago

build does not work any more with latest node version 16.15.1 with npm 8.11 as it breaks the whole dependency tree. The attached changes fix the build, but introduce loads of unneeded dependencies. The proper fix is properly the upgrade to vue3 as we have many very old dependencies lying around.

schlagtim commented 2 years ago

I think this can be closed now because of #771