Comment on page
Troubleshoots
New Open SSL is not compatible with the legacy. This issue used to occur on NodeJS versions greater than 14.
Error: error:0308010C:digital envelope routines::unsupported
Change the start command to:
craco --openssl-legacy-provider start
Problem
The NODE_ENV is not available for Node on Window.
'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.
Resolve
Install
win-node-env
by the command:npm install -g win-node-env
Last modified 1yr ago