-
Notifications
You must be signed in to change notification settings - Fork 0
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:0308010C:digital envelope routines::unsupported #32
Comments
Use source: https://stackoverflow.com/a/69699772 or Reason For The ErrorIn Node.js v17, the Node.js developers closed a security hole in the SSL provider. This fix was a breaking change that corresponded with similar breaking changes in the SSL packages in NPM. When you attempt to use SSL in Node.js v17 or later without also upgrading those SSL packages in your package.json, then you will see this error. |
|
Alternatively, set the engine field in your package.json and set requirement for node to v16:
To enforce this via npm you need to create an
This raises an error for not having the right version of node when users run |
Error when starting with
gatsby develop
:The text was updated successfully, but these errors were encountered: