Open cklwblove opened 1 year ago
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
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
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
Linux and macOS (Windows Git Bash)-
Windows command prompt-
Windows PowerShell-
Reference link.
--- https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported