I was able to install and start the development server with NodeJS 17 using the following options: ```bash CXXFLAGS='--std=c++14' npm install NODE_OPTIONS=--openssl-legacy-provider npm start ``` Thought others might find this useful too. Cheers!
I was able to install and start the development server with NodeJS 17 using the following options:
CXXFLAGS='--std=c++14' npm install NODE_OPTIONS=--openssl-legacy-provider npm startThought others might find this useful too. Cheers!