From ff6d291112e99d395ecaca28661082eaf1760a5f Mon Sep 17 00:00:00 2001 From: jacques metevier Date: Sun, 14 May 2023 19:33:43 -0700 Subject: [PATCH] notes on node --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12255f9e..26a1e69c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,11 @@ If you're looking to make changes to the core logic – building of packages and ## Running locally +### Node versions + +On MacOS you should probably use Node 16. Older versions of Node will give you trouble with Canvas and its prebuilt dependencies, while newer versions have trouble with +[this issue](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported) + ### Adding the necessary keys (Optional) Add a `.env` file to the root with Algolia credentials. The server should still run without this, but some features might be disabled.