Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://stackoverflow.com/a/69699772 You can try one of these: 1. Downgrade to Node.js v16. You can reinstall the current LTS version from Node.js’ [website](https://nodejs.org/en/download/releases/). You can also use [nvm](https://github.com/nvm-sh/nvm). For Windows, use [nvm-windows](https://github.com/coreybutler/nvm-windows). 2. Enable legacy OpenSSL provider. On Unix-like (Linux, macOS, Git bash, etc.): ``` export NODE_OPTIONS=--openssl-legacy-provider ``` On Windows command prompt: ``` set NODE_OPTIONS=--openssl-legacy-provider ``` On PowerShell: ``` $env:NODE_OPTIONS = "--openssl-legacy-provider" ```
- Loading branch information