Troubleshoots
ERR_OSSL_EVP_UNSUPPORTED
Problem
New Open SSL is not compatible with the legacy. This issue used to occur on NodeJS versions greater than 14.
Resolve
Change the start command to:
NODE_ENV is not recognized
Problem
The NODE_ENV is not available for Node on Window.
Resolve
Install win-node-env
by the command:
Last updated