Skip to main content

2 posts tagged with "ssl"

View All Tags

Node.js error code `ERR_OSSL_EVP_UNSUPPORTED`

· 2 min read

TL;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"