Created
February 15, 2023 16:54
-
-
Save kaypee90/72bb93338fa2163df6e9192ccea6c954 to your computer and use it in GitHub Desktop.
Solution: ERR_OSSL_EVP_UNSUPPORTED npm error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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