We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
支持,学习
The text was updated successfully, but these errors were encountered:
Fix : fixed #2
678e525
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" ```
No branches or pull requests
支持,学习
The text was updated successfully, but these errors were encountered: