Getting the below error when we try to run jss build or jss start after creating the reactjs app in Sitecore JSS.
"error:0308010C:digital envelope routines::unsupported"
Solution:
Open the terminal and run the below command
$env:NODE_OPTIONS = "--openssl-legacy-provider"
