Describe the bug
Trying create a DID from Veramo CLI (6.0.0) fail :
~/p/veramo-test> veramo did create
(node:17517) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Unable to create agent from ./agent.yml. Error creating @veramo/credential-ld['VeramoEd25519Signature2018']: Function.prototype.apply was called on undefined, which is a undefined and not a function. While creating object from pointer: /credentialIssuerLD. While creating object from pointer: /agent
~/projets/veramo-test$ veramo config create
Creating: ./agent.yml
~/projets/veramo-test$ veramo did create
(node:21149) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Unable to create agent from ./agent.yml. Error creating @veramo/credential-ld['VeramoEd25519Signature2018']: Function.prototype.apply was called on undefined, which is a undefined and not a function. While creating object from pointer: /credentialIssuerLD. While creating object from pointer: /agent
~/projets/veramo-test$ veramo config check
(node:21195) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Unable to create agent from ./agent.yml. Error creating @veramo/credential-ld['VeramoEd25519Signature2018']: Function.prototype.apply was called on undefined, which is a undefined and not a function. While creating object from pointer: /credentialIssuerLD. While creating object from pointer: /agent
Describe the bug Trying create a
DID
from Veramo CLI (6.0.0
) fail :To Reproduce Completly new to the NodeJs ecosystem, i just followed official veramo CLI Tool guide and some videos from channel like this one : https://www.youtube.com/watch?v=c0H05rnqh5M
Expected behaviour did creation success.
Versions :
Details I tried uninstalling Vermo, then installing it using
yarn
. Then I tried installing the :@veramo/credential-ld
but without success.Here is the full output of the
agent.yml
created. I didn't modify it.