interactive-particles icon indicating copy to clipboard operation
interactive-particles copied to clipboard

failed to run the code

Open dobbleone opened this issue 2 years ago • 2 comments

code has been deprecated for nodjs v18 and npm v9

dobbleone avatar Mar 19 '23 23:03 dobbleone

@dobbleone do you want to force it work on node v18 or are you asking if it works on any other deprecated version?

RamiRlahi avatar Apr 08 '25 23:04 RamiRlahi

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.

LassadBoubarma avatar Apr 08 '25 23:04 LassadBoubarma