You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Anna,
I got another problem.
Gatsby requires node version>=18.0.0, but with this node version I had to deal with error:0308010C:digital envelope routines::unsupported.
The solution is found in https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported which is based on webpack/webpack#14532 (comment) which says you need environment variable NODE_OPTIONS=--openssl-legacy-provider(due to gatsby's node version dependency, I couldn't resolve this issue by using old node such as 16.13.1)
I hope you and who may be in trouble get help.
Thank you.
The text was updated successfully, but these errors were encountered:
Dear Anna,
I got another problem.
Gatsby requires node version>=18.0.0, but with this node version I had to deal with
error:0308010C:digital envelope routines::unsupported
.The solution is found in https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported which is based on webpack/webpack#14532 (comment) which says you need environment variable
NODE_OPTIONS=--openssl-legacy-provider
(due to gatsby's node version dependency, I couldn't resolve this issue by using old node such as 16.13.1)I hope you and who may be in trouble get help.
Thank you.
The text was updated successfully, but these errors were encountered: