Solve Error message "error:0308010C:digital envelope routines::unsupported"

 


For Windows, use the below command in cmd:

set NODE_OPTIONS=--openssl-legacy-provider

For Unix or Mac, use:

export NODE_OPTIONS=--openssl-legacy-provider

Comentarios