-
Notifications
You must be signed in to change notification settings - Fork 258
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
yarn start gives "digital envelope routines::unsupported" error #1297
Comments
Full trace:
|
Workaround. In package.json change the "start" command to:
i.e. prefix the existing command with "set NODE_OPTIONS=--openssl-legacy-provider && " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Clean checkout on Windows. yarn install is fine. yarn build says:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error ;-)
Desktop (please complete the following information):
Additional context
yarn was a fresh install as well: npm install --global yarn
The text was updated successfully, but these errors were encountered: