BurnySc2 / sc2-planner

MIT License
48 stars 13 forks source link

Nodejs 17+ and openssl #42

Closed Dusoleil closed 1 year ago

Dusoleil commented 2 years ago

Just a heads up for whenever the project wants to support node.js 17+ Because node.js 17 uses OpenSSL3, which has changed code for initialization context of md family (including md4), there is a breaking change that will cause deployment to fail. It's an easy fix, though.

"react-scripts --openssl-legacy-provider start"