commit 8b28d350c3cbc94ded928fda1762576aba3aeb4c parent 389b88d558c49f24338ecaea74f962c930f8262a Author: ng <�> Date: Sat, 22 Oct 2022 22:56:48 +0200 docs: 📝 Mention OpenSSL errors Diffstat:
| M | packages/bank/README.md | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/packages/bank/README.md b/packages/bank/README.md @@ -17,3 +17,5 @@ your tests For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md). + +It's worth noting that you may need to use Node.JS v12/14 on some builds of Node.JS as webpack attempts to make MD4 hashes, which are unsupported in some OpenSSL versions used by more modern NodeJS versions. +\ No newline at end of file