Node.js error code `ERR_OSSL_EVP_UNSUPPORTED`February 12, 2024 · 2 min readTL;DR Problem Error in Node.js output Error: error:0308010C:digital envelope routines::unsupported Easiest solution Create a .npmrc file in the root of the project (same location as your package.json file) with following contents: node-options="--openssl-legacy-provider"