Skip to content

Commit

Permalink
[added] add Miscellaneous section to the contributions.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineOmrani authored and diasbruno committed Feb 8, 2024
1 parent f9bc6a0 commit 8dc2347
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ Please do not include the output of `scripts/build` in your commits, we
only do this when we release. (Also, you probably don't need to build
anyway unless you are fixing something around our global build.)

## Miscellaneous

if you faced the below issue, make sure you use Nodejs version 16
```node:internal/crypto/hash:71
this[kHandle] = new _Hash(algorithm, xofLen);
^
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:133:10)```

0 comments on commit 8dc2347

Please sign in to comment.