The project fails to run opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ]

 

Reason: node version is too high

Solution:

Enter the command on the command line to modify the environment variable: $env:NODE_OPTIONS="--openssl-legacy-provider"

Then execute: npm run serve

Guess you like

Origin blog.csdn.net/qq_36429634/article/details/127733047