Skip to content

Commit 8dc2347

Browse files
YassineOmranidiasbruno
authored andcommitted
[added] add Miscellaneous section to the contributions.md file
1 parent f9bc6a0 commit 8dc2347

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,13 @@ Please do not include the output of `scripts/build` in your commits, we
3939
only do this when we release. (Also, you probably don't need to build
4040
anyway unless you are fixing something around our global build.)
4141

42+
## Miscellaneous
43+
44+
if you faced the below issue, make sure you use Nodejs version 16
45+
```node:internal/crypto/hash:71
46+
this[kHandle] = new _Hash(algorithm, xofLen);
47+
^
48+
49+
Error: error:0308010C:digital envelope routines::unsupported
50+
at new Hash (node:internal/crypto/hash:71:19)
51+
at Object.createHash (node:crypto:133:10)```

0 commit comments

Comments
 (0)