Skip to content

Commit

Permalink
docs: update node_setup_identifiers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis authored Aug 1, 2024
1 parent 6ab42db commit 3dcf53e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/node_tutorials/node_setup_identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,21 @@ Install dev dependencies
yarn add typescript ts-node --dev
```

Next, add a `resolutions` block to your `package.json` file to prevent some problematic
dependencies from causing issues
(See [this issue](https://github.com/decentralized-identity/veramo/issues/1407) for more details):

```js
// filename: package.json
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
},
```

Install Veramo core and plugins

```bash
yarn add @veramo/core @veramo/credential-w3c @veramo/data-store @veramo/did-manager @veramo/did-provider-ethr @veramo/did-resolver @veramo/key-manager @veramo/kms-local ethr-did-resolver web-did-resolver did-resolver
yarn add @veramo/core @veramo/credential-w3c @veramo/data-store @veramo/did-manager @veramo/did-provider-ethr @veramo/did-resolver @veramo/key-manager @veramo/kms-local ethr-did-resolver web-did-resolver
```

Install `sqlite`
Expand Down

0 comments on commit 3dcf53e

Please sign in to comment.