i imported a reat project on visual studio code. i installed npm and then i runned npm start . but it gives me error. opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
can some ome help me? thanks.
This seems to be webpack related issue. You can either downgrade node to 16.13 or upgrade to webpack 5 to solve it. Running none with the option --openssl-legacy-provider
should also work.
See this question for more detailed instructions for how to solve it.