Skip to content

Commit

Permalink
Add warning about Node version in staking CLI guide
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultxavi committed Oct 4, 2023
1 parent 051cb45 commit 6e34832
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/infra/validation/staking-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,3 +633,19 @@ Finished execution
```bash
flare-stake-tool transaction importPC --ledger --blind
```

??? example "Unsupported digital routines"

If you get the following error message:

```text
E: Error: error:0308010C:digital envelope routines::unsupported
```

Make sure you are using the correct Node.js version, as advised in the [Prerequisites section](#prerequisites).

You can find out the version of Node.js you are running with the following command:

```bash
node --version
```

0 comments on commit 6e34832

Please sign in to comment.