Open theblockstalk opened 3 months ago
Solved by adding the following to package.json
"resolutions": {
"@veramo/credential-ld": "5.6.0"
}
Also can be solved with
package.json
"resolutions": {
"jsonld": "link:./node_modules/@digitalcredentials/jsonld",
}
Also can be solved with
package.json
"resolutions": { "jsonld": "link:./node_modules/@digitalcredentials/jsonld", }
I was under the impression that you are already doing this
@theblockstalk thanks to your efforts I set up a troubleshooting guide on veramo.io
See https://github.com/uport-project/veramo-website/pull/147
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bug severity 4 - afecting anyone using
@veramo/credential-w3c
that uses yarn berry (v2+) as package managerTo Reproduce
Observed behaviour
Expected behaviour Package installs
Additional context See https://github.com/digitalcredentials/jsonld-signatures/issues/8
Versions (please complete the following information):