Skip to content

Instantly share code, notes, and snippets.

@kaypee90
Created February 15, 2023 16:54
Show Gist options
  • Save kaypee90/72bb93338fa2163df6e9192ccea6c954 to your computer and use it in GitHub Desktop.
Save kaypee90/72bb93338fa2163df6e9192ccea6c954 to your computer and use it in GitHub Desktop.
Solution: ERR_OSSL_EVP_UNSUPPORTED npm error
Resolving Error: Digital envelope routines::unsupported
code: `ERR_OSSL_EVP_UNSUPPORTED'
Solution run this commands:
Powershell: $env:NODE_OPTIONS='--openssl-legacy-provider';
Bash: export NODE_OPTIONS=--openssl-legacy-provider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment