diff --git a/docs/howto/develop/setup.md b/docs/howto/develop/setup.md index 656201461a9a25d9b20be7652775beb0162ef02f..09ace01300e42e853c072f8941bea8f37422cb3e 100644 --- a/docs/howto/develop/setup.md +++ b/docs/howto/develop/setup.md @@ -305,6 +305,11 @@ yarn yarn start ``` +Note that the current codebase requires Node.js version 16.20. If you have a newer version installed on your system, you may need to downgrade or use the following workaround as described [here](https://codingbeautydev.com/blog/node-err-ossl-evp-unsupported/) before `yarn start` works properly. +``` +export NODE_OPTIONS=--openssl-legacy-provider +``` + ### JupyterHub NOMAD also has a built-in JupyterHub that is used to launch remote tools (e.g. Jupyter