DEV Community

Max Angelo Dapitilla Perin
Max Angelo Dapitilla Perin

Posted on

 

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

I found the commands below on GitHub:

For Windows, use the below command in cmd:

set NODE_OPTIONS=--openssl-legacy-provider

For Unix, use:

export NODE_OPTIONS=--openssl-legacy-provider

Latest comments (1)

Collapse
 
sandeep_yadav profile image
Sandeep Yadav

Hello Everyone, Please see this link for all OS solution
Click Here

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git