You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installing @veramo/cli globally should also add the @veramo/credential-ld package as a transitive dependency, as it is referenced in the default config.
To Reproduce
yarn global add @veramo/cli
## or
npm i -g @veramo/cli
veramo config create
veramo did create
## Results in error:> Unable to create agent from ./agent.yml. Error creating @veramo/credential-ld['VeramoEd25519Signature2018']: Cannot find module '@veramo/credential-ld'
Additional context
A workaround to this is to install the @veramo/credential-ld package manually, either globally, next to @veramo/cli or locally, where the config was created.
Versions (please complete the following information):
Veramo: 4.0
The text was updated successfully, but these errors were encountered:
Bug severity
3
Describe the bug
Installing
@veramo/cli
globally should also add the @veramo/credential-ld package as a transitive dependency, as it is referenced in the default config.To Reproduce
Additional context
A workaround to this is to install the @veramo/credential-ld package manually, either globally, next to @veramo/cli or locally, where the config was created.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: