Skip to content

Commit

Permalink
feat: fix feedback devin missed
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoAmura committed Jan 6, 2025
1 parent 35137ce commit 0801de0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ To add new error types:

The Lit Protocol SDK provides the following core systems:

- Cryptographic key management (PKP - Public Key Protocol)
- Cryptographic key management (PKP - Programmable Key Pair)
- Blockchain wallet interactions (Ethereum, Solana, Cosmos)
- Decentralized authentication and authorization
- Distributed computing and signing
Expand Down Expand Up @@ -426,10 +426,9 @@ Object.defineProperty(globalThis, 'crypto', {
});
```

</details>
<details>
<summary>error Command failed with exit code 13.</summary>
### Unexpected Error on Node

Make sure your node version is above v18.0.0
**Problem:** Exit code 13

</details>
**Solution:**
Make sure your node version is above v18.0.0

0 comments on commit 0801de0

Please sign in to comment.