Tuesday, January 3, 2023

jss start or jss build failed due to error in digital developed routines

 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"


No comments: