Skip to content

Instantly share code, notes, and snippets.

@Ademking
Created August 19, 2022 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Ademking/bcbd8e105f53b3a1a14c8b5d52f68f95 to your computer and use it in GitHub Desktop.
Save Ademking/bcbd8e105f53b3a1a14c8b5d52f68f95 to your computer and use it in GitHub Desktop.
Angular + Node 18 error: ERR_OSSL_EVP_UNSUPPORTED - How to fix

Run:

Windows

set NODE_OPTIONS=--openssl-legacy-provider

Mac & Linux

export NODE_OPTIONS=--openssl-legacy-provider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment