Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message "error:0308010C:digital envelope routines::unsupported" #109

Open
cklwblove opened this issue Dec 5, 2022 · 0 comments
Open

Comments

@cklwblove
Copy link
Owner

cklwblove commented Dec 5, 2022

  1. Try to uninstall Node.js version 17+ and reinstall Node.js version 16+

You can re install the current LTS Node.js version from their official site. Or more specific downloads from here;

You can use NVM (Node Version Manager)

Linux and Mac users can use this nvm package - https://github.com/nvm-sh/nvm
Windows users can use this nvm package - https://github.com/coreybutler/nvm-windows
2. Open terminal and paste these as described:

Linux and macOS (Windows Git Bash)-

export NODE_OPTIONS=--openssl-legacy-provider

Windows command prompt-

set NODE_OPTIONS=--openssl-legacy-provider

Windows PowerShell-

$env:NODE_OPTIONS = "--openssl-legacy-provider"

Reference link.

--- https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant