interactive-particles
interactive-particles copied to clipboard
failed to run the code
code has been deprecated for nodjs v18 and npm v9
@dobbleone do you want to force it work on node v18 or are you asking if it works on any other deprecated version?
This project was previously incompatible with Node.js v17+ due to OpenSSL 3 changes (ERR_OSSL_EVP_UNSUPPORTED). The issue can be resolved by running the project with Node v16 using nvm, which avoids this compatibility problem.
Steps to run it:
nvm install 16 nvm use 16 npm install npm start
Everything runs as expected on http://localhost:8080. I will add this note to the README for future contributors.